Skip to content

Commit 949b414

Browse files
committed
backplane: Fix config errors in backplane-must-gather jobs
Signed-off-by: Joe Gdaniec <[email protected]>
1 parent 200fab1 commit 949b414

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: ci-operator/jobs/open-cluster-management/backplane-must-gather/open-cluster-management-backplane-must-gather-backplane-1.0-presubmits.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ presubmits:
44
always_run: true
55
branches:
66
- ^backplane-1\.0$
7+
- ^backplane-1\.0-
78
cluster: build01
89
context: ci/prow/images
910
decorate: true
@@ -12,7 +13,7 @@ presubmits:
1213
labels:
1314
ci-operator.openshift.io/prowgen-controlled: "true"
1415
pj-rehearse.openshift.io/can-be-rehearsed: "true"
15-
name: pull-ci-open-cluster-management-backplane-must-gather-release-1.0-images
16+
name: pull-ci-open-cluster-management-backplane-must-gather-backplane-1.0-images
1617
rerun_command: /test images
1718
spec:
1819
containers:
@@ -52,6 +53,7 @@ presubmits:
5253
always_run: true
5354
branches:
5455
- ^backplane-1\.0$
56+
- ^backplane-1\.0-
5557
cluster: build01
5658
context: ci/prow/test-unit
5759
decorate: true

Diff for: ci-operator/jobs/open-cluster-management/backplane-must-gather/open-cluster-management-backplane-must-gather-main-presubmits.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ presubmits:
44
always_run: true
55
branches:
66
- ^main$
7+
- ^main-
78
cluster: build01
89
context: ci/prow/images
910
decorate: true

0 commit comments

Comments
 (0)