Skip to content

Commit 1b7301c

Browse files
authored
Use cumstom default region rather than LEASED_RESOURCE (#65763)
1 parent 15c07bf commit 1b7301c

13 files changed

+13
-13
lines changed

ci-operator/step-registry/rosa/cluster/upgrade/hcp/rosa-cluster-upgrade-hcp-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source ./tests/prow_ci.sh
1515

1616
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
1717
#configure aws
18-
aws_region=${REGION:-$LEASED_RESOURCE}
18+
aws_region=${REGION:-us-east-2}
1919
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2020
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2121
cluster_id=$(cat "${SHARED_DIR}/cluster-id")

ci-operator/step-registry/rosa/setup/cluster/list/rosa-setup-cluster-list-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source ./tests/prow_ci.sh
1515

1616
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
1717
#configure aws
18-
aws_region=${REGION:-$LEASED_RESOURCE}
18+
aws_region=${REGION:-us-east-2}
1919
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2020
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2121

ci-operator/step-registry/rosa/setup/readiness/cluster/rosa-setup-readiness-cluster-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222

2323
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2424
#configure aws
25-
aws_region=${REGION:-$LEASED_RESOURCE}
25+
aws_region=${REGION:-us-east-2}
2626
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2727
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2828

ci-operator/step-registry/rosa/setup/readiness/day2-conf/rosa-setup-readiness-day2-conf-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source ./tests/prow_ci.sh
1414

1515
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
1616
#configure aws
17-
aws_region=${REGION:-$LEASED_RESOURCE}
17+
aws_region=${REGION:-us-east-2}
1818
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
1919
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2020

ci-operator/step-registry/rosa/setup/rosa-setup-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2727
#configure aws
28-
aws_region=${REGION:-$LEASED_RESOURCE}
28+
aws_region=${REGION:-us-east-2}
2929
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
3030
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
3131

ci-operator/step-registry/rosa/teardown/rosa-teardown-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020

2121
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2222
#configure aws
23-
aws_region=${REGION:-$LEASED_RESOURCE}
23+
aws_region=${REGION:-us-east-2}
2424
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2525
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2626

ci-operator/step-registry/rosa/tests/pull-request/rosa-tests-pull-request-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ log(){
1616

1717
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
1818
#configure aws
19-
aws_region=${REGION:-$LEASED_RESOURCE}
19+
aws_region=${REGION:-us-east-2}
2020
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2121
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2222

ci-operator/step-registry/rosa/tests/rosa-tests-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log(){
2121

2222
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2323
#configure aws
24-
aws_region=${REGION:-$LEASED_RESOURCE}
24+
aws_region=${REGION:-us-east-2}
2525
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2626
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2727

ci-operator/step-registry/rosa/tests/runtime/day1-post/rosa-tests-runtime-day1-post-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log(){
2020

2121
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2222
#configure aws
23-
aws_region=${REGION:-$LEASED_RESOURCE}
23+
aws_region=${REGION:-us-east-2}
2424
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2525
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2626

ci-operator/step-registry/rosa/tests/runtime/day2/rosa-tests-runtime-day2-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log(){
2020

2121
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2222
#configure aws
23-
aws_region=${REGION:-$LEASED_RESOURCE}
23+
aws_region=${REGION:-us-east-2}
2424
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2525
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2626

ci-operator/step-registry/rosa/tests/runtime/destroy-post/rosa-tests-runtime-destroy-post-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log(){
2020

2121
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2222
#configure aws
23-
aws_region=${REGION:-$LEASED_RESOURCE}
23+
aws_region=${REGION:-us-east-2}
2424
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2525
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2626

ci-operator/step-registry/rosa/tests/runtime/destroy/rosa-tests-runtime-destroy-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log(){
2020

2121
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2222
#configure aws
23-
aws_region=${REGION:-$LEASED_RESOURCE}
23+
aws_region=${REGION:-us-east-2}
2424
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2525
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2626

ci-operator/step-registry/rosa/tests/runtime/destructive/rosa-tests-runtime-destructive-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log(){
2020

2121
# functions are defined in https://github.com/openshift/rosa/blob/master/tests/prow_ci.sh
2222
#configure aws
23-
aws_region=${REGION:-$LEASED_RESOURCE}
23+
aws_region=${REGION:-us-east-2}
2424
configure_aws "${CLUSTER_PROFILE_DIR}/.awscred" "${aws_region}"
2525
configure_aws_shared_vpc ${CLUSTER_PROFILE_DIR}/.awscred_shared_account
2626

0 commit comments

Comments
 (0)