From 4b9534a20b9e4c08157916c48fa0596de01c09a4 Mon Sep 17 00:00:00 2001 From: Mohit Sheth Date: Mon, 10 Aug 2026 17:28:27 -0400 Subject: [PATCH 1/2] Reduce 5.0 aws-perfscale cron frequency and disable ipsec jobs - control-plane-120nodes: reduce from 4x/week to 2x/week (Tue, Sat) - control-plane-ipsec-120nodes: disable (set always_run: false) - control-plane-ipsec-252nodes: disable (set always_run: false) Assisted-by: Claude Signed-off-by: Mohit Sheth --- ...p-perfscale-main__aws-5.0-nightly-x86.yaml | 10 +- ...hift-eng-ocp-perfscale-main-periodics.yaml | 192 +---------------- ...ift-eng-ocp-perfscale-main-presubmits.yaml | 194 ++++++++++++++++++ 3 files changed, 200 insertions(+), 196 deletions(-) diff --git a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml index 8c7501b8c159a..0bbd9a3cac571 100644 --- a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml +++ b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml @@ -76,7 +76,7 @@ tests: - chain: openshift-qe-orion-consolidated workflow: openshift-qe-installer-aws - as: control-plane-120nodes - cron: 0 6 * * 0,2,4,6 + cron: 0 6 * * 2,6 reporter_config: channel: '#ocp-qe-scale-ci-results' job_states_to_report: @@ -382,8 +382,8 @@ tests: test: - chain: openshift-qe-node-density-cni workflow: openshift-qe-installer-aws -- as: control-plane-ipsec-120nodes - cron: 0 10 11,23 * * +- always_run: false + as: control-plane-ipsec-120nodes reporter_config: channel: '#ocp-qe-scale-ci-results' job_states_to_report: @@ -420,8 +420,8 @@ tests: - chain: openshift-qe-control-plane workflow: openshift-qe-installer-aws-ovn-ipsec timeout: 14h0m0s -- as: control-plane-ipsec-252nodes - cron: 0 18 11,23 * * +- always_run: false + as: control-plane-ipsec-252nodes reporter_config: channel: '#ocp-qe-scale-ci-results' job_states_to_report: 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..b2f8b88940eb7 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 @@ -1157,7 +1157,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build11 - cron: 0 6 * * 0,2,4,6 + cron: 0 6 * * 2,6 decorate: true decoration_config: skip_cloning: true @@ -1721,196 +1721,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 0 10 11,23 * * - decorate: true - decoration_config: - skip_cloning: true - timeout: 14h0m0s - 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.0-nightly-x86 - ci.openshift.io/generator: prowgen - job-release: "5.0" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-120nodes - reporter_config: - slack: - channel: '#ocp-qe-scale-ci-results' - job_states_to_report: - - success - - failure - - error - report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :white_check_mark: - {{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :warning: {{end}}' - 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=control-plane-ipsec-120nodes - - --variant=aws-5.0-nightly-x86 - 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 18 11,23 * * - decorate: true - decoration_config: - skip_cloning: true - timeout: 14h0m0s - 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.0-nightly-x86 - ci.openshift.io/generator: prowgen - job-release: "5.0" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-252nodes - reporter_config: - slack: - channel: '#ocp-qe-scale-ci-results' - job_states_to_report: - - success - - failure - - error - report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :white_check_mark: - {{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :warning: {{end}}' - 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=control-plane-ipsec-252nodes - - --variant=aws-5.0-nightly-x86 - 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 8 * * 1 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..e28961e17ec15 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 @@ -6794,6 +6794,200 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )(aws-5.0-nightly-x86-control-plane-fips-120nodes|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-5.0-nightly-x86-control-plane-ipsec-120nodes + decorate: true + decoration_config: + skip_cloning: true + timeout: 14h0m0s + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-5.0-nightly-x86 + ci.openshift.io/generator: prowgen + job-release: "5.0" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-120nodes + reporter_config: + slack: + channel: '#ocp-qe-scale-ci-results' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job + *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> + :white_check_mark: {{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs> :warning: {{end}}' + rerun_command: /test aws-5.0-nightly-x86-control-plane-ipsec-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=control-plane-ipsec-120nodes + - --variant=aws-5.0-nightly-x86 + 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.0-nightly-x86-control-plane-ipsec-120nodes|remaining-required),?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build01 + context: ci/prow/aws-5.0-nightly-x86-control-plane-ipsec-252nodes + decorate: true + decoration_config: + skip_cloning: true + timeout: 14h0m0s + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/variant: aws-5.0-nightly-x86 + ci.openshift.io/generator: prowgen + job-release: "5.0" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-252nodes + reporter_config: + slack: + channel: '#ocp-qe-scale-ci-results' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job + *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> + :white_check_mark: {{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs> :warning: {{end}}' + rerun_command: /test aws-5.0-nightly-x86-control-plane-ipsec-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=control-plane-ipsec-252nodes + - --variant=aws-5.0-nightly-x86 + 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.0-nightly-x86-control-plane-ipsec-252nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: From 6aa2450787250672d86e42a8241e94b2aef17c08 Mon Sep 17 00:00:00 2001 From: Mohit Sheth Date: Mon, 10 Aug 2026 19:07:30 -0400 Subject: [PATCH 2/2] Reduce 5.0 control-plane-120nodes frequency and disable cudn churn jobs - control-plane-120nodes: reduce from 4x/week to 2x/week (Tue, Sat) - cudn-pod-churn-250-24nodes: disable (set always_run: false) - cudn-churn-250-24nodes: disable (set always_run: false) - Restore ipsec jobs to original crons Assisted-by: Claude Signed-off-by: Mohit Sheth --- ...p-perfscale-main__aws-5.0-nightly-x86.yaml | 16 ++++----- ...hift-eng-ocp-perfscale-main-periodics.yaml | 36 ++++++++++--------- ...ift-eng-ocp-perfscale-main-presubmits.yaml | 26 +++++++------- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml index 0bbd9a3cac571..adfec67f99504 100644 --- a/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml +++ b/ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.0-nightly-x86.yaml @@ -382,8 +382,8 @@ tests: test: - chain: openshift-qe-node-density-cni workflow: openshift-qe-installer-aws -- always_run: false - as: control-plane-ipsec-120nodes +- as: control-plane-ipsec-120nodes + cron: 0 10 11,23 * * reporter_config: channel: '#ocp-qe-scale-ci-results' job_states_to_report: @@ -420,8 +420,8 @@ tests: - chain: openshift-qe-control-plane workflow: openshift-qe-installer-aws-ovn-ipsec timeout: 14h0m0s -- always_run: false - as: control-plane-ipsec-252nodes +- as: control-plane-ipsec-252nodes + cron: 0 18 11,23 * * reporter_config: channel: '#ocp-qe-scale-ci-results' job_states_to_report: @@ -583,8 +583,8 @@ tests: - ref: openshift-qe-workers-scale test: - chain: openshift-qe-cudn-density -- as: cudn-pod-churn-250-24nodes - cron: 0 6 * * 1 +- always_run: false + as: cudn-pod-churn-250-24nodes reporter_config: channel: '#ocp-qe-scale-ci-results' job_states_to_report: @@ -617,8 +617,8 @@ tests: - ref: openshift-qe-workers-scale test: - chain: openshift-qe-cudn-density -- as: cudn-churn-250-24nodes - cron: 0 8 * * 1 +- always_run: false + as: cudn-churn-250-24nodes reporter_config: channel: '#ocp-qe-scale-ci-results' job_states_to_report: 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 b2f8b88940eb7..a3b414219d338 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 @@ -1723,22 +1723,23 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build11 - cron: 0 8 * * 1 + cron: 0 10 11,23 * * decorate: true decoration_config: skip_cloning: true + timeout: 14h0m0s 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-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale ci-operator.openshift.io/variant: aws-5.0-nightly-x86 ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-churn-250-24nodes + name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-120nodes reporter_config: slack: channel: '#ocp-qe-scale-ci-results' @@ -1758,7 +1759,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=cudn-churn-250-24nodes + - --target=control-plane-ipsec-120nodes - --variant=aws-5.0-nightly-x86 command: - ci-operator @@ -1817,22 +1818,23 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build11 - cron: 0 4 * * 1,3,5 + cron: 0 18 11,23 * * decorate: true decoration_config: skip_cloning: true + timeout: 14h0m0s 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-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale ci-operator.openshift.io/variant: aws-5.0-nightly-x86 ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-density-single-ns-250-24nodes + name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-252nodes reporter_config: slack: channel: '#ocp-qe-scale-ci-results' @@ -1852,7 +1854,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=cudn-density-single-ns-250-24nodes + - --target=control-plane-ipsec-252nodes - --variant=aws-5.0-nightly-x86 command: - ci-operator @@ -1911,7 +1913,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build11 - cron: 0 2 * * 1,3,5 + cron: 0 4 * * 1,3,5 decorate: true decoration_config: skip_cloning: true @@ -1926,7 +1928,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-density-single-ns-500-24nodes + name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-density-single-ns-250-24nodes reporter_config: slack: channel: '#ocp-qe-scale-ci-results' @@ -1946,7 +1948,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=cudn-density-single-ns-500-24nodes + - --target=cudn-density-single-ns-250-24nodes - --variant=aws-5.0-nightly-x86 command: - ci-operator @@ -2005,7 +2007,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build11 - cron: 0 10 * * 2,4 + cron: 0 2 * * 1,3,5 decorate: true decoration_config: skip_cloning: true @@ -2020,7 +2022,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-incremental-1000-24nodes + name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-density-single-ns-500-24nodes reporter_config: slack: channel: '#ocp-qe-scale-ci-results' @@ -2040,7 +2042,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=cudn-incremental-1000-24nodes + - --target=cudn-density-single-ns-500-24nodes - --variant=aws-5.0-nightly-x86 command: - ci-operator @@ -2099,7 +2101,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build11 - cron: 0 6 * * 1 + cron: 0 10 * * 2,4 decorate: true decoration_config: skip_cloning: true @@ -2114,7 +2116,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-pod-churn-250-24nodes + name: periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-incremental-1000-24nodes reporter_config: slack: channel: '#ocp-qe-scale-ci-results' @@ -2134,7 +2136,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=cudn-pod-churn-250-24nodes + - --target=cudn-incremental-1000-24nodes - --variant=aws-5.0-nightly-x86 command: - ci-operator 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 e28961e17ec15..ed4b8254ee85f 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 @@ -6800,19 +6800,18 @@ presubmits: - ^main$ - ^main- cluster: build01 - context: ci/prow/aws-5.0-nightly-x86-control-plane-ipsec-120nodes + context: ci/prow/aws-5.0-nightly-x86-cudn-churn-250-24nodes decorate: true decoration_config: skip_cloning: true - timeout: 14h0m0s labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale-qe ci-operator.openshift.io/variant: aws-5.0-nightly-x86 ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-120nodes + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-churn-250-24nodes reporter_config: slack: channel: '#ocp-qe-scale-ci-results' @@ -6824,7 +6823,7 @@ presubmits: *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :white_check_mark: {{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :warning: {{end}}' - rerun_command: /test aws-5.0-nightly-x86-control-plane-ipsec-120nodes + rerun_command: /test aws-5.0-nightly-x86-cudn-churn-250-24nodes spec: containers: - args: @@ -6833,7 +6832,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=control-plane-ipsec-120nodes + - --target=cudn-churn-250-24nodes - --variant=aws-5.0-nightly-x86 command: - ci-operator @@ -6890,26 +6889,25 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )(aws-5.0-nightly-x86-control-plane-ipsec-120nodes|remaining-required),?($|\s.*) + trigger: (?m)^/test( | .* )(aws-5.0-nightly-x86-cudn-churn-250-24nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: - ^main$ - ^main- cluster: build01 - context: ci/prow/aws-5.0-nightly-x86-control-plane-ipsec-252nodes + context: ci/prow/aws-5.0-nightly-x86-cudn-pod-churn-250-24nodes decorate: true decoration_config: skip_cloning: true - timeout: 14h0m0s labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale + ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale-qe ci-operator.openshift.io/variant: aws-5.0-nightly-x86 ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-ipsec-252nodes + name: pull-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-pod-churn-250-24nodes reporter_config: slack: channel: '#ocp-qe-scale-ci-results' @@ -6921,7 +6919,7 @@ presubmits: *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :white_check_mark: {{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :warning: {{end}}' - rerun_command: /test aws-5.0-nightly-x86-control-plane-ipsec-252nodes + rerun_command: /test aws-5.0-nightly-x86-cudn-pod-churn-250-24nodes spec: containers: - args: @@ -6930,7 +6928,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=control-plane-ipsec-252nodes + - --target=cudn-pod-churn-250-24nodes - --variant=aws-5.0-nightly-x86 command: - ci-operator @@ -6987,7 +6985,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )(aws-5.0-nightly-x86-control-plane-ipsec-252nodes|remaining-required),?($|\s.*) + trigger: (?m)^/test( | .* )(aws-5.0-nightly-x86-cudn-pod-churn-250-24nodes|remaining-required),?($|\s.*) - agent: kubernetes always_run: false branches: