From 9e8809c6142f770f9e557ff23a418a39cbed8c88 Mon Sep 17 00:00:00 2001 From: Filip Brychta Date: Fri, 6 Mar 2026 13:38:24 +0100 Subject: [PATCH] Switch openshift-service-mesh configs from hypershift to IPI OCP workflow Replace servicemesh-istio-e2e-hypershift workflow with servicemesh-istio-e2e-profile and update MAISTRA_BUILDER_IMAGE to use gcr.io/istio-testing/build-tools instead of quay-proxy.ci.openshift.org for all istio, sail-operator, and federation configurations. Co-Authored-By: Claude Sonnet 4.5 --- ...nshift-service-mesh-federation-master.yaml | 8 ++-- .../openshift-service-mesh-istio-master.yaml | 44 +++++++++---------- ...shift-service-mesh-istio-release-1.24.yaml | 20 ++++----- ...shift-service-mesh-istio-release-1.26.yaml | 24 +++++----- ...shift-service-mesh-istio-release-1.27.yaml | 24 +++++----- ...shift-service-mesh-istio-release-1.28.yaml | 24 +++++----- ...ice-mesh-sail-operator-main__ocp-4.20.yaml | 8 ++-- ...h-sail-operator-release-3.0__ocp-4.20.yaml | 8 ++-- ...h-sail-operator-release-3.1__ocp-4.20.yaml | 8 ++-- ...h-sail-operator-release-3.2__ocp-4.20.yaml | 8 ++-- ...h-sail-operator-release-3.3__ocp-4.20.yaml | 8 ++-- 11 files changed, 92 insertions(+), 92 deletions(-) diff --git a/ci-operator/config/openshift-service-mesh/federation/openshift-service-mesh-federation-master.yaml b/ci-operator/config/openshift-service-mesh/federation/openshift-service-mesh-federation-master.yaml index 42645ca2fd505..be982d7732014 100644 --- a/ci-operator/config/openshift-service-mesh/federation/openshift-service-mesh-federation-master.yaml +++ b/ci-operator/config/openshift-service-mesh/federation/openshift-service-mesh-federation-master.yaml @@ -33,7 +33,7 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: registry.ci.openshift.org/ci/maistra-builder:upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod XDG_CACHE_HOME: /tmp/cache @@ -78,14 +78,14 @@ tests: cpu: 100m memory: 100Mi timeout: 1h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: push-image postsubmit: true steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: registry.ci.openshift.org/ci/maistra-builder:upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod XDG_CACHE_HOME: /tmp/cache @@ -129,7 +129,7 @@ tests: cpu: 100m memory: 100Mi timeout: 1h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile zz_generated_metadata: branch: master org: openshift-service-mesh diff --git a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-master.yaml b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-master.yaml index 70a3952948881..04ca6ec0f46db 100644 --- a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-master.yaml +++ b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-master.yaml @@ -64,7 +64,7 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod test: @@ -105,13 +105,13 @@ tests: cpu: 100m memory: 100Mi timeout: 1h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: unit-and-gencheck steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod test: @@ -171,14 +171,14 @@ tests: cpu: 100m memory: 100Mi timeout: 3h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-pilot steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -189,14 +189,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-telemetry steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -206,14 +206,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-security steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -223,7 +223,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-ambient steps: cluster_profile: ossm-aws @@ -231,7 +231,7 @@ tests: AMBIENT: "true" BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -242,14 +242,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-helm steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -260,7 +260,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-sail-pilot steps: cluster_profile: ossm-aws @@ -269,7 +269,7 @@ tests: CONTROL_PLANE_SOURCE: sail INSTALL_SAIL_OPERATOR: "true" INSTALLATION_METHOD: sail - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -280,7 +280,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-sail-telemetry steps: cluster_profile: ossm-aws @@ -289,7 +289,7 @@ tests: CONTROL_PLANE_SOURCE: sail INSTALL_SAIL_OPERATOR: "true" INSTALLATION_METHOD: sail - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -300,7 +300,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-sail-security steps: cluster_profile: ossm-aws @@ -309,7 +309,7 @@ tests: CONTROL_PLANE_SOURCE: sail INSTALL_SAIL_OPERATOR: "true" INSTALLATION_METHOD: sail - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -321,7 +321,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: istio-integration-sail-ambient steps: cluster_profile: ossm-aws @@ -331,7 +331,7 @@ tests: CONTROL_PLANE_SOURCE: sail INSTALL_SAIL_OPERATOR: "true" INSTALLATION_METHOD: sail - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -342,7 +342,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile zz_generated_metadata: branch: master org: openshift-service-mesh diff --git a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.24.yaml b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.24.yaml index e2fa50d3f0750..89531b3fc1367 100644 --- a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.24.yaml +++ b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.24.yaml @@ -50,7 +50,7 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.24 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod test: @@ -87,14 +87,14 @@ tests: cpu: 100m memory: 100Mi timeout: 3h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-helm steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.24 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -105,7 +105,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-security steps: cluster_profile: ossm-aws @@ -113,7 +113,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com COMPUTE_NODE_TYPE: m5.2xlarge INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.24 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -124,14 +124,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-pilot steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.24 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -142,14 +142,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-telemetry steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.24 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -159,7 +159,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile zz_generated_metadata: branch: release-1.24 org: openshift-service-mesh diff --git a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.26.yaml b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.26.yaml index 6972b632b66ab..a0798eb05933c 100644 --- a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.26.yaml +++ b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.26.yaml @@ -39,7 +39,7 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.26 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.26-512a1e34a2bc63dd3c54ddcba27df1bcf95e7360 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod test: @@ -99,14 +99,14 @@ tests: cpu: 100m memory: 100Mi timeout: 3h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-helm steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.26 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.26-512a1e34a2bc63dd3c54ddcba27df1bcf95e7360 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -117,7 +117,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-security steps: cluster_profile: ossm-aws @@ -125,7 +125,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com COMPUTE_NODE_TYPE: m5.2xlarge INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.26 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.26-512a1e34a2bc63dd3c54ddcba27df1bcf95e7360 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -135,14 +135,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-pilot steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.26 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.26-512a1e34a2bc63dd3c54ddcba27df1bcf95e7360 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -153,14 +153,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-telemetry steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.26 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.26-512a1e34a2bc63dd3c54ddcba27df1bcf95e7360 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -170,7 +170,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-ambient steps: cluster_profile: ossm-aws @@ -178,7 +178,7 @@ tests: AMBIENT: "true" BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.26 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.26-512a1e34a2bc63dd3c54ddcba27df1bcf95e7360 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -189,7 +189,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: update-istio-module commands: | export BUILD_WITH_CONTAINER="0" diff --git a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.27.yaml b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.27.yaml index 85ffc05a82710..139a477e36ebe 100644 --- a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.27.yaml +++ b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.27.yaml @@ -39,7 +39,7 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod test: @@ -99,14 +99,14 @@ tests: cpu: 100m memory: 100Mi timeout: 3h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-helm steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -117,7 +117,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-security steps: cluster_profile: ossm-aws @@ -125,7 +125,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com COMPUTE_NODE_TYPE: m5.2xlarge INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -135,14 +135,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-pilot steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -153,14 +153,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-telemetry steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -170,7 +170,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-ambient steps: cluster_profile: ossm-aws @@ -178,7 +178,7 @@ tests: AMBIENT: "true" BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -189,7 +189,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: update-istio-module commands: | export BUILD_WITH_CONTAINER="0" diff --git a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.28.yaml b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.28.yaml index 97fcbe55f7361..818568f9ffab9 100644 --- a/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.28.yaml +++ b/ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.28.yaml @@ -39,7 +39,7 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod test: @@ -99,14 +99,14 @@ tests: cpu: 100m memory: 100Mi timeout: 3h0m0s - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-helm steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -117,7 +117,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-security steps: cluster_profile: ossm-aws @@ -125,7 +125,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com COMPUTE_NODE_TYPE: m5.2xlarge INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -135,14 +135,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-pilot steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -153,14 +153,14 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-telemetry steps: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -170,7 +170,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: integ-ambient steps: cluster_profile: ossm-aws @@ -178,7 +178,7 @@ tests: AMBIENT: "true" BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -190,7 +190,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-istio-int-tests - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: update-istio-module commands: | export BUILD_WITH_CONTAINER="0" diff --git a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-main__ocp-4.20.yaml b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-main__ocp-4.20.yaml index e2d0fc0af97bc..605b9ee6650de 100644 --- a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-main__ocp-4.20.yaml +++ b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-main__ocp-4.20.yaml @@ -78,7 +78,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com HUB: quay.io/sail-dev INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -88,7 +88,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-e2e-ocp - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: e2e-ocp-arm skip_if_only_changed: ^(docs/.*\.md$)|(^[^/]*\.md$)|(^\.github/.*$) steps: @@ -116,14 +116,14 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod XDG_CACHE_HOME: /tmp/cache test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-scorecard - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - always_run: false as: istio-pr-perfscale optional: true diff --git a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.0__ocp-4.20.yaml b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.0__ocp-4.20.yaml index b71ddf61cf56b..be997f9e7133d 100644 --- a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.0__ocp-4.20.yaml +++ b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.0__ocp-4.20.yaml @@ -100,7 +100,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com HUB: quay.io/sail-dev INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.24 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -110,7 +110,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-e2e-ocp - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: e2e-ocp-arm skip_if_only_changed: ^(docs/.*\.md$)|(^[^/]*\.md$)|(^\.github/.*$) steps: @@ -138,14 +138,14 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod XDG_CACHE_HOME: /tmp/cache test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-scorecard - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile zz_generated_metadata: branch: release-3.0 org: openshift-service-mesh diff --git a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.1__ocp-4.20.yaml b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.1__ocp-4.20.yaml index 4f4939ea4a4ac..0985e9ad4c6af 100644 --- a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.1__ocp-4.20.yaml +++ b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.1__ocp-4.20.yaml @@ -98,7 +98,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com HUB: quay.io/sail-dev INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.26 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.26-512a1e34a2bc63dd3c54ddcba27df1bcf95e7360 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -108,7 +108,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-e2e-ocp - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: e2e-ocp-arm skip_if_only_changed: ^(docs/.*\.md$)|(^[^/]*\.md$)|(^\.github/.*$) steps: @@ -136,14 +136,14 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-master + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:master-eebcdda8856e2d4f528991d27d4808880cce4c52 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod XDG_CACHE_HOME: /tmp/cache test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-scorecard - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile zz_generated_metadata: branch: release-3.1 org: openshift-service-mesh diff --git a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.2__ocp-4.20.yaml b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.2__ocp-4.20.yaml index b42da5199c05b..9623ce9242764 100644 --- a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.2__ocp-4.20.yaml +++ b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.2__ocp-4.20.yaml @@ -98,7 +98,7 @@ tests: BASE_DOMAIN: servicemesh.devcluster.openshift.com HUB: quay.io/sail-dev INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -108,7 +108,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-e2e-ocp - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: e2e-ocp-arm skip_if_only_changed: ^(docs/.*\.md$)|(^[^/]*\.md$)|(^\.github/.*$) steps: @@ -136,14 +136,14 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.27 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.27-7464103ed8bdbef724dc2527199ede06ec3820a5 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod XDG_CACHE_HOME: /tmp/cache test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-scorecard - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile zz_generated_metadata: branch: release-3.2 org: openshift-service-mesh diff --git a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.3__ocp-4.20.yaml b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.3__ocp-4.20.yaml index 429ac02b64e1a..18e21fe4c2065 100644 --- a/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.3__ocp-4.20.yaml +++ b/ci-operator/config/openshift-service-mesh/sail-operator/openshift-service-mesh-sail-operator-release-3.3__ocp-4.20.yaml @@ -97,7 +97,7 @@ tests: env: BASE_DOMAIN: servicemesh.devcluster.openshift.com INSTALLATION_METHOD: helm - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod REPORT_TO_REPORT_PORTAL: "true" @@ -107,7 +107,7 @@ tests: test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-e2e-ocp - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile - as: e2e-ocp-arm skip_if_only_changed: ^(docs/.*\.md$)|(^[^/]*\.md$)|(^\.github/.*$) steps: @@ -134,14 +134,14 @@ tests: cluster_profile: ossm-aws env: BASE_DOMAIN: servicemesh.devcluster.openshift.com - MAISTRA_BUILDER_IMAGE: quay-proxy.ci.openshift.org/openshift/ci:ci_maistra-builder_upstream-1.28 + MAISTRA_BUILDER_IMAGE: gcr.io/istio-testing/build-tools:release-1.28-2cff97d3b27d82d78c5d4e468a467f520cf2fbf3 MAISTRA_NAMESPACE: maistra-e2e-test MAISTRA_SC_POD: maistra-e2e-test-sc-pod XDG_CACHE_HOME: /tmp/cache test: - ref: servicemesh-sail-operator-copy-src - ref: servicemesh-sail-operator-scorecard - workflow: servicemesh-istio-e2e-hypershift + workflow: servicemesh-istio-e2e-profile zz_generated_metadata: branch: release-3.3 org: openshift-service-mesh