Skip to content

Commit 95e1e43

Browse files
authored
Cluster fields fix after dispatching (#72910)
Signed-off-by: Jakub Guzik <jguzik@redhat.com>
1 parent 935e7ee commit 95e1e43

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci-operator/jobs/infra-periodics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ periodics:
240240
cpu: 500m
241241
serviceAccountName: upgrader
242242
- agent: kubernetes
243-
cluster: build04
243+
cluster: app.ci
244244
cron: 30 7 * * 1-5
245245
decorate: true
246246
labels:

ci-operator/jobs/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-main-presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ presubmits:
334334
branches:
335335
- ^main$
336336
- ^main-
337-
cluster: build04
337+
cluster: build01
338338
context: ci/prow/images-multi
339339
decorate: true
340340
labels:

ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.21-periodics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,7 @@ periodics:
21782178
secret:
21792179
secretName: result-aggregator
21802180
- agent: kubernetes
2181-
cluster: build07
2181+
cluster: build01
21822182
cron: 5 5 1-31/3 * *
21832183
decorate: true
21842184
decoration_config:

ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22-periodics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,7 @@ periodics:
21782178
secret:
21792179
secretName: result-aggregator
21802180
- agent: kubernetes
2181-
cluster: build07
2181+
cluster: build01
21822182
cron: 26 10 1-31/3 * *
21832183
decorate: true
21842184
decoration_config:

0 commit comments

Comments
 (0)