From ad1ee07a807df2145b33f0ed845e4d4cc82de053 Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Wed, 13 Aug 2025 11:22:47 -0400 Subject: [PATCH 1/2] add hypershift e2e for kueue operator for main and release-1.0 --- .../openshift-kueue-operator-main.yaml | 20 +++++ .../openshift-kueue-operator-release-1.0.yaml | 18 +++- ...enshift-kueue-operator-main-periodics.yaml | 70 +++++++++++++++ ...nshift-kueue-operator-main-presubmits.yaml | 86 +++++++++++++++++++ ...-kueue-operator-release-1.0-periodics.yaml | 73 +++++++++++++++- ...kueue-operator-release-1.0-presubmits.yaml | 81 +++++++++++++++-- 6 files changed, 332 insertions(+), 16 deletions(-) diff --git a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml index e94d0afbf95d8..5355360d7e993 100644 --- a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml +++ b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml @@ -48,6 +48,12 @@ images: - destination_dir: . source_path: /usr/bin/oc to: src-with-oc-and-kubectl +releases: + latest: + release: + architecture: multi + channel: stable + version: "4.18" resources: '*': requests: @@ -139,6 +145,20 @@ tests: - chain: kueue-operator-post test: - chain: kueue-operator-test-e2e +- as: test-e2e-4-19-hypershift + minimum_interval: 96h + presubmit: true + steps: + cluster_profile: aws + env: + BUNDLE_COMPONENT: kueue-bundle-main + OPERAND_COMPONENT: kueue-0-12 + OPERATOR_COMPONENT: kueue-operator-main + post: + - chain: kueue-operator-post + test: + - chain: kueue-operator-test-e2e + workflow: hypershift-hostedcluster-workflow zz_generated_metadata: branch: main org: openshift diff --git a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml index f3ded58cd0e7e..fd246958e31d6 100644 --- a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml +++ b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml @@ -55,10 +55,10 @@ images: to: src-with-oc-and-kubectl releases: latest: - candidate: - product: ocp - stream: nightly - version: "4.20" + release: + architecture: multi + channel: stable + version: "4.18" resources: '*': requests: @@ -182,6 +182,16 @@ tests: cpu: 300m memory: 500Mi workflow: cucushift-installer-rehearse-gcp-ipi-disconnected +- as: test-e2e-4-19-hypershift + minimum_interval: 96h + presubmit: true + steps: + cluster_profile: aws + post: + - chain: kueue-operator-post + test: + - chain: kueue-operator-test-e2e + workflow: hypershift-hostedcluster-workflow zz_generated_metadata: branch: release-1.0 org: openshift diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml index e33e7f80fb21d..9df70e67eea71 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml @@ -129,3 +129,73 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build07 + decorate: true + extra_refs: + - base_ref: main + org: openshift + repo: kueue-operator + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + minimum_interval: 96h + name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=test-e2e-4-19-hypershift + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml index 44b808d43dceb..a818d2e52fb2f 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml @@ -20,6 +20,7 @@ presubmits: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials - --target=fips-image-scan-kueue-operator command: - ci-operator @@ -30,6 +31,9 @@ presubmits: requests: cpu: 10m volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true @@ -44,6 +48,9 @@ presubmits: readOnly: true serviceAccountName: ci-operator volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials - name: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -181,6 +188,7 @@ presubmits: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials - --target=security command: - ci-operator @@ -191,6 +199,9 @@ presubmits: requests: cpu: 10m volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true @@ -205,6 +216,9 @@ presubmits: readOnly: true serviceAccountName: ci-operator volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials - name: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -470,6 +484,78 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )test-e2e-4-19,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^main$ + - ^main- + cluster: build09 + context: ci/prow/test-e2e-4-19-hypershift + decorate: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift + rerun_command: /test test-e2e-4-19-hypershift + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=test-e2e-4-19-hypershift + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )test-e2e-4-19-hypershift,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml index d10ed294c8863..8ff69b41d22db 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml @@ -8,7 +8,6 @@ periodics: repo: kueue-operator labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" minimum_interval: 96h name: periodic-ci-openshift-kueue-operator-release-1.0-test-e2e-4-18 @@ -82,7 +81,6 @@ periodics: repo: kueue-operator labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" minimum_interval: 96h name: periodic-ci-openshift-kueue-operator-release-1.0-test-e2e-4-19 @@ -147,6 +145,76 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build06 + decorate: true + extra_refs: + - base_ref: release-1.0 + org: openshift + repo: kueue-operator + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + minimum_interval: 96h + name: periodic-ci-openshift-kueue-operator-release-1.0-test-e2e-4-19-hypershift + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=test-e2e-4-19-hypershift + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: build04 decorate: true @@ -158,7 +226,6 @@ periodics: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" minimum_interval: 96h name: periodic-ci-openshift-kueue-operator-release-1.0-test-e2e-disconnected diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml index 417dd243cf2df..0d53dfc12c7fe 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml @@ -10,7 +10,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-fips-image-scan-kueue-operator rerun_command: /test fips-image-scan-kueue-operator @@ -72,7 +71,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-images rerun_command: /test images @@ -126,7 +124,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-lint rerun_command: /test lint @@ -180,7 +177,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-security optional: true @@ -243,7 +239,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-test rerun_command: /test test @@ -297,7 +292,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-test-e2e-4-17 optional: true @@ -366,7 +360,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-test-e2e-4-18 rerun_command: /test test-e2e-4-18 @@ -434,7 +427,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-test-e2e-4-19 rerun_command: /test test-e2e-4-19 @@ -492,6 +484,78 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )test-e2e-4-19,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-1\.0$ + - ^release-1\.0- + cluster: build07 + context: ci/prow/test-e2e-4-19-hypershift + decorate: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kueue-operator-release-1.0-test-e2e-4-19-hypershift + rerun_command: /test test-e2e-4-19-hypershift + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=test-e2e-4-19-hypershift + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )test-e2e-4-19-hypershift,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -502,7 +566,6 @@ presubmits: decorate: true labels: ci.openshift.io/generator: prowgen - job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-test-generate rerun_command: /test test-generate From e6d60125f1a36871931a21b4ace56763ae97f406 Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Thu, 14 Aug 2025 16:37:47 -0400 Subject: [PATCH 2/2] use aws-2 --- .../kueue-operator/openshift-kueue-operator-main.yaml | 6 +++--- .../openshift-kueue-operator-release-1.0.yaml | 6 +++--- .../openshift-kueue-operator-main-periodics.yaml | 4 ++-- .../openshift-kueue-operator-main-presubmits.yaml | 2 +- .../openshift-kueue-operator-release-1.0-periodics.yaml | 4 ++-- .../openshift-kueue-operator-release-1.0-presubmits.yaml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml index 5355360d7e993..a11f3a8c0b7e8 100644 --- a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml +++ b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml @@ -53,7 +53,7 @@ releases: release: architecture: multi channel: stable - version: "4.18" + version: "4.19" resources: '*': requests: @@ -146,10 +146,10 @@ tests: test: - chain: kueue-operator-test-e2e - as: test-e2e-4-19-hypershift - minimum_interval: 96h + cron: '@daily' presubmit: true steps: - cluster_profile: aws + cluster_profile: aws-2 env: BUNDLE_COMPONENT: kueue-bundle-main OPERAND_COMPONENT: kueue-0-12 diff --git a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml index fd246958e31d6..d40a60d0cbc72 100644 --- a/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml +++ b/ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-release-1.0.yaml @@ -58,7 +58,7 @@ releases: release: architecture: multi channel: stable - version: "4.18" + version: "4.19" resources: '*': requests: @@ -183,10 +183,10 @@ tests: memory: 500Mi workflow: cucushift-installer-rehearse-gcp-ipi-disconnected - as: test-e2e-4-19-hypershift - minimum_interval: 96h + cron: '@daily' presubmit: true steps: - cluster_profile: aws + cluster_profile: aws-2 post: - chain: kueue-operator-post test: diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml index 9df70e67eea71..ce5d58094963d 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-periodics.yaml @@ -131,6 +131,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build07 + cron: 26 0 * * * decorate: true extra_refs: - base_ref: main @@ -138,10 +139,9 @@ periodics: repo: kueue-operator labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - minimum_interval: 96h name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift spec: containers: diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml index a818d2e52fb2f..5d7c9fac90d9f 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-main-presubmits.yaml @@ -494,7 +494,7 @@ presubmits: decorate: true labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml index 8ff69b41d22db..298466fad2e2e 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-periodics.yaml @@ -147,6 +147,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 + cron: 2 0 * * * decorate: true extra_refs: - base_ref: release-1.0 @@ -154,10 +155,9 @@ periodics: repo: kueue-operator labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - minimum_interval: 96h name: periodic-ci-openshift-kueue-operator-release-1.0-test-e2e-4-19-hypershift spec: containers: diff --git a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml index 0d53dfc12c7fe..50e5682fa799e 100644 --- a/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/kueue-operator/openshift-kueue-operator-release-1.0-presubmits.yaml @@ -494,7 +494,7 @@ presubmits: decorate: true labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kueue-operator-release-1.0-test-e2e-4-19-hypershift