From d672f722f04b77c22e803b1802c8de06ca003f78 Mon Sep 17 00:00:00 2001 From: Alessandro Rossi Date: Fri, 24 Jul 2026 15:27:41 +0200 Subject: [PATCH 1/2] ci(hypershift): CNTRLPLANE-3870: add periodic e2e-aro-hcp test for release-5.0 Add a daily periodic version of the e2e-aro-hcp presubmit test to the release-5.0 periodics config. This is needed to register the test as an informing gate on the HO release controller. Co-Authored-By: Claude Opus 4.6 --- ...ift-hypershift-release-5.0__periodics.yaml | 10 +++ ...hift-hypershift-release-5.0-periodics.yaml | 83 +++++++++++++++++++ 2 files changed, 93 insertions(+) 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 2f59a582f8f1f..dcf49ae166ad4 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 @@ -132,6 +132,16 @@ tests: HYPERSHIFT_AZURE_MARKETPLACE_IMAGE_SKU: "" HYPERSHIFT_AZURE_MARKETPLACE_IMAGE_VERSION: "" workflow: hypershift-azure-aks-e2e +- as: e2e-aro-hcp + cron: 0 2 * * * + steps: + cluster_profile: aro-hcp-dev + env: + ALLOWED_SUBSCRIPTIONS: Hypershift Managed Azure + ARO_HCP_CLOUD: dev + ARO_HCP_DEPLOY_ENV: ci01 + MULTISTAGE_PARAM_OVERRIDE_LOCATION: westus3 + workflow: aro-hcp-hypershift-e2e - as: e2e-aks-multi-x-ax cron: 0 2 * * * steps: 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 ff858b675a8c6..2bba4a72cb6f1 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 @@ -249,6 +249,89 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build07 + cron: 0 2 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-5.0 + org: openshift + repo: hypershift + labels: + ci-operator.openshift.io/cloud: aro-hcp-dev + ci-operator.openshift.io/cloud-cluster-profile: aro-hcp-dev + 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-aro-hcp + 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-aro-hcp + - --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 - agent: kubernetes cluster: build07 cron: 0 2 * * * From c80ee14aa5035742d1eddb55756744b33f6f29e8 Mon Sep 17 00:00:00 2001 From: Alessandro Rossi Date: Mon, 27 Jul 2026 10:25:42 +0200 Subject: [PATCH 2/2] ci(hypershift): CNTRLPLANE-3870: add aro-hcp base_images for e2e-aro-hcp periodic The aro-hcp-hypershift-e2e workflow requires aro-hcp-e2e-tests and aro-hcp-e2e-tools images. Add them as base_images so they can be resolved in the periodic context where no source build occurs. Co-Authored-By: Claude Opus 4.6 --- .../openshift-hypershift-release-5.0__periodics.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 dcf49ae166ad4..78e974c5f6188 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 @@ -1,4 +1,12 @@ base_images: + aro-hcp-e2e-tests: + name: aro-hcp-e2e-tests + namespace: aro-hcp + tag: latest + aro-hcp-e2e-tools: + name: aro-hcp-e2e-tools + namespace: aro-hcp + tag: latest dev-scripts: name: test namespace: ocp-kni