From 1bb2a477d8c3069b878b26117cbd7473f691912a Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 14 May 2026 08:31:29 -0700 Subject: [PATCH] hypershift: add e2e-v2-gke periodic job for 4.23 and 5.0 Adds a twice-daily cron periodic (37 9,21 * * *) for the GKE v2 e2e test to the release-4.23 and release-5.0 periodic variants. The corresponding presubmit (e2e-v2-gke) was made required for merge in #78842; this periodic enables nightly flake detection and Sippy/TestGrid dashboard visibility once auto-generators pick it up post-merge. Assisted-by: Claude:claude-sonnet-4-6[1m] --- ...ft-hypershift-release-4.23__periodics.yaml | 10 +++ ...ift-hypershift-release-5.0__periodics.yaml | 10 +++ ...ift-hypershift-release-4.23-periodics.yaml | 84 +++++++++++++++++++ ...hift-hypershift-release-5.0-periodics.yaml | 84 +++++++++++++++++++ 4 files changed, 188 insertions(+) diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23__periodics.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23__periodics.yaml index 894a2d7c8e145..c7c81123845ac 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23__periodics.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23__periodics.yaml @@ -371,6 +371,16 @@ tests: LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource TECH_PREVIEW_NO_UPGRADE: "true" workflow: hypershift-openstack-nested-conformance +- as: e2e-v2-gke + capabilities: + - build-tmpfs + cron: 37 9,21 * * * + steps: + cluster_profile: hypershift-gcp + env: + GKE_REGION: us-central1 + GKE_RELEASE_CHANNEL: stable + workflow: hypershift-gcp-gke-e2e-v2 zz_generated_metadata: branch: release-4.23 org: openshift diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0__periodics.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0__periodics.yaml index 2de9203224688..767e446370aa9 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0__periodics.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0__periodics.yaml @@ -370,6 +370,16 @@ tests: LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource TECH_PREVIEW_NO_UPGRADE: "true" workflow: hypershift-openstack-nested-conformance +- as: e2e-v2-gke + capabilities: + - build-tmpfs + cron: 37 9,21 * * * + steps: + cluster_profile: hypershift-gcp + env: + GKE_REGION: us-central1 + GKE_RELEASE_CHANNEL: stable + workflow: hypershift-gcp-gke-e2e-v2 zz_generated_metadata: branch: release-5.0 org: openshift diff --git a/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-4.23-periodics.yaml b/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-4.23-periodics.yaml index f433278fe9a47..3123e0a3a8ad2 100644 --- a/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-4.23-periodics.yaml +++ b/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-4.23-periodics.yaml @@ -2238,3 +2238,87 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build07 + cron: 37 9,21 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.23 + org: openshift + repo: hypershift + labels: + capability/build-tmpfs: build-tmpfs + ci-operator.openshift.io/cloud: hypershift-gcp + ci-operator.openshift.io/cloud-cluster-profile: hypershift-gcp + ci-operator.openshift.io/variant: periodics + ci.openshift.io/generator: prowgen + job-release: "4.23" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-hypershift-release-4.23-periodics-e2e-v2-gke + 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-v2-gke + - --variant=periodics + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + 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/hypershift/openshift-hypershift-release-5.0-periodics.yaml b/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-5.0-periodics.yaml index e85e7aab8d431..655c786be0302 100644 --- a/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-5.0-periodics.yaml +++ b/ci-operator/jobs/openshift/hypershift/openshift-hypershift-release-5.0-periodics.yaml @@ -2238,3 +2238,87 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build07 + cron: 37 9,21 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-5.0 + org: openshift + repo: hypershift + labels: + capability/build-tmpfs: build-tmpfs + ci-operator.openshift.io/cloud: hypershift-gcp + ci-operator.openshift.io/cloud-cluster-profile: hypershift-gcp + ci-operator.openshift.io/variant: periodics + ci.openshift.io/generator: prowgen + job-release: "5.0" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-v2-gke + 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-v2-gke + - --variant=periodics + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + 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