diff --git a/ci-operator/config/openshift/platform-operators/openshift-platform-operators-main.yaml b/ci-operator/config/openshift/platform-operators/openshift-platform-operators-main.yaml index c7d249f052fa5..8709512f0bf88 100644 --- a/ci-operator/config/openshift/platform-operators/openshift-platform-operators-main.yaml +++ b/ci-operator/config/openshift/platform-operators/openshift-platform-operators-main.yaml @@ -53,23 +53,20 @@ tests: commands: make unit container: from: src -- as: e2e +- as: e2e-techpreview optional: true skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: - cluster_profile: gcp + cluster_profile: aws test: - as: test cli: latest - commands: make e2e - dependencies: - - env: CLUSTER_PLATFORM_OPERATOR_MANAGER_IMAGE - name: cluster-platform-operators-manager + commands: make test-e2e from: src resources: requests: cpu: 100m - workflow: ipi-gcp + workflow: openshift-e2e-aws-techpreview zz_generated_metadata: branch: main org: openshift diff --git a/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.12.yaml b/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.12.yaml index 041c4344b188b..0a0b84f39c675 100644 --- a/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.12.yaml +++ b/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.12.yaml @@ -54,23 +54,20 @@ tests: commands: make unit container: from: src -- as: e2e +- as: e2e-techpreview optional: true skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: - cluster_profile: gcp + cluster_profile: aws test: - as: test cli: latest - commands: make e2e - dependencies: - - env: CLUSTER_PLATFORM_OPERATOR_MANAGER_IMAGE - name: cluster-platform-operators-manager + commands: make test-e2e from: src resources: requests: cpu: 100m - workflow: ipi-gcp + workflow: openshift-e2e-aws-techpreview zz_generated_metadata: branch: release-4.12 org: openshift diff --git a/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.13.yaml b/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.13.yaml index 313021b664187..c5e845bca2320 100644 --- a/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.13.yaml +++ b/ci-operator/config/openshift/platform-operators/openshift-platform-operators-release-4.13.yaml @@ -53,23 +53,20 @@ tests: commands: make unit container: from: src -- as: e2e +- as: e2e-techpreview optional: true skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ steps: - cluster_profile: gcp + cluster_profile: aws test: - as: test cli: latest - commands: make e2e - dependencies: - - env: CLUSTER_PLATFORM_OPERATOR_MANAGER_IMAGE - name: cluster-platform-operators-manager + commands: make test-e2e from: src resources: requests: cpu: 100m - workflow: ipi-gcp + workflow: openshift-e2e-aws-techpreview zz_generated_metadata: branch: release-4.13 org: openshift diff --git a/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-main-presubmits.yaml b/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-main-presubmits.yaml index 4c49bd0984cc1..70c36998f480e 100644 --- a/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-main-presubmits.yaml @@ -5,19 +5,19 @@ presubmits: branches: - ^main$ - ^main- - cluster: build04 - context: ci/prow/e2e + cluster: build03 + context: ci/prow/e2e-techpreview decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-platform-operators-main-e2e + name: pull-ci-openshift-platform-operators-main-e2e-techpreview optional: true - rerun_command: /test e2e + rerun_command: /test e2e-techpreview skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ spec: containers: @@ -27,8 +27,8 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e + - --secret-dir=/usr/local/e2e-techpreview-cluster-profile + - --target=e2e-techpreview command: - ci-operator image: ci-operator:latest @@ -44,7 +44,7 @@ presubmits: - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/e2e-cluster-profile + - mountPath: /usr/local/e2e-techpreview-cluster-profile name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials @@ -67,19 +67,15 @@ presubmits: secret: secretName: ci-pull-credentials - name: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp + secret: + secretName: cluster-secrets-aws - name: pull-secret secret: secretName: registry-pull-credentials - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-techpreview,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.12-presubmits.yaml b/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.12-presubmits.yaml index cabb67777516d..a857c08ec085a 100644 --- a/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.12-presubmits.yaml +++ b/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.12-presubmits.yaml @@ -5,19 +5,19 @@ presubmits: branches: - ^release-4\.12$ - ^release-4\.12- - cluster: build04 - context: ci/prow/e2e + cluster: build01 + context: ci/prow/e2e-techpreview decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-platform-operators-release-4.12-e2e + name: pull-ci-openshift-platform-operators-release-4.12-e2e-techpreview optional: true - rerun_command: /test e2e + rerun_command: /test e2e-techpreview skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ spec: containers: @@ -27,8 +27,8 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e + - --secret-dir=/usr/local/e2e-techpreview-cluster-profile + - --target=e2e-techpreview command: - ci-operator image: ci-operator:latest @@ -44,7 +44,7 @@ presubmits: - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/e2e-cluster-profile + - mountPath: /usr/local/e2e-techpreview-cluster-profile name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials @@ -67,19 +67,15 @@ presubmits: secret: secretName: ci-pull-credentials - name: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp + secret: + secretName: cluster-secrets-aws - name: pull-secret secret: secretName: registry-pull-credentials - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-techpreview,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.13-presubmits.yaml b/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.13-presubmits.yaml index f793e6500db51..61b8428f166d5 100644 --- a/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.13-presubmits.yaml +++ b/ci-operator/jobs/openshift/platform-operators/openshift-platform-operators-release-4.13-presubmits.yaml @@ -5,19 +5,19 @@ presubmits: branches: - ^release-4\.13$ - ^release-4\.13- - cluster: build04 - context: ci/prow/e2e + cluster: build01 + context: ci/prow/e2e-techpreview decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-platform-operators-release-4.13-e2e + name: pull-ci-openshift-platform-operators-release-4.13-e2e-techpreview optional: true - rerun_command: /test e2e + rerun_command: /test e2e-techpreview skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$ spec: containers: @@ -27,8 +27,8 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --secret-dir=/usr/local/e2e-cluster-profile - - --target=e2e + - --secret-dir=/usr/local/e2e-techpreview-cluster-profile + - --target=e2e-techpreview command: - ci-operator image: ci-operator:latest @@ -44,7 +44,7 @@ presubmits: - mountPath: /secrets/ci-pull-credentials name: ci-pull-credentials readOnly: true - - mountPath: /usr/local/e2e-cluster-profile + - mountPath: /usr/local/e2e-techpreview-cluster-profile name: cluster-profile - mountPath: /secrets/gcs name: gcs-credentials @@ -67,19 +67,15 @@ presubmits: secret: secretName: ci-pull-credentials - name: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp + secret: + secretName: cluster-secrets-aws - name: pull-secret secret: secretName: registry-pull-credentials - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-techpreview,?($|\s.*) - agent: kubernetes always_run: true branches: