From 8b099412ba1d79364dc91c925cdc2d458cc01bd6 Mon Sep 17 00:00:00 2001 From: Federico Bonfigli Date: Fri, 19 Jun 2026 18:35:35 +0200 Subject: [PATCH] MULTIARCH-6092: Migrate MTO e2e tests from GCP to AWS (v1.x) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GCP ARM instances (t2a-standard-4) are unavailable due to regional stockouts in us-central1. Migrate multiarch-tuning-operator e2e tests on v1.x branch to AWS where ARM instances (m6g.xlarge) are more reliably available. Instance mapping: - ARM compute: t2a-standard-4 → m6g.xlarge (4 vCPU, 16GB) - x86 worker: n2-standard-4 → m6i.xlarge (4 vCPU, 16GB) Co-Authored-By: Claude Opus 4.6 --- ...ultiarch-tuning-operator-v1.x__ocp416.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp417.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp420.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp421.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp422.yaml | 10 +-- ...multiarch-tuning-operator-v1.x__ocp50.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp416.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp417.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp420.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp421.yaml | 10 +-- ...ultiarch-tuning-operator-v1.x__ocp422.yaml | 10 +-- ...multiarch-tuning-operator-v1.x__ocp50.yaml | 10 +-- ...iarch-tuning-operator-v1.x-presubmits.yaml | 84 +++++++++---------- ...iarch-tuning-operator-v1.x-presubmits.yaml | 84 +++++++++---------- 14 files changed, 144 insertions(+), 144 deletions(-) diff --git a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp416.yaml b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp416.yaml index b7d9565e8d551..f5ce357b6ee2a 100644 --- a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp416.yaml +++ b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp416.yaml @@ -75,26 +75,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp417.yaml b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp417.yaml index 096faabf21537..3fd53c604e07d 100644 --- a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp417.yaml +++ b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp417.yaml @@ -75,26 +75,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp420.yaml b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp420.yaml index 6d93397178e33..db000c6264836 100644 --- a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp420.yaml +++ b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp420.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp421.yaml b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp421.yaml index 9005ca1c1ba0a..4f145dd441bad 100644 --- a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp421.yaml +++ b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp421.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp422.yaml b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp422.yaml index a34041bb9aee0..b764a4937ce11 100644 --- a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp422.yaml +++ b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp422.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp50.yaml b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp50.yaml index 64c97017658ce..ca102c2e9aa47 100644 --- a/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp50.yaml +++ b/ci-operator/config/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x__ocp50.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp416.yaml b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp416.yaml index 97b3ac324c331..f1068acdf41da 100644 --- a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp416.yaml +++ b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp416.yaml @@ -75,26 +75,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp417.yaml b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp417.yaml index 129b3c4104783..f9cff93b8f3bc 100644 --- a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp417.yaml +++ b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp417.yaml @@ -75,26 +75,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp420.yaml b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp420.yaml index 2214d404d7445..031abcdc6464c 100644 --- a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp420.yaml +++ b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp420.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp421.yaml b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp421.yaml index cdb98e8361088..0eb66a36d8e16 100644 --- a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp421.yaml +++ b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp421.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp422.yaml b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp422.yaml index 566eabebff2d5..e58e20e5f7652 100644 --- a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp422.yaml +++ b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp422.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp50.yaml b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp50.yaml index 10b8e9e1a725a..2489da8241d28 100644 --- a/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp50.yaml +++ b/ci-operator/config/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x__ocp50.yaml @@ -76,26 +76,26 @@ resources: cpu: "8" memory: 10Gi tests: -- as: e2e-gcp +- as: e2e-aws capabilities: - arm64 skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) steps: - cluster_profile: openshift-org-gcp + cluster_profile: openshift-org-aws dependencies: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial OPERATOR_IMAGE: pipeline:multiarch-tuning-operator env: ADDITIONAL_WORKER_ARCHITECTURE: x86_64 - ADDITIONAL_WORKER_VM_TYPE: n2-standard-4 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge ADDITIONAL_WORKERS: "1" COMPUTE_NODE_REPLICAS: "2" - COMPUTE_NODE_TYPE: t2a-standard-4 + COMPUTE_NODE_TYPE: m6g.xlarge OCP_ARCH: arm64 test: - ref: ipi-install-heterogeneous - ref: multiarch-tuning-operator-e2e-olm-kustomize - workflow: ipi-gcp + workflow: ipi-aws - always_run: false as: e2e-aws-ovn-proxy-mto-origin capabilities: diff --git a/ci-operator/jobs/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x-presubmits.yaml b/ci-operator/jobs/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x-presubmits.yaml index f8b6298cf47f3..ec4c41db356b2 100644 --- a/ci-operator/jobs/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x-presubmits.yaml +++ b/ci-operator/jobs/openshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-v1.x-presubmits.yaml @@ -594,7 +594,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build05 - context: ci/prow/ocp416-e2e-gcp + context: ci/prow/ocp416-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -603,13 +603,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp416 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp416-e2e-gcp - rerun_command: /test ocp416-e2e-gcp + name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp416-e2e-aws + rerun_command: /test ocp416-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) spec: containers: @@ -619,7 +619,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp416 command: - ci-operator @@ -676,7 +676,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp416-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp416-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -805,7 +805,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build05 - context: ci/prow/ocp417-e2e-gcp + context: ci/prow/ocp417-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -814,13 +814,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp417 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp417-e2e-gcp - rerun_command: /test ocp417-e2e-gcp + name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp417-e2e-aws + rerun_command: /test ocp417-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) spec: containers: @@ -830,7 +830,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp417 command: - ci-operator @@ -887,7 +887,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp417-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp417-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1438,7 +1438,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build05 - context: ci/prow/ocp420-e2e-gcp + context: ci/prow/ocp420-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -1447,13 +1447,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp420 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp420-e2e-gcp - rerun_command: /test ocp420-e2e-gcp + name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp420-e2e-aws + rerun_command: /test ocp420-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) spec: containers: @@ -1463,7 +1463,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp420 command: - ci-operator @@ -1520,7 +1520,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp420-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp420-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1649,7 +1649,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build05 - context: ci/prow/ocp421-e2e-gcp + context: ci/prow/ocp421-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -1658,13 +1658,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp421 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp421-e2e-gcp - rerun_command: /test ocp421-e2e-gcp + name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp421-e2e-aws + rerun_command: /test ocp421-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) spec: containers: @@ -1674,7 +1674,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp421 command: - ci-operator @@ -1731,7 +1731,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp421-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp421-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1860,7 +1860,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build05 - context: ci/prow/ocp422-e2e-gcp + context: ci/prow/ocp422-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -1869,13 +1869,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp422 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp422-e2e-gcp - rerun_command: /test ocp422-e2e-gcp + name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp422-e2e-aws + rerun_command: /test ocp422-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) spec: containers: @@ -1885,7 +1885,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp422 command: - ci-operator @@ -1942,7 +1942,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp422-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp422-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -2071,7 +2071,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build05 - context: ci/prow/ocp50-e2e-gcp + context: ci/prow/ocp50-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -2080,13 +2080,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp50 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp50-e2e-gcp - rerun_command: /test ocp50-e2e-gcp + name: pull-ci-openshift-multiarch-tuning-operator-v1.x-ocp50-e2e-aws + rerun_command: /test ocp50-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) spec: containers: @@ -2096,7 +2096,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp50 command: - ci-operator @@ -2153,7 +2153,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp50-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp50-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: diff --git a/ci-operator/jobs/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x-presubmits.yaml b/ci-operator/jobs/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x-presubmits.yaml index 3711244a481ec..c60632b1a226f 100644 --- a/ci-operator/jobs/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x-presubmits.yaml +++ b/ci-operator/jobs/outrigger-project/multiarch-tuning-operator/outrigger-project-multiarch-tuning-operator-v1.x-presubmits.yaml @@ -594,7 +594,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build03 - context: ci/prow/ocp416-e2e-gcp + context: ci/prow/ocp416-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -603,13 +603,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp416 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp416-e2e-gcp - rerun_command: /test ocp416-e2e-gcp + name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp416-e2e-aws + rerun_command: /test ocp416-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) spec: containers: @@ -619,7 +619,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp416 command: - ci-operator @@ -676,7 +676,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp416-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp416-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -805,7 +805,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build03 - context: ci/prow/ocp417-e2e-gcp + context: ci/prow/ocp417-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -814,13 +814,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp417 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp417-e2e-gcp - rerun_command: /test ocp417-e2e-gcp + name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp417-e2e-aws + rerun_command: /test ocp417-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) spec: containers: @@ -830,7 +830,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp417 command: - ci-operator @@ -887,7 +887,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp417-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp417-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1438,7 +1438,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build03 - context: ci/prow/ocp420-e2e-gcp + context: ci/prow/ocp420-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -1447,13 +1447,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp420 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp420-e2e-gcp - rerun_command: /test ocp420-e2e-gcp + name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp420-e2e-aws + rerun_command: /test ocp420-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) spec: containers: @@ -1463,7 +1463,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp420 command: - ci-operator @@ -1520,7 +1520,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp420-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp420-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1649,7 +1649,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build03 - context: ci/prow/ocp421-e2e-gcp + context: ci/prow/ocp421-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -1658,13 +1658,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp421 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp421-e2e-gcp - rerun_command: /test ocp421-e2e-gcp + name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp421-e2e-aws + rerun_command: /test ocp421-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) spec: containers: @@ -1674,7 +1674,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp421 command: - ci-operator @@ -1731,7 +1731,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp421-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp421-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1860,7 +1860,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build03 - context: ci/prow/ocp422-e2e-gcp + context: ci/prow/ocp422-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -1869,13 +1869,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp422 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp422-e2e-gcp - rerun_command: /test ocp422-e2e-gcp + name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp422-e2e-aws + rerun_command: /test ocp422-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$) spec: containers: @@ -1885,7 +1885,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp422 command: - ci-operator @@ -1942,7 +1942,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp422-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp422-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -2071,7 +2071,7 @@ presubmits: - ^v1\.x$ - ^v1\.x- cluster: build03 - context: ci/prow/ocp50-e2e-gcp + context: ci/prow/ocp50-e2e-aws decorate: true decoration_config: sparse_checkout_files: @@ -2080,13 +2080,13 @@ presubmits: - bundle.Dockerfile labels: capability/arm64: arm64 - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-gcp + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: ocp50 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp50-e2e-gcp - rerun_command: /test ocp50-e2e-gcp + name: pull-ci-outrigger-project-multiarch-tuning-operator-v1.x-ocp50-e2e-aws + rerun_command: /test ocp50-e2e-aws skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Za-z]+\.md$)|((^|/)\.github/)|((^|/)\.tekton/)|((^|/).*konflux\.Dockerfile$)|((^|/)renovate\.json$) spec: containers: @@ -2096,7 +2096,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-gcp + - --target=e2e-aws - --variant=ocp50 command: - ci-operator @@ -2153,7 +2153,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )ocp50-e2e-gcp,?($|\s.*) + trigger: (?m)^/test( | .* )ocp50-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true branches: