From 0ed0a12076fefe3b6f86c3bd9765990d924828a1 Mon Sep 17 00:00:00 2001 From: Mohit Sheth Date: Mon, 10 Aug 2026 17:00:17 -0400 Subject: [PATCH 1/3] Disable aws-perfscale loaded-upgrade crons for non-5.0 versions Remove cron schedules and set always_run: false for loaded-upgrade-120nodes and loaded-upgrade-252nodes (aws-perfscale profile) in 4.22-from-4.21, 4.23-from-4.22, and 5.1-from-4.22 configs. The aws-perfscale-qe loaded-upgrade-24nodes jobs are unchanged. Only 5.0-from-4.22 loaded-upgrade crons remain active on the aws-perfscale profile. Assisted-by: Claude Signed-off-by: Mohit Sheth --- ...in__aws-4.22-nightly-x86-loaded-upgrade-from-4.21.yaml | 8 ++++---- ...in__aws-4.23-nightly-x86-loaded-upgrade-from-4.22.yaml | 8 ++++---- ...ain__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86-loaded-upgrade-from-4.21.yaml b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86-loaded-upgrade-from-4.21.yaml index ec5b9e2be5b7a..eb4800017c1da 100644 --- a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86-loaded-upgrade-from-4.21.yaml +++ b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86-loaded-upgrade-from-4.21.yaml @@ -47,8 +47,8 @@ tests: - chain: workers-scale - chain: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- as: loaded-upgrade-120nodes - cron: 0 12 24 * * +- always_run: false + as: loaded-upgrade-120nodes steps: allow_skip_on_success: true cluster_profile: aws-perfscale @@ -107,8 +107,8 @@ tests: - chain: create-infra-move-ingress-monitoring-registry - ref: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- as: loaded-upgrade-252nodes - cron: 0 18 25 * * +- always_run: false + as: loaded-upgrade-252nodes steps: allow_skip_on_success: true cluster_profile: aws-perfscale diff --git a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.23-nightly-x86-loaded-upgrade-from-4.22.yaml b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.23-nightly-x86-loaded-upgrade-from-4.22.yaml index 241d40cd31245..bf1f5dcf2db39 100644 --- a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.23-nightly-x86-loaded-upgrade-from-4.22.yaml +++ b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.23-nightly-x86-loaded-upgrade-from-4.22.yaml @@ -47,8 +47,8 @@ tests: - chain: workers-scale - chain: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- as: loaded-upgrade-120nodes - cron: 0 12 24 * * +- always_run: false + as: loaded-upgrade-120nodes steps: allow_skip_on_success: true cluster_profile: aws-perfscale @@ -107,8 +107,8 @@ tests: - chain: create-infra-move-ingress-monitoring-registry - ref: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- as: loaded-upgrade-252nodes - cron: 0 18 25 * * +- always_run: false + as: loaded-upgrade-252nodes steps: allow_skip_on_success: true cluster_profile: aws-perfscale diff --git a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml index 8204ce673e897..cb7fe633cf528 100644 --- a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml +++ b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml @@ -47,8 +47,8 @@ tests: - chain: workers-scale - chain: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- as: loaded-upgrade-120nodes - cron: 30 12 28 * * +- always_run: false + as: loaded-upgrade-120nodes steps: allow_skip_on_success: true cluster_profile: aws-perfscale @@ -107,8 +107,8 @@ tests: - chain: create-infra-move-ingress-monitoring-registry - ref: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- as: loaded-upgrade-252nodes - cron: 30 18 25 * * +- always_run: false + as: loaded-upgrade-252nodes steps: allow_skip_on_success: true cluster_profile: aws-perfscale From 92ea718820b0375b957ba2fdd0c311b6baf48911 Mon Sep 17 00:00:00 2001 From: Mohit Sheth Date: Mon, 10 Aug 2026 17:04:56 -0400 Subject: [PATCH 2/3] Regenerate Prow jobs after disabling non-5.0 loaded-upgrade crons Assisted-by: Claude Signed-off-by: Mohit Sheth --- ...hift-eng-ocp-perfscale-main-periodics.yaml | 498 ----------------- ...ift-eng-ocp-perfscale-main-presubmits.yaml | 510 ++++++++++++++++++ 2 files changed, 510 insertions(+), 498 deletions(-) diff --git a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml index 9b754e6a03cc5..50cca477e53c5 100644 --- a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml +++ b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml @@ -93,89 +93,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 0 12 24 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: main - org: openshift-eng - repo: ocp-perfscale - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-4.22-nightly-x86-loaded-upgrade-from-4.21 - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-120nodes - 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=loaded-upgrade-120nodes - - --variant=aws-4.22-nightly-x86-loaded-upgrade-from-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: build11 cron: 0 2 4,11,18,25 * * @@ -259,89 +176,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 0 18 25 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: main - org: openshift-eng - repo: ocp-perfscale - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-4.22-nightly-x86-loaded-upgrade-from-4.21 - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-252nodes - 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=loaded-upgrade-252nodes - - --variant=aws-4.22-nightly-x86-loaded-upgrade-from-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: build11 cron: '@yearly' @@ -812,89 +646,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 0 12 24 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: main - org: openshift-eng - repo: ocp-perfscale - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-4.23-nightly-x86-loaded-upgrade-from-4.22 - ci.openshift.io/generator: prowgen - job-release: "4.23" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes - 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=loaded-upgrade-120nodes - - --variant=aws-4.23-nightly-x86-loaded-upgrade-from-4.22 - 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: build11 cron: 0 2 4,11,18,25 * * @@ -978,89 +729,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 0 18 25 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: main - org: openshift-eng - repo: ocp-perfscale - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-4.23-nightly-x86-loaded-upgrade-from-4.22 - ci.openshift.io/generator: prowgen - job-release: "4.23" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes - 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=loaded-upgrade-252nodes - - --variant=aws-4.23-nightly-x86-loaded-upgrade-from-4.22 - 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: build11 cron: '@yearly' @@ -4514,89 +4182,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 30 12 28 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: main - org: openshift-eng - repo: ocp-perfscale - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - ci.openshift.io/generator: prowgen - job-release: "5.1" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes - 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=loaded-upgrade-120nodes - - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - 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: build11 cron: 20 3 5,12,19,26 * * @@ -4680,89 +4265,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 30 18 25 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: main - org: openshift-eng - repo: ocp-perfscale - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - ci.openshift.io/generator: prowgen - job-release: "5.1" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes - 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=loaded-upgrade-252nodes - - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - 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: build11 cron: 20 12 7,14,21,28 * * diff --git a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml index 4e2a889c53f67..978e178d77b81 100644 --- a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml +++ b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml @@ -3661,6 +3661,91 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-4.22-nightly-x86-data-path-ipsec-9nodes|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-120nodes + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-4.22-nightly-x86-loaded-upgrade-from-4.21 + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-120nodes + rerun_command: /test aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-120nodes + 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=loaded-upgrade-120nodes + - --variant=aws-4.22-nightly-x86-loaded-upgrade-from-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 + trigger: (?m)^/test( | .* )(aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-120nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: @@ -3916,6 +4001,91 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-24nodes-layer2-72udn|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-252nodes + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-4.22-nightly-x86-loaded-upgrade-from-4.21 + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-252nodes + rerun_command: /test aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-252nodes + 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=loaded-upgrade-252nodes + - --variant=aws-4.22-nightly-x86-loaded-upgrade-from-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 + trigger: (?m)^/test( | .* )(aws-4.22-nightly-x86-loaded-upgrade-from-4.21-loaded-upgrade-252nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: @@ -5740,6 +5910,91 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-4.23-nightly-x86-data-path-ipsec-9nodes|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-4.23-nightly-x86-loaded-upgrade-from-4.22 + ci.openshift.io/generator: prowgen + job-release: "4.23" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes + rerun_command: /test aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes + 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=loaded-upgrade-120nodes + - --variant=aws-4.23-nightly-x86-loaded-upgrade-from-4.22 + 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 + trigger: (?m)^/test( | .* )(aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: @@ -5995,6 +6250,91 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-24nodes-layer2-72udn|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-4.23-nightly-x86-loaded-upgrade-from-4.22 + ci.openshift.io/generator: prowgen + job-release: "4.23" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes + rerun_command: /test aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes + 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=loaded-upgrade-252nodes + - --variant=aws-4.23-nightly-x86-loaded-upgrade-from-4.22 + 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 + trigger: (?m)^/test( | .* )(aws-4.23-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: @@ -7656,6 +7996,91 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-control-plane-fips-120nodes|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + ci.openshift.io/generator: prowgen + job-release: "5.1" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes + rerun_command: /test aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes + 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=loaded-upgrade-120nodes + - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + 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 + trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: @@ -7911,6 +8336,91 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-24nodes-layer2-72udn|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + ci.openshift.io/generator: prowgen + job-release: "5.1" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes + rerun_command: /test aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes + 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=loaded-upgrade-252nodes + - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + 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 + trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: From 7c5b8940c722e6251082380a0d2c7ea2d6b4ab31 Mon Sep 17 00:00:00 2001 From: Mohit Sheth Date: Mon, 10 Aug 2026 17:11:37 -0400 Subject: [PATCH 3/3] Remove 5.1 loaded-upgrade change (covered by separate PR) and regenerate Assisted-by: Claude Signed-off-by: Mohit Sheth --- ...-nightly-x86-loaded-upgrade-from-4.22.yaml | 8 +- ...hift-eng-ocp-perfscale-main-periodics.yaml | 166 +++++++++++++++++ ...ift-eng-ocp-perfscale-main-presubmits.yaml | 170 ------------------ 3 files changed, 170 insertions(+), 174 deletions(-) diff --git a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml index cb7fe633cf528..8204ce673e897 100644 --- a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml +++ b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml @@ -47,8 +47,8 @@ tests: - chain: workers-scale - chain: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- always_run: false - as: loaded-upgrade-120nodes +- as: loaded-upgrade-120nodes + cron: 30 12 28 * * steps: allow_skip_on_success: true cluster_profile: aws-perfscale @@ -107,8 +107,8 @@ tests: - chain: create-infra-move-ingress-monitoring-registry - ref: openshift-qe-cluster-density-v2 workflow: openshift-qe-upgrade -- always_run: false - as: loaded-upgrade-252nodes +- as: loaded-upgrade-252nodes + cron: 30 18 25 * * steps: allow_skip_on_success: true cluster_profile: aws-perfscale diff --git a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml index 50cca477e53c5..8e8b4b2f60892 100644 --- a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml +++ b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml @@ -4182,6 +4182,89 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build11 + cron: 30 12 28 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: main + org: openshift-eng + repo: ocp-perfscale + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + ci.openshift.io/generator: prowgen + job-release: "5.1" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes + 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=loaded-upgrade-120nodes + - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + 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: build11 cron: 20 3 5,12,19,26 * * @@ -4265,6 +4348,89 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build11 + cron: 30 18 25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: main + org: openshift-eng + repo: ocp-perfscale + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + ci.openshift.io/generator: prowgen + job-release: "5.1" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes + 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=loaded-upgrade-252nodes + - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 + 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: build11 cron: 20 12 7,14,21,28 * * diff --git a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml index 978e178d77b81..338f04db712e6 100644 --- a/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml +++ b/ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml @@ -7996,91 +7996,6 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-control-plane-fips-120nodes|remaining-required),?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^main$ - - ^main- - cluster: build01 - context: ci/prow/aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - ci.openshift.io/generator: prowgen - job-release: "5.1" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes - rerun_command: /test aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes - 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=loaded-upgrade-120nodes - - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - 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 - trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-120nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: @@ -8336,91 +8251,6 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-24nodes-layer2-72udn|remaining-required),?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^main$ - - ^main- - cluster: build01 - context: ci/prow/aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale - ci-operator.openshift.io/variant: aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - ci.openshift.io/generator: prowgen - job-release: "5.1" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes - rerun_command: /test aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes - 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=loaded-upgrade-252nodes - - --variant=aws-5.1-nightly-x86-loaded-upgrade-from-4.22 - 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 - trigger: (?m)^/test( | .* )(aws-5.1-nightly-x86-loaded-upgrade-from-4.22-loaded-upgrade-252nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: