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..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 @@ -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.19" resources: '*': requests: @@ -139,6 +145,20 @@ tests: - chain: kueue-operator-post test: - chain: kueue-operator-test-e2e +- as: test-e2e-4-19-hypershift + cron: '@daily' + presubmit: true + steps: + cluster_profile: aws-2 + 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..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 @@ -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.19" resources: '*': requests: @@ -182,6 +182,16 @@ tests: cpu: 300m memory: 500Mi workflow: cucushift-installer-rehearse-gcp-ipi-disconnected +- as: test-e2e-4-19-hypershift + cron: '@daily' + presubmit: true + steps: + cluster_profile: aws-2 + 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..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 @@ -129,3 +129,73 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build07 + cron: 26 0 * * * + 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-2 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + 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..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 @@ -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-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 + 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..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 @@ -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 + cron: 2 0 * * * + 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-2 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + 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..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 @@ -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-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 + 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