Skip to content

Commit 7e02760

Browse files
committed
change releases to use 4.20; change name for arm release
1 parent b861f06 commit 7e02760

File tree

2 files changed

+35
-43
lines changed

2 files changed

+35
-43
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: 30 additions & 38 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-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-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
@@ -380,34 +375,28 @@ periodics:
380375
secret:
381376
secretName: result-aggregator
382377
- agent: kubernetes
383-
cluster: build03
378+
cluster: build06
384379
decorate: true
385380
extra_refs:
386381
- base_ref: main
387382
org: openshift
388383
repo: kueue-operator
389384
labels:
385+
ci-operator.openshift.io/cloud: aws
386+
ci-operator.openshift.io/cloud-cluster-profile: aws
390387
ci.openshift.io/generator: prowgen
391388
pj-rehearse.openshift.io/can-be-rehearsed: "true"
392389
minimum_interval: 96h
393-
name: periodic-ci-openshift-kueue-operator-main-test-e2e-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:'
390+
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-20-arm64
402391
spec:
403392
containers:
404393
- args:
405394
- --gcs-upload-secret=/secrets/gcs/service-account.json
406-
- --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig
407395
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
396+
- --lease-server-credentials-file=/etc/boskos/credentials
408397
- --report-credentials-file=/etc/report/credentials
409398
- --secret-dir=/secrets/ci-pull-credentials
410-
- --target=test-e2e-4-20
399+
- --target=test-e2e-4-20-arm64
411400
command:
412401
- ci-operator
413402
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
@@ -417,15 +406,15 @@ periodics:
417406
requests:
418407
cpu: 10m
419408
volumeMounts:
409+
- mountPath: /etc/boskos
410+
name: boskos
411+
readOnly: true
420412
- mountPath: /secrets/ci-pull-credentials
421413
name: ci-pull-credentials
422414
readOnly: true
423415
- mountPath: /secrets/gcs
424416
name: gcs-credentials
425417
readOnly: true
426-
- mountPath: /secrets/hive-hive-credentials
427-
name: hive-hive-credentials
428-
readOnly: true
429418
- mountPath: /secrets/manifest-tool
430419
name: manifest-tool-local-pusher
431420
readOnly: true
@@ -437,12 +426,15 @@ periodics:
437426
readOnly: true
438427
serviceAccountName: ci-operator
439428
volumes:
429+
- name: boskos
430+
secret:
431+
items:
432+
- key: credentials
433+
path: credentials
434+
secretName: boskos-credentials
440435
- name: ci-pull-credentials
441436
secret:
442437
secretName: ci-pull-credentials
443-
- name: hive-hive-credentials
444-
secret:
445-
secretName: hive-hive-credentials
446438
- name: manifest-tool-local-pusher
447439
secret:
448440
secretName: manifest-tool-local-pusher

0 commit comments

Comments
 (0)