Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tests:
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
HUB: quay.io/sail-dev
INSTALLATION_METHOD: helm
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-ef24a9c6765b000b2a30f409c2dab12e492a2ca6
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-b7201a4e3411e85dff202449182d26efd7491b89
MAISTRA_NAMESPACE: maistra-e2e-test
MAISTRA_SC_POD: maistra-e2e-test-sc-pod
OCP_ARCH: arm64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tests:
env:
HUB: quay.io/sail-dev
INSTALLATION_METHOD: helm
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-ef24a9c6765b000b2a30f409c2dab12e492a2ca6
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-b7201a4e3411e85dff202449182d26efd7491b89
MAISTRA_NAMESPACE: maistra-e2e-test
MAISTRA_SC_POD: maistra-e2e-test-sc-pod
REPORT_TO_REPORT_PORTAL: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ tests:
cluster_profile: ossm-aws
env:
BASE_DOMAIN: servicemesh.devcluster.openshift.com
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-ef24a9c6765b000b2a30f409c2dab12e492a2ca6
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-b7201a4e3411e85dff202449182d26efd7491b89
MAISTRA_NAMESPACE: maistra-e2e-test
MAISTRA_SC_POD: maistra-e2e-test-sc-pod
XDG_CACHE_HOME: /tmp/cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tests:
cluster_profile: ossm-aws
env:
BASE_DOMAIN: servicemesh.devcluster.openshift.com
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-ef24a9c6765b000b2a30f409c2dab12e492a2ca6
MAISTRA_BUILDER_IMAGE: registry.istio.io/testing/build-tools:master-b7201a4e3411e85dff202449182d26efd7491b89
MAISTRA_NAMESPACE: maistra-e2e-test
MAISTRA_SC_POD: maistra-e2e-test-sc-pod
XDG_CACHE_HOME: /tmp/cache
Expand Down
2 changes: 1 addition & 1 deletion core-services/image-mirroring/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ supplementalCIImages:
chaos/prow-scripts:latest:
image: quay.io/redhat-chaos/prow-scripts:latest
ci/maistra-builder:upstream-master:
image: registry.istio.io/testing/build-tools:master-ef24a9c6765b000b2a30f409c2dab12e492a2ca6
image: registry.istio.io/testing/build-tools:master-b7201a4e3411e85dff202449182d26efd7491b89
ci/maistra-builder:upstream-1.24:
image: registry.istio.io/testing/build-tools:release-1.24-f9fb31e097a085fca3995f19f051cb8f8a396837
ci/maistra-builder:upstream-1.26:
Expand Down