File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
ci-operator/step-registry/ipi/conf/azure Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,8 @@ set -o pipefail
6
6
7
7
CONFIG=" ${SHARED_DIR} /install-config.yaml"
8
8
9
- case $(( RANDOM % 8 )) in
10
- 0) AZURE_REGION=centralus;;
11
- 1) AZURE_REGION=centralus;;
12
- 2) AZURE_REGION=centralus;;
13
- 3) AZURE_REGION=centralus;;
14
- 4) AZURE_REGION=centralus;;
15
- 5) AZURE_REGION=centralus;;
16
- 6) AZURE_REGION=eastus2;;
17
- 7) AZURE_REGION=westus;;
18
- * ) echo >&2 " invalid Azure region index" ; exit 1;;
19
- esac
20
- echo " Azure region: ${AZURE_REGION} "
9
+ REGION=" ${LEASED_RESOURCE} "
10
+ echo " Azure region: ${REGION} "
21
11
22
12
cat >> " ${CONFIG} " << EOF
23
13
baseDomain: ci.azure.devcluster.openshift.com
@@ -29,5 +19,5 @@ compute:
29
19
platform:
30
20
azure:
31
21
baseDomainResourceGroupName: os4-common
32
- region: ${AZURE_REGION }
22
+ region: ${REGION }
33
23
EOF
You can’t perform that action at this time.
0 commit comments