Skip to content

Commit 51286ea

Browse files
committed
Run make jobs
1 parent 32a71a9 commit 51286ea

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-main-presubmits.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ presubmits:
66
- ^main$
77
- ^main-
88
cluster: build06
9-
context: ci/prow/e2e-agnostic-devpreview
9+
context: ci/prow/e2e-agnostic-operator
1010
decorate: true
1111
labels:
1212
ci-operator.openshift.io/cloud: azure4
1313
ci-operator.openshift.io/cloud-cluster-profile: azure4
1414
ci.openshift.io/generator: prowgen
1515
pj-rehearse.openshift.io/can-be-rehearsed: "true"
16-
name: pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-devpreview
17-
optional: true
18-
rerun_command: /test e2e-agnostic-devpreview
16+
name: pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-operator
17+
rerun_command: /test e2e-agnostic-operator
18+
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
1919
spec:
2020
containers:
2121
- args:
@@ -24,7 +24,7 @@ presubmits:
2424
- --lease-server-credentials-file=/etc/boskos/credentials
2525
- --report-credentials-file=/etc/report/credentials
2626
- --secret-dir=/secrets/ci-pull-credentials
27-
- --target=e2e-agnostic-devpreview
27+
- --target=e2e-agnostic-operator
2828
command:
2929
- ci-operator
3030
image: ci-operator:latest
@@ -72,23 +72,23 @@ presubmits:
7272
- name: result-aggregator
7373
secret:
7474
secretName: result-aggregator
75-
trigger: (?m)^/test( | .* )e2e-agnostic-devpreview,?($|\s.*)
75+
trigger: (?m)^/test( | .* )e2e-agnostic-operator,?($|\s.*)
7676
- agent: kubernetes
7777
always_run: false
7878
branches:
7979
- ^main$
8080
- ^main-
8181
cluster: build06
82-
context: ci/prow/e2e-agnostic-operator
82+
context: ci/prow/e2e-agnostic-operator-devpreview
8383
decorate: true
8484
labels:
8585
ci-operator.openshift.io/cloud: azure4
8686
ci-operator.openshift.io/cloud-cluster-profile: azure4
8787
ci.openshift.io/generator: prowgen
8888
pj-rehearse.openshift.io/can-be-rehearsed: "true"
89-
name: pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-operator
90-
rerun_command: /test e2e-agnostic-operator
91-
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
89+
name: pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-operator-devpreview
90+
optional: true
91+
rerun_command: /test e2e-agnostic-operator-devpreview
9292
spec:
9393
containers:
9494
- args:
@@ -97,7 +97,7 @@ presubmits:
9797
- --lease-server-credentials-file=/etc/boskos/credentials
9898
- --report-credentials-file=/etc/report/credentials
9999
- --secret-dir=/secrets/ci-pull-credentials
100-
- --target=e2e-agnostic-operator
100+
- --target=e2e-agnostic-operator-devpreview
101101
command:
102102
- ci-operator
103103
image: ci-operator:latest
@@ -145,7 +145,7 @@ presubmits:
145145
- name: result-aggregator
146146
secret:
147147
secretName: result-aggregator
148-
trigger: (?m)^/test( | .* )e2e-agnostic-operator,?($|\s.*)
148+
trigger: (?m)^/test( | .* )e2e-agnostic-operator-devpreview,?($|\s.*)
149149
- agent: kubernetes
150150
always_run: false
151151
branches:

0 commit comments

Comments
 (0)