diff --git a/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master.yaml b/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master.yaml index 73fadd9ddab17..94b48f99fdb81 100644 --- a/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master.yaml @@ -43,18 +43,18 @@ tests: commands: make test-unit container: from: src -- as: e2e-aws +- as: e2e steps: - cluster_profile: aws - workflow: openshift-e2e-aws + cluster_profile: gcp + workflow: openshift-e2e-gcp - as: e2e-aws-operator commands: make test-e2e openshift_installer_src: cluster_profile: aws -- as: e2e-aws-upgrade +- as: e2e-upgrade commands: TEST_SUITE=all run-upgrade-tests openshift_installer: - cluster_profile: aws + cluster_profile: gcp upgrade: true zz_generated_metadata: branch: master diff --git a/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6.yaml b/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6.yaml index 548733d9b5543..7a56ac35e0019 100644 --- a/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6.yaml +++ b/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6.yaml @@ -44,18 +44,18 @@ tests: commands: make test-unit container: from: src -- as: e2e-aws +- as: e2e steps: - cluster_profile: aws - workflow: openshift-e2e-aws + cluster_profile: gcp + workflow: openshift-e2e-gcp - as: e2e-aws-operator commands: make test-e2e openshift_installer_src: cluster_profile: aws -- as: e2e-aws-upgrade +- as: e2e-upgrade commands: TEST_SUITE=all run-upgrade-tests openshift_installer: - cluster_profile: aws + cluster_profile: gcp upgrade: true zz_generated_metadata: branch: release-4.6 diff --git a/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7.yaml b/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7.yaml index 9983c1df1bcbe..f32a607513990 100644 --- a/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7.yaml +++ b/ci-operator/config/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7.yaml @@ -43,18 +43,18 @@ tests: commands: make test-unit container: from: src -- as: e2e-aws +- as: e2e steps: - cluster_profile: aws - workflow: openshift-e2e-aws + cluster_profile: gcp + workflow: openshift-e2e-gcp - as: e2e-aws-operator commands: make test-e2e openshift_installer_src: cluster_profile: aws -- as: e2e-aws-upgrade +- as: e2e-upgrade commands: TEST_SUITE=all run-upgrade-tests openshift_installer: - cluster_profile: aws + cluster_profile: gcp upgrade: true zz_generated_metadata: branch: release-4.7 diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml index 409a32ea5324d..3956a9be561d7 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml @@ -5,15 +5,15 @@ presubmits: branches: - master cluster: api.ci - context: ci/prow/e2e-aws + context: ci/prow/e2e decorate: true decoration_config: skip_cloning: true labels: ci-operator.openshift.io/prowgen-controlled: "true" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-monitoring-operator-master-e2e-aws - rerun_command: /test e2e-aws + name: pull-ci-openshift-cluster-monitoring-operator-master-e2e + rerun_command: /test e2e spec: containers: - args: @@ -21,8 +21,8 @@ presubmits: - --lease-server-password-file=/etc/boskos/password - --report-password-file=/etc/report/password.txt - --report-username=ci - - --secret-dir=/usr/local/e2e-aws-cluster-profile - - --target=e2e-aws + - --secret-dir=/usr/local/e2e-cluster-profile + - --target=e2e command: - ci-operator image: ci-operator:latest @@ -35,7 +35,7 @@ presubmits: - mountPath: /etc/boskos name: boskos readOnly: true - - mountPath: /usr/local/e2e-aws-cluster-profile + - mountPath: /usr/local/e2e-cluster-profile name: cluster-profile - mountPath: /etc/pull-secret name: pull-secret @@ -55,14 +55,16 @@ presubmits: projected: sources: - secret: - name: cluster-secrets-aws + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp - name: pull-secret secret: secretName: regcred - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) + trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -145,15 +147,15 @@ presubmits: branches: - master cluster: api.ci - context: ci/prow/e2e-aws-upgrade + context: ci/prow/e2e-upgrade decorate: true decoration_config: skip_cloning: true labels: ci-operator.openshift.io/prowgen-controlled: "true" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-monitoring-operator-master-e2e-aws-upgrade - rerun_command: /test e2e-aws-upgrade + name: pull-ci-openshift-cluster-monitoring-operator-master-e2e-upgrade + rerun_command: /test e2e-upgrade spec: containers: - args: @@ -161,8 +163,8 @@ presubmits: - --lease-server-password-file=/etc/boskos/password - --report-password-file=/etc/report/password.txt - --report-username=ci - - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - - --target=e2e-aws-upgrade + - --secret-dir=/usr/local/e2e-upgrade-cluster-profile + - --target=e2e-upgrade command: - ci-operator image: ci-operator:latest @@ -175,7 +177,7 @@ presubmits: - mountPath: /etc/boskos name: boskos readOnly: true - - mountPath: /usr/local/e2e-aws-upgrade-cluster-profile + - mountPath: /usr/local/e2e-upgrade-cluster-profile name: cluster-profile - mountPath: /etc/pull-secret name: pull-secret @@ -195,14 +197,16 @@ presubmits: projected: sources: - secret: - name: cluster-secrets-aws + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp - name: pull-secret secret: secretName: regcred - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-upgrade,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml index c65622f46b493..3227ae51761a6 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml @@ -5,15 +5,15 @@ presubmits: branches: - release-4.6 cluster: api.ci - context: ci/prow/e2e-aws + context: ci/prow/e2e decorate: true decoration_config: skip_cloning: true labels: ci-operator.openshift.io/prowgen-controlled: "true" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-monitoring-operator-release-4.6-e2e-aws - rerun_command: /test e2e-aws + name: pull-ci-openshift-cluster-monitoring-operator-release-4.6-e2e + rerun_command: /test e2e spec: containers: - args: @@ -21,8 +21,8 @@ presubmits: - --lease-server-password-file=/etc/boskos/password - --report-password-file=/etc/report/password.txt - --report-username=ci - - --secret-dir=/usr/local/e2e-aws-cluster-profile - - --target=e2e-aws + - --secret-dir=/usr/local/e2e-cluster-profile + - --target=e2e command: - ci-operator image: ci-operator:latest @@ -35,7 +35,7 @@ presubmits: - mountPath: /etc/boskos name: boskos readOnly: true - - mountPath: /usr/local/e2e-aws-cluster-profile + - mountPath: /usr/local/e2e-cluster-profile name: cluster-profile - mountPath: /etc/pull-secret name: pull-secret @@ -55,14 +55,16 @@ presubmits: projected: sources: - secret: - name: cluster-secrets-aws + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp - name: pull-secret secret: secretName: regcred - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) + trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -145,15 +147,15 @@ presubmits: branches: - release-4.6 cluster: api.ci - context: ci/prow/e2e-aws-upgrade + context: ci/prow/e2e-upgrade decorate: true decoration_config: skip_cloning: true labels: ci-operator.openshift.io/prowgen-controlled: "true" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-monitoring-operator-release-4.6-e2e-aws-upgrade - rerun_command: /test e2e-aws-upgrade + name: pull-ci-openshift-cluster-monitoring-operator-release-4.6-e2e-upgrade + rerun_command: /test e2e-upgrade spec: containers: - args: @@ -161,8 +163,8 @@ presubmits: - --lease-server-password-file=/etc/boskos/password - --report-password-file=/etc/report/password.txt - --report-username=ci - - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - - --target=e2e-aws-upgrade + - --secret-dir=/usr/local/e2e-upgrade-cluster-profile + - --target=e2e-upgrade command: - ci-operator image: ci-operator:latest @@ -175,7 +177,7 @@ presubmits: - mountPath: /etc/boskos name: boskos readOnly: true - - mountPath: /usr/local/e2e-aws-upgrade-cluster-profile + - mountPath: /usr/local/e2e-upgrade-cluster-profile name: cluster-profile - mountPath: /etc/pull-secret name: pull-secret @@ -195,14 +197,16 @@ presubmits: projected: sources: - secret: - name: cluster-secrets-aws + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp - name: pull-secret secret: secretName: regcred - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-upgrade,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml index 44a9eaeb806d6..0b47849343b73 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml @@ -5,15 +5,15 @@ presubmits: branches: - release-4.7 cluster: api.ci - context: ci/prow/e2e-aws + context: ci/prow/e2e decorate: true decoration_config: skip_cloning: true labels: ci-operator.openshift.io/prowgen-controlled: "true" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-monitoring-operator-release-4.7-e2e-aws - rerun_command: /test e2e-aws + name: pull-ci-openshift-cluster-monitoring-operator-release-4.7-e2e + rerun_command: /test e2e spec: containers: - args: @@ -21,8 +21,8 @@ presubmits: - --lease-server-password-file=/etc/boskos/password - --report-password-file=/etc/report/password.txt - --report-username=ci - - --secret-dir=/usr/local/e2e-aws-cluster-profile - - --target=e2e-aws + - --secret-dir=/usr/local/e2e-cluster-profile + - --target=e2e command: - ci-operator image: ci-operator:latest @@ -35,7 +35,7 @@ presubmits: - mountPath: /etc/boskos name: boskos readOnly: true - - mountPath: /usr/local/e2e-aws-cluster-profile + - mountPath: /usr/local/e2e-cluster-profile name: cluster-profile - mountPath: /etc/pull-secret name: pull-secret @@ -55,14 +55,16 @@ presubmits: projected: sources: - secret: - name: cluster-secrets-aws + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp - name: pull-secret secret: secretName: regcred - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) + trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -145,15 +147,15 @@ presubmits: branches: - release-4.7 cluster: api.ci - context: ci/prow/e2e-aws-upgrade + context: ci/prow/e2e-upgrade decorate: true decoration_config: skip_cloning: true labels: ci-operator.openshift.io/prowgen-controlled: "true" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-monitoring-operator-release-4.7-e2e-aws-upgrade - rerun_command: /test e2e-aws-upgrade + name: pull-ci-openshift-cluster-monitoring-operator-release-4.7-e2e-upgrade + rerun_command: /test e2e-upgrade spec: containers: - args: @@ -161,8 +163,8 @@ presubmits: - --lease-server-password-file=/etc/boskos/password - --report-password-file=/etc/report/password.txt - --report-username=ci - - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - - --target=e2e-aws-upgrade + - --secret-dir=/usr/local/e2e-upgrade-cluster-profile + - --target=e2e-upgrade command: - ci-operator image: ci-operator:latest @@ -175,7 +177,7 @@ presubmits: - mountPath: /etc/boskos name: boskos readOnly: true - - mountPath: /usr/local/e2e-aws-upgrade-cluster-profile + - mountPath: /usr/local/e2e-upgrade-cluster-profile name: cluster-profile - mountPath: /etc/pull-secret name: pull-secret @@ -195,14 +197,16 @@ presubmits: projected: sources: - secret: - name: cluster-secrets-aws + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp - name: pull-secret secret: secretName: regcred - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-upgrade,?($|\s.*) - agent: kubernetes always_run: true branches: