Skip to content

Commit aa5c96e

Browse files
committed
change releases to use 4.20; change name for arm release
1 parent a96f68b commit aa5c96e

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ images:
5454
source_path: /usr/bin/oc
5555
to: src-with-oc-and-kubectl
5656
releases:
57-
arm64-4-19-latest:
57+
arm64-4-20:
5858
candidate:
5959
architecture: arm64
6060
product: ocp
6161
stream: nightly
62-
version: "4.19"
62+
version: "4.20"
6363
latest:
6464
release:
6565
architecture: multi
6666
channel: stable
67-
version: "4.19"
67+
version: "4.20"
6868
resources:
6969
'*':
7070
requests:
@@ -119,12 +119,12 @@ tests:
119119
- chain: kueue-operator-post
120120
test:
121121
- chain: kueue-operator-test-e2e
122-
- as: test-e2e-4-19-arm64
122+
- as: test-e2e-4-20-arm64
123123
minimum_interval: 96h
124124
steps:
125125
cluster_profile: aws
126126
dependencies:
127-
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-4-19-latest
127+
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-4-20
128128
env:
129129
BUNDLE_COMPONENT: kueue-bundle-main
130130
CONTAINER_IMAGE: quay.io/curl/curl:latest

ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ periodics:
158158
ci.openshift.io/generator: prowgen
159159
pj-rehearse.openshift.io/can-be-rehearsed: "true"
160160
minimum_interval: 96h
161-
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-arm64
161+
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-fips
162162
reporter_config:
163163
slack:
164164
channel: '#forum-node-jira'
@@ -175,7 +175,7 @@ periodics:
175175
- --lease-server-credentials-file=/etc/boskos/credentials
176176
- --report-credentials-file=/etc/report/credentials
177177
- --secret-dir=/secrets/ci-pull-credentials
178-
- --target=test-e2e-4-19-arm64
178+
- --target=test-e2e-4-19-fips
179179
command:
180180
- ci-operator
181181
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
@@ -232,11 +232,11 @@ periodics:
232232
repo: kueue-operator
233233
labels:
234234
ci-operator.openshift.io/cloud: aws
235-
ci-operator.openshift.io/cloud-cluster-profile: aws
235+
ci-operator.openshift.io/cloud-cluster-profile: aws-2
236236
ci.openshift.io/generator: prowgen
237237
pj-rehearse.openshift.io/can-be-rehearsed: "true"
238238
minimum_interval: 96h
239-
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-fips
239+
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift
240240
reporter_config:
241241
slack:
242242
channel: '#forum-node-jira'
@@ -253,7 +253,7 @@ periodics:
253253
- --lease-server-credentials-file=/etc/boskos/credentials
254254
- --report-credentials-file=/etc/report/credentials
255255
- --secret-dir=/secrets/ci-pull-credentials
256-
- --target=test-e2e-4-19-fips
256+
- --target=test-e2e-4-19-hypershift
257257
command:
258258
- ci-operator
259259
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
@@ -302,19 +302,17 @@ periodics:
302302
secret:
303303
secretName: result-aggregator
304304
- agent: kubernetes
305-
cluster: build06
305+
cluster: build03
306306
decorate: true
307307
extra_refs:
308308
- base_ref: main
309309
org: openshift
310310
repo: kueue-operator
311311
labels:
312-
ci-operator.openshift.io/cloud: aws
313-
ci-operator.openshift.io/cloud-cluster-profile: aws-2
314312
ci.openshift.io/generator: prowgen
315313
pj-rehearse.openshift.io/can-be-rehearsed: "true"
316314
minimum_interval: 96h
317-
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift
315+
name: periodic-ci-openshift-kueue-operator-main-test-e2e-downstream-4-20
318316
reporter_config:
319317
slack:
320318
channel: '#forum-node-jira'
@@ -327,11 +325,11 @@ periodics:
327325
containers:
328326
- args:
329327
- --gcs-upload-secret=/secrets/gcs/service-account.json
328+
- --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig
330329
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
331-
- --lease-server-credentials-file=/etc/boskos/credentials
332330
- --report-credentials-file=/etc/report/credentials
333331
- --secret-dir=/secrets/ci-pull-credentials
334-
- --target=test-e2e-4-19-hypershift
332+
- --target=test-e2e-downstream-4-20
335333
command:
336334
- ci-operator
337335
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
@@ -341,15 +339,15 @@ periodics:
341339
requests:
342340
cpu: 10m
343341
volumeMounts:
344-
- mountPath: /etc/boskos
345-
name: boskos
346-
readOnly: true
347342
- mountPath: /secrets/ci-pull-credentials
348343
name: ci-pull-credentials
349344
readOnly: true
350345
- mountPath: /secrets/gcs
351346
name: gcs-credentials
352347
readOnly: true
348+
- mountPath: /secrets/hive-hive-credentials
349+
name: hive-hive-credentials
350+
readOnly: true
353351
- mountPath: /secrets/manifest-tool
354352
name: manifest-tool-local-pusher
355353
readOnly: true
@@ -361,15 +359,12 @@ periodics:
361359
readOnly: true
362360
serviceAccountName: ci-operator
363361
volumes:
364-
- name: boskos
365-
secret:
366-
items:
367-
- key: credentials
368-
path: credentials
369-
secretName: boskos-credentials
370362
- name: ci-pull-credentials
371363
secret:
372364
secretName: ci-pull-credentials
365+
- name: hive-hive-credentials
366+
secret:
367+
secretName: hive-hive-credentials
373368
- name: manifest-tool-local-pusher
374369
secret:
375370
secretName: manifest-tool-local-pusher
@@ -390,15 +385,7 @@ periodics:
390385
ci.openshift.io/generator: prowgen
391386
pj-rehearse.openshift.io/can-be-rehearsed: "true"
392387
minimum_interval: 96h
393-
name: periodic-ci-openshift-kueue-operator-main-test-e2e-downstream-4-20
394-
reporter_config:
395-
slack:
396-
channel: '#forum-node-jira'
397-
job_states_to_report:
398-
- failure
399-
- error
400-
report_template: ':volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
401-
<{{.Status.URL}}|View logs> :volcano:'
388+
name: periodic-ci-openshift-kueue-operator-main-test-e2e-upstream-4-20
402389
spec:
403390
containers:
404391
- args:
@@ -407,7 +394,7 @@ periodics:
407394
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
408395
- --report-credentials-file=/etc/report/credentials
409396
- --secret-dir=/secrets/ci-pull-credentials
410-
- --target=test-e2e-downstream-4-20
397+
- --target=test-e2e-upstream-4-20
411398
command:
412399
- ci-operator
413400
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
@@ -453,26 +440,36 @@ periodics:
453440
secret:
454441
secretName: result-aggregator
455442
- agent: kubernetes
456-
cluster: build03
443+
cluster: build06
457444
decorate: true
458445
extra_refs:
459446
- base_ref: main
460447
org: openshift
461448
repo: kueue-operator
462449
labels:
450+
ci-operator.openshift.io/cloud: aws
451+
ci-operator.openshift.io/cloud-cluster-profile: aws
463452
ci.openshift.io/generator: prowgen
464453
pj-rehearse.openshift.io/can-be-rehearsed: "true"
465454
minimum_interval: 96h
466-
name: periodic-ci-openshift-kueue-operator-main-test-e2e-upstream-4-20
455+
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-20-arm64
456+
reporter_config:
457+
slack:
458+
channel: '#forum-node-jira'
459+
job_states_to_report:
460+
- failure
461+
- error
462+
report_template: ':volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
463+
<{{.Status.URL}}|View logs> :volcano:'
467464
spec:
468465
containers:
469466
- args:
470467
- --gcs-upload-secret=/secrets/gcs/service-account.json
471-
- --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig
472468
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
469+
- --lease-server-credentials-file=/etc/boskos/credentials
473470
- --report-credentials-file=/etc/report/credentials
474471
- --secret-dir=/secrets/ci-pull-credentials
475-
- --target=test-e2e-upstream-4-20
472+
- --target=test-e2e-4-20-arm64
476473
command:
477474
- ci-operator
478475
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
@@ -482,15 +479,15 @@ periodics:
482479
requests:
483480
cpu: 10m
484481
volumeMounts:
482+
- mountPath: /etc/boskos
483+
name: boskos
484+
readOnly: true
485485
- mountPath: /secrets/ci-pull-credentials
486486
name: ci-pull-credentials
487487
readOnly: true
488488
- mountPath: /secrets/gcs
489489
name: gcs-credentials
490490
readOnly: true
491-
- mountPath: /secrets/hive-hive-credentials
492-
name: hive-hive-credentials
493-
readOnly: true
494491
- mountPath: /secrets/manifest-tool
495492
name: manifest-tool-local-pusher
496493
readOnly: true
@@ -502,12 +499,15 @@ periodics:
502499
readOnly: true
503500
serviceAccountName: ci-operator
504501
volumes:
502+
- name: boskos
503+
secret:
504+
items:
505+
- key: credentials
506+
path: credentials
507+
secretName: boskos-credentials
505508
- name: ci-pull-credentials
506509
secret:
507510
secretName: ci-pull-credentials
508-
- name: hive-hive-credentials
509-
secret:
510-
secretName: hive-hive-credentials
511511
- name: manifest-tool-local-pusher
512512
secret:
513513
secretName: manifest-tool-local-pusher

0 commit comments

Comments
 (0)