Skip to content

Commit 4cd9d91

Browse files
authored
use arm client (#70818)
1 parent dcb1ed7 commit 4cd9d91

3 files changed

+21
-0
lines changed

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.18__multi-stable-openshift-logging-6.2.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ base_images:
2424
namespace: ocp
2525
tag: upi-installer
2626
releases:
27+
arm64-latest:
28+
release:
29+
architecture: arm64
30+
channel: candidate
31+
version: "4.18"
2732
latest:
2833
release:
2934
architecture: multi
@@ -91,6 +96,8 @@ tests:
9196
cron: 29 20 29 2 *
9297
steps:
9398
cluster_profile: azure-observability
99+
dependencies:
100+
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
94101
env:
95102
BASE_DOMAIN: observability.azure.devcluster.openshift.com
96103
COMPUTE_NODE_REPLICAS: "2"

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.18__multi-stable-openshift-logging-6.3.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ base_images:
2424
namespace: ocp
2525
tag: upi-installer
2626
releases:
27+
arm64-latest:
28+
release:
29+
architecture: arm64
30+
channel: candidate
31+
version: "4.18"
2732
latest:
2833
release:
2934
architecture: multi
@@ -41,6 +46,8 @@ tests:
4146
cron: 8 8 29 2 *
4247
steps:
4348
cluster_profile: azure-qe
49+
dependencies:
50+
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
4451
env:
4552
BASE_DOMAIN: qe.azure.devcluster.openshift.com
4653
COMPUTE_NODE_REPLICAS: "2"

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.18__multi-stable-openshift-logging-6.4.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ base_images:
2424
namespace: ocp
2525
tag: upi-installer
2626
releases:
27+
arm64-latest:
28+
release:
29+
architecture: arm64
30+
channel: candidate
31+
version: "4.18"
2732
latest:
2833
release:
2934
architecture: multi
@@ -41,6 +46,8 @@ tests:
4146
cron: 8 8 29 2 *
4247
steps:
4348
cluster_profile: azure-qe
49+
dependencies:
50+
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
4451
env:
4552
BASE_DOMAIN: qe.azure.devcluster.openshift.com
4653
COMPUTE_NODE_REPLICAS: "2"

0 commit comments

Comments
 (0)