From d86de9286ccd1a407e745af180bc1e0f46422254 Mon Sep 17 00:00:00 2001 From: Dustin Row Date: Tue, 23 Jun 2026 11:18:41 -0700 Subject: [PATCH] ROSAENG-60110: Add staging environment to rosa-e2e Prow job names Add 'staging' to rosa-e2e nightly and upgrade job names so they consistently indicate which OCM environment they target. This aligns with the FVT jobs which already include staging/integration in their names. Nightly periodics: rosa-hcp-e2e-stable-4-22 -> rosa-hcp-e2e-staging-stable-4-22 Upgrades: rosa-hcp-upgrade-4-20-to-4-21 -> rosa-hcp-upgrade-staging-4-20-to-4-21 FVT jobs are unchanged (already have staging/integration/production). Jira: https://redhat.atlassian.net/browse/ROSAENG-60110 --- ...shift-online-rosa-e2e-main__periodics.yaml | 40 ++++----- ...enshift-online-rosa-e2e-main__upgrade.yaml | 4 +- ...nshift-online-rosa-e2e-main-periodics.yaml | 88 +++++++++---------- 3 files changed, 66 insertions(+), 66 deletions(-) diff --git a/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__periodics.yaml b/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__periodics.yaml index b81641266d195..9ad77c7ab91d1 100644 --- a/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__periodics.yaml +++ b/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__periodics.yaml @@ -34,7 +34,7 @@ resources: cpu: 100m memory: 200Mi tests: -- as: rosa-hcp-e2e-stable-4-19 +- as: rosa-hcp-e2e-staging-stable-4-19 cron: 30 2 * * * steps: cluster_profile: rosa-e2e-01 @@ -49,7 +49,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp -- as: rosa-hcp-e2e-stable-4-20 +- as: rosa-hcp-e2e-staging-stable-4-20 cron: 0 3 * * * steps: cluster_profile: rosa-e2e-01 @@ -64,7 +64,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp -- as: rosa-hcp-e2e-stable-4-21 +- as: rosa-hcp-e2e-staging-stable-4-21 cron: 30 3 * * * steps: cluster_profile: rosa-e2e-01 @@ -79,7 +79,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp -- as: rosa-hcp-e2e-stable-4-22 +- as: rosa-hcp-e2e-staging-stable-4-22 cron: 0 4 * * * steps: cluster_profile: rosa-e2e-01 @@ -94,7 +94,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp -- as: rosa-hcp-e2e-nightly-5-0 +- as: rosa-hcp-e2e-staging-nightly-5-0 cron: 30 4 * * * steps: cluster_profile: rosa-e2e-01 @@ -109,7 +109,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp -- as: rosa-classic-sts-e2e-stable-4-19 +- as: rosa-classic-sts-e2e-staging-stable-4-19 cron: 30 5 * * * steps: cluster_profile: rosa-e2e-01 @@ -123,7 +123,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: rosa-classic-sts-e2e-stable-4-20 +- as: rosa-classic-sts-e2e-staging-stable-4-20 cron: 0 6 * * * steps: cluster_profile: rosa-e2e-01 @@ -137,7 +137,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: rosa-classic-sts-e2e-stable-4-21 +- as: rosa-classic-sts-e2e-staging-stable-4-21 cron: 30 6 * * * steps: cluster_profile: rosa-e2e-01 @@ -151,7 +151,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: rosa-classic-sts-e2e-stable-4-22 +- as: rosa-classic-sts-e2e-staging-stable-4-22 cron: 0 7 * * * steps: cluster_profile: rosa-e2e-01 @@ -165,7 +165,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: rosa-hcp-fips-e2e-stable-4-19 +- as: rosa-hcp-fips-e2e-staging-stable-4-19 cron: 0 8 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -181,7 +181,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp-fips -- as: rosa-hcp-fips-e2e-stable-4-20 +- as: rosa-hcp-fips-e2e-staging-stable-4-20 cron: 30 8 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -197,7 +197,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp-fips -- as: rosa-hcp-fips-e2e-stable-4-21 +- as: rosa-hcp-fips-e2e-staging-stable-4-21 cron: 0 9 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -213,7 +213,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp-fips -- as: rosa-hcp-fips-e2e-stable-4-22 +- as: rosa-hcp-fips-e2e-staging-stable-4-22 cron: 30 9 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -229,7 +229,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp-fips -- as: rosa-hcp-fips-e2e-nightly-5-0 +- as: rosa-hcp-fips-e2e-staging-nightly-5-0 cron: 0 10 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -245,7 +245,7 @@ tests: REGION: us-west-2 REPLICAS: "3" workflow: rosa-e2e-hcp-fips -- as: rosa-classic-sts-fips-e2e-stable-4-19 +- as: rosa-classic-sts-fips-e2e-staging-stable-4-19 cron: 30 10 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -260,7 +260,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: rosa-classic-sts-fips-e2e-stable-4-20 +- as: rosa-classic-sts-fips-e2e-staging-stable-4-20 cron: 0 11 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -275,7 +275,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: rosa-classic-sts-fips-e2e-stable-4-21 +- as: rosa-classic-sts-fips-e2e-staging-stable-4-21 cron: 30 11 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -290,7 +290,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: rosa-classic-sts-fips-e2e-stable-4-22 +- as: rosa-classic-sts-fips-e2e-staging-stable-4-22 cron: 0 12 * * 1 steps: cluster_profile: rosa-e2e-01 @@ -305,7 +305,7 @@ tests: REPLICAS: "2" STS: "true" workflow: rosa-e2e-classic -- as: osd-gcp-e2e-stable-4-22 +- as: osd-gcp-e2e-staging-stable-4-22 cron: 30 7 * * * steps: cluster_profile: rosa-e2e-03 @@ -318,7 +318,7 @@ tests: REGION: us-east1 SUBSCRIPTION_TYPE: marketplace-gcp workflow: rosa-e2e-osd-gcp -- as: osd-gcp-fips-e2e-stable-4-22 +- as: osd-gcp-fips-e2e-staging-stable-4-22 cron: 30 12 * * 1 steps: cluster_profile: rosa-e2e-03 diff --git a/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__upgrade.yaml b/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__upgrade.yaml index 6ad9ffd7544ab..9361de6176edb 100644 --- a/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__upgrade.yaml +++ b/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__upgrade.yaml @@ -34,7 +34,7 @@ resources: cpu: 100m memory: 200Mi tests: -- as: rosa-classic-sts-upgrade-4-20-to-4-21 +- as: rosa-classic-sts-upgrade-staging-4-20-to-4-21 cron: 0 2 * * 0 steps: cluster_profile: rosa-e2e-01 @@ -54,7 +54,7 @@ tests: - ref: rosa-cluster-upgrade-cluster - ref: rosa-e2e-test workflow: rosa-e2e-classic -- as: rosa-hcp-upgrade-4-20-to-4-21 +- as: rosa-hcp-upgrade-staging-4-20-to-4-21 cron: 30 2 * * 1 steps: cluster_profile: rosa-e2e-01 diff --git a/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml b/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml index 59270b04f49ed..f5f7434c74479 100644 --- a/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml +++ b/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml @@ -2941,7 +2941,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-osd-gcp-e2e-stable-4-22 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-osd-gcp-e2e-staging-stable-4-22 spec: containers: - args: @@ -2950,7 +2950,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=osd-gcp-e2e-stable-4-22 + - --target=osd-gcp-e2e-staging-stable-4-22 - --variant=periodics command: - ci-operator @@ -3027,7 +3027,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-osd-gcp-fips-e2e-stable-4-22 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-osd-gcp-fips-e2e-staging-stable-4-22 spec: containers: - args: @@ -3036,7 +3036,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=osd-gcp-fips-e2e-stable-4-22 + - --target=osd-gcp-fips-e2e-staging-stable-4-22 - --variant=periodics command: - ci-operator @@ -3113,7 +3113,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-stable-4-19 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-staging-stable-4-19 spec: containers: - args: @@ -3122,7 +3122,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-e2e-stable-4-19 + - --target=rosa-classic-sts-e2e-staging-stable-4-19 - --variant=periodics command: - ci-operator @@ -3199,7 +3199,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-stable-4-20 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-staging-stable-4-20 spec: containers: - args: @@ -3208,7 +3208,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-e2e-stable-4-20 + - --target=rosa-classic-sts-e2e-staging-stable-4-20 - --variant=periodics command: - ci-operator @@ -3285,7 +3285,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-stable-4-21 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-staging-stable-4-21 spec: containers: - args: @@ -3294,7 +3294,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-e2e-stable-4-21 + - --target=rosa-classic-sts-e2e-staging-stable-4-21 - --variant=periodics command: - ci-operator @@ -3371,7 +3371,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-stable-4-22 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-staging-stable-4-22 spec: containers: - args: @@ -3380,7 +3380,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-e2e-stable-4-22 + - --target=rosa-classic-sts-e2e-staging-stable-4-22 - --variant=periodics command: - ci-operator @@ -3457,7 +3457,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-stable-4-19 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-staging-stable-4-19 spec: containers: - args: @@ -3466,7 +3466,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-fips-e2e-stable-4-19 + - --target=rosa-classic-sts-fips-e2e-staging-stable-4-19 - --variant=periodics command: - ci-operator @@ -3543,7 +3543,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-stable-4-20 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-staging-stable-4-20 spec: containers: - args: @@ -3552,7 +3552,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-fips-e2e-stable-4-20 + - --target=rosa-classic-sts-fips-e2e-staging-stable-4-20 - --variant=periodics command: - ci-operator @@ -3629,7 +3629,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-stable-4-21 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-staging-stable-4-21 spec: containers: - args: @@ -3638,7 +3638,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-fips-e2e-stable-4-21 + - --target=rosa-classic-sts-fips-e2e-staging-stable-4-21 - --variant=periodics command: - ci-operator @@ -3715,7 +3715,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-stable-4-22 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-staging-stable-4-22 spec: containers: - args: @@ -3724,7 +3724,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-fips-e2e-stable-4-22 + - --target=rosa-classic-sts-fips-e2e-staging-stable-4-22 - --variant=periodics command: - ci-operator @@ -3801,7 +3801,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-nightly-5-0 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-staging-nightly-5-0 spec: containers: - args: @@ -3810,7 +3810,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-e2e-nightly-5-0 + - --target=rosa-hcp-e2e-staging-nightly-5-0 - --variant=periodics command: - ci-operator @@ -3887,7 +3887,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-stable-4-19 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-staging-stable-4-19 spec: containers: - args: @@ -3896,7 +3896,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-e2e-stable-4-19 + - --target=rosa-hcp-e2e-staging-stable-4-19 - --variant=periodics command: - ci-operator @@ -3973,7 +3973,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-stable-4-20 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-staging-stable-4-20 spec: containers: - args: @@ -3982,7 +3982,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-e2e-stable-4-20 + - --target=rosa-hcp-e2e-staging-stable-4-20 - --variant=periodics command: - ci-operator @@ -4059,7 +4059,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-stable-4-21 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-staging-stable-4-21 spec: containers: - args: @@ -4068,7 +4068,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-e2e-stable-4-21 + - --target=rosa-hcp-e2e-staging-stable-4-21 - --variant=periodics command: - ci-operator @@ -4145,7 +4145,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-stable-4-22 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-staging-stable-4-22 spec: containers: - args: @@ -4154,7 +4154,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-e2e-stable-4-22 + - --target=rosa-hcp-e2e-staging-stable-4-22 - --variant=periodics command: - ci-operator @@ -4231,7 +4231,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-nightly-5-0 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-staging-nightly-5-0 spec: containers: - args: @@ -4240,7 +4240,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-fips-e2e-nightly-5-0 + - --target=rosa-hcp-fips-e2e-staging-nightly-5-0 - --variant=periodics command: - ci-operator @@ -4317,7 +4317,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-stable-4-19 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-staging-stable-4-19 spec: containers: - args: @@ -4326,7 +4326,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-fips-e2e-stable-4-19 + - --target=rosa-hcp-fips-e2e-staging-stable-4-19 - --variant=periodics command: - ci-operator @@ -4403,7 +4403,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-stable-4-20 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-staging-stable-4-20 spec: containers: - args: @@ -4412,7 +4412,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-fips-e2e-stable-4-20 + - --target=rosa-hcp-fips-e2e-staging-stable-4-20 - --variant=periodics command: - ci-operator @@ -4489,7 +4489,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-stable-4-21 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-staging-stable-4-21 spec: containers: - args: @@ -4498,7 +4498,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-fips-e2e-stable-4-21 + - --target=rosa-hcp-fips-e2e-staging-stable-4-21 - --variant=periodics command: - ci-operator @@ -4575,7 +4575,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-stable-4-22 + name: periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-staging-stable-4-22 spec: containers: - args: @@ -4584,7 +4584,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-fips-e2e-stable-4-22 + - --target=rosa-hcp-fips-e2e-staging-stable-4-22 - --variant=periodics command: - ci-operator @@ -4661,7 +4661,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-upgrade-rosa-classic-sts-upgrade-4-20-to-4-21 + name: periodic-ci-openshift-online-rosa-e2e-main-upgrade-rosa-classic-sts-upgrade-staging-4-20-to-4-21 spec: containers: - args: @@ -4670,7 +4670,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-classic-sts-upgrade-4-20-to-4-21 + - --target=rosa-classic-sts-upgrade-staging-4-20-to-4-21 - --variant=upgrade command: - ci-operator @@ -4747,7 +4747,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-online-rosa-e2e-main-upgrade-rosa-hcp-upgrade-4-20-to-4-21 + name: periodic-ci-openshift-online-rosa-e2e-main-upgrade-rosa-hcp-upgrade-staging-4-20-to-4-21 spec: containers: - args: @@ -4756,7 +4756,7 @@ periodics: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=rosa-hcp-upgrade-4-20-to-4-21 + - --target=rosa-hcp-upgrade-staging-4-20-to-4-21 - --variant=upgrade command: - ci-operator