From bec45b214c57d60dc71086421c1f3af46fdff6d5 Mon Sep 17 00:00:00 2001 From: HarshwardhanPatil07 Date: Wed, 18 Mar 2026 09:58:24 +0530 Subject: [PATCH 1/3] split GCP MCO g1/g2 jobs into p1/p2/p3 for release-4.16 Signed-off-by: HarshwardhanPatil07 --- ...s-private-release-4.16__amd64-nightly.yaml | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16__amd64-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16__amd64-nightly.yaml index d3d19abf0326a..b6ee73e591926 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16__amd64-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16__amd64-nightly.yaml @@ -320,29 +320,40 @@ tests: test: - chain: openshift-e2e-test-mco-qe-longrun workflow: cucushift-installer-rehearse-gcp-ipi -- as: gcp-ipi-f28-longduration-mco-g1 +- as: gcp-ipi-f28-longduration-mco-p1 cron: 49 15 28 * * steps: allow_skip_on_success: true cluster_profile: gcp-qe env: COMPUTE_NODE_REPLICAS: "2" - TEST_FILTERS: ~ChkUpgrade&;~DisconnectedOnly&;~MicroShiftOnly& - TEST_IMPORTANCE: High + TEST_FILTERS: ~ChkUpgrade&;~DisconnectedOnly&;~MicroShiftOnly&;P1& TEST_SCENARIOS: MCO TEST_TIMEOUT: "140" test: - chain: openshift-e2e-test-mco-qe-longrun workflow: cucushift-installer-rehearse-gcp-ipi -- as: gcp-ipi-f28-longduration-mco-g2 +- as: gcp-ipi-f28-longduration-mco-p2 cron: 25 16 27 * * steps: allow_skip_on_success: true cluster_profile: gcp-qe env: COMPUTE_NODE_REPLICAS: "2" - TEST_FILTERS: ~ChkUpgrade&;~DisconnectedOnly&;~MicroShiftOnly& - TEST_IMPORTANCE: Critical|Medium|Low + TEST_FILTERS: ~ChkUpgrade&;~DisconnectedOnly&;~MicroShiftOnly&;P2& + TEST_SCENARIOS: MCO + TEST_TIMEOUT: "140" + test: + - chain: openshift-e2e-test-mco-qe-longrun + workflow: cucushift-installer-rehearse-gcp-ipi +- as: gcp-ipi-f28-longduration-mco-p3 + cron: 35 5 17 * * + steps: + allow_skip_on_success: true + cluster_profile: gcp-qe + env: + COMPUTE_NODE_REPLICAS: "2" + TEST_FILTERS: ~ChkUpgrade&;~DisconnectedOnly&;~MicroShiftOnly&;~P1&;~P2& TEST_SCENARIOS: MCO TEST_TIMEOUT: "140" test: From 2076eca673cb4f6742ec4bf9b1d4ceb8eb9e6213 Mon Sep 17 00:00:00 2001 From: HarshwardhanPatil07 Date: Wed, 18 Mar 2026 10:03:12 +0530 Subject: [PATCH 2/3] make update: regenerate jobs for release-4.16 GCP MCO p1/p2/p3 split Signed-off-by: HarshwardhanPatil07 --- ...-tests-private-release-4.16-periodics.yaml | 120 ++++++++++++++---- 1 file changed, 94 insertions(+), 26 deletions(-) diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml index 24b73a158eb44..1aea2fd555370 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml @@ -24249,18 +24249,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.16" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-g1 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-p1 spec: containers: - args: @@ -24270,7 +24259,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f28-longduration-mco-g1 + - --target=gcp-ipi-f28-longduration-mco-p1 - --variant=amd64-nightly command: - ci-operator @@ -24350,18 +24339,97 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.16" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-g2 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-p2 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=gcp-ipi-f28-longduration-mco-p2 + - --variant=amd64-nightly + 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: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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: build04 + cron: 35 5 17 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.16 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.16" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-p3 spec: containers: - args: @@ -24371,7 +24439,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f28-longduration-mco-g2 + - --target=gcp-ipi-f28-longduration-mco-p3 - --variant=amd64-nightly command: - ci-operator From 16f28a005ed211a14b61a79f1e7840260b535c61 Mon Sep 17 00:00:00 2001 From: HarshwardhanPatil07 Date: Wed, 18 Mar 2026 10:08:52 +0530 Subject: [PATCH 3/3] make update: regenerate jobs for release-4.16 GCP MCO p1/p2/p3 split Signed-off-by: HarshwardhanPatil07 --- ...-tests-private-release-4.16-periodics.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml index 1aea2fd555370..94593e5061405 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.16-periodics.yaml @@ -24250,6 +24250,17 @@ periodics: job-release: "4.16" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-p1 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -24340,6 +24351,17 @@ periodics: job-release: "4.16" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-p2 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -24430,6 +24452,17 @@ periodics: job-release: "4.16" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-gcp-ipi-f28-longduration-mco-p3 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: