Skip to content

Commit

Permalink
fix: move ec-pipelines label (konflux-ci#737)
Browse files Browse the repository at this point in the history
Need to exclude the test that verifies the Chains controller is running
because the build-definitions CI doesn't have access to do so.

https://issues.redhat.com/browse/HACBS-2475

Signed-off-by: Luiz Carvalho <[email protected]>
Co-authored-by: Flavius Lacatusu <[email protected]>
  • Loading branch information
lcarva and flacatus authored Aug 30, 2023
1 parent da0f4e2 commit 9515385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/build/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/redhat-appstudio/e2e-tests/pkg/utils/tekton"
)

var _ = framework.ChainsSuiteDescribe("Tekton Chains E2E tests", Label("ec", "ec-pipelines", "HACBS"), func() {
var _ = framework.ChainsSuiteDescribe("Tekton Chains E2E tests", Label("ec", "HACBS"), func() {
defer GinkgoRecover()

var namespace string
Expand Down Expand Up @@ -63,7 +63,7 @@ var _ = framework.ChainsSuiteDescribe("Tekton Chains E2E tests", Label("ec", "ec
})
})

Context("test creating and signing an image and task", Label("pipeline"), func() {
Context("test creating and signing an image and task", Label("pipeline", "ec-pipelines"), func() {
// Make the PipelineRun name and namespace predictable. For convenience, the name of the
// PipelineRun that builds an image, is the same as the repository where the image is
// pushed to.
Expand Down

0 comments on commit 9515385

Please sign in to comment.