From f586f33ce364a377dfd5bfa65588370fb830a05f Mon Sep 17 00:00:00 2001 From: Bhargavi Gudi Date: Tue, 7 Apr 2026 20:36:48 +0530 Subject: [PATCH] Added perodic job for longrunning testsuite for 4.21 --- .../openshift-release-main__nightly-4.21.yaml | 12 +++ .../openshift-release-main-periodics.yaml | 84 +++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/ci-operator/config/openshift/release/openshift-release-main__nightly-4.21.yaml b/ci-operator/config/openshift/release/openshift-release-main__nightly-4.21.yaml index 8786f12074b38..47b4941b92f9f 100644 --- a/ci-operator/config/openshift/release/openshift-release-main__nightly-4.21.yaml +++ b/ci-operator/config/openshift/release/openshift-release-main__nightly-4.21.yaml @@ -2160,6 +2160,18 @@ tests: steps: cluster_profile: openshift-org-azure workflow: openshift-e2e-cert-rotation-short-azure +- as: e2e-aws-disruptive-longrunning + cron: 0 12 * * * + steps: + cluster_profile: aws-5 + env: + TEST_REQUIRES_SSH: "yes" + TEST_SUITE: openshift/disruptive-longrunning + TEST_TYPE: suite + observers: + enable: + - observers-resource-watch + workflow: openshift-e2e-aws-disruption zz_generated_metadata: branch: main org: openshift diff --git a/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml b/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml index 0fe47f18e9c57..43ee9c032f8cb 100644 --- a/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml +++ b/ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml @@ -190199,6 +190199,90 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build09 + cron: 0 12 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: main + org: openshift + repo: release + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-5 + ci-operator.openshift.io/variant: nightly-4.21 + ci.openshift.io/generator: prowgen + ci.openshift.io/no-builds: "true" + job-release: "4.21" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-release-main-nightly-4.21-e2e-aws-disruptive-longrunning + 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-disruptive-longrunning + - --variant=nightly-4.21 + 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: build09 decorate: true