From 8d2e31d5da8ba449ce951fe11355bea61dfba397 Mon Sep 17 00:00:00 2001 From: Kui Wang Date: Thu, 15 Jan 2026 09:17:51 +0800 Subject: [PATCH] add missed prow job for 422 --- ...framework-olm-release-4.22__periodics.yaml | 51 +++- ...-framework-olm-release-4.22-periodics.yaml | 225 ++++++++++++++++++ 2 files changed, 273 insertions(+), 3 deletions(-) diff --git a/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22__periodics.yaml b/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22__periodics.yaml index 860f68895b391..ae7bb711870ec 100644 --- a/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22__periodics.yaml +++ b/ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22__periodics.yaml @@ -19,6 +19,10 @@ base_images: name: "4.22" namespace: ocp tag: libvirt-installer + microshift-ci-brew: + name: brew + namespace: microshift + tag: latest ocm-cli: name: ocm-cli namespace: ci @@ -45,9 +49,9 @@ base_images: tag: upi-installer build_root: image_stream_tag: - name: builder - namespace: ocp - tag: rhel-9-golang-1.24-openshift-4.22 + name: release + namespace: openshift + tag: rhel-9-release-golang-1.24-openshift-4.22 releases: arm64-latest: candidate: @@ -72,6 +76,12 @@ releases: product: ocp stream: nightly version: "4.22" + nightly-arm64: + candidate: + architecture: arm64 + product: ocp + stream: nightly + version: "4.22" ppc64le-latest: candidate: architecture: ppc64le @@ -155,6 +165,41 @@ tests: - chain: cucushift-installer-rehearse-gcp-ipi-disconnected-provision test: - ref: openshift-extended-olm-test-disconnected +- as: e2e-aws-ovn-hypershift-mgmt-extended-f6 + cron: 1 1 1-31/6 * * + steps: + cluster_profile: hypershift + env: + PUBLIC_ONLY: "true" + TEST_ARGS: --monitor=watch-namespaces + TEST_SUITE: olmv0/extended/candidate/fast + test: + - ref: openshift-extended-olm-test-hypershiftmgmt + workflow: hypershift-aws-conformance +- as: e2e-microshift-aws-ovn-extended-f2 + cron: 44 10 1-31/2 * * + steps: + cluster_profile: aws + env: + MICROSHIFT_OS: rhel-9.6 + OPTIONAL_RPMS: "true" + SRC_FROM_GIT: "true" + TEST_SUITE: olmv0/extended/candidate/fast + workflow: openshift-microshift-e2e-origin-conformance +- as: aws-rosa-hcp-extended-f4 + cron: 16 10 1-31/4 * * + steps: + cluster_profile: aws-sd-qe + env: + CHANNEL_GROUP: nightly + CLUSTER_TIMEOUT: "10800" + OCM_LOGIN_ENV: integration + OPENSHIFT_VERSION: "4.22" + TEST_ARGS: --monitor=watch-namespaces + TEST_SUITE: olmv0/extended/candidate/fast + test: + - ref: openshift-extended-olm-test-hcp + workflow: rosa-aws-sts-hcp - as: e2e-aws-ovn-stress-extended-f4 cron: 35 11 1-31/4 * * steps: diff --git a/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22-periodics.yaml b/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22-periodics.yaml index ee52c53c2a4e4..0016f58b8e508 100644 --- a/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22-periodics.yaml +++ b/ci-operator/jobs/openshift/operator-framework-olm/openshift-operator-framework-olm-release-4.22-periodics.yaml @@ -1,4 +1,79 @@ periodics: +- agent: kubernetes + cluster: build07 + cron: 16 10 1-31/4 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: operator-framework-olm + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/variant: periodics + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-aws-rosa-hcp-extended-f4 + 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=aws-rosa-hcp-extended-f4 + - --variant=periodics + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: build09 cron: 58 5 1-31/3 * * @@ -826,6 +901,81 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build07 + cron: 1 1 1-31/6 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: operator-framework-olm + labels: + ci-operator.openshift.io/cloud: hypershift + ci-operator.openshift.io/cloud-cluster-profile: hypershift + ci-operator.openshift.io/variant: periodics + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-aws-ovn-hypershift-mgmt-extended-f6 + 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=e2e-aws-ovn-hypershift-mgmt-extended-f6 + - --variant=periodics + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: build07 cron: 9 15 1-31/7 * * @@ -3906,6 +4056,81 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build07 + cron: 44 10 1-31/2 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: operator-framework-olm + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/variant: periodics + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-microshift-aws-ovn-extended-f2 + 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=e2e-microshift-aws-ovn-extended-f2 + - --variant=periodics + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: build10 cron: 28 19 1-31/2 * *