Skip to content

Commit 5eff7af

Browse files
committed
tests/ai-conformance: work with zones
1 parent a6e7a80 commit 5eff7af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e/scenarios/ai-conformance/run-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ export CLOUD_PROVIDER=aws
3636
export AWS_REGION="${AWS_REGION:-us-east-2}"
3737
SCENARIO_ROOT="${REPO_ROOT}/tests/e2e/scenarios/ai-conformance"
3838

39+
# Hack: we actually need to work with zones not regions
40+
export ZONES="${AWS_REGION}a"
41+
3942
# Check for g6.xlarge availability in the region
4043
echo "Checking availability of g6.xlarge in ${AWS_REGION}..."
4144
(cd "${SCENARIO_ROOT}/tools/check-aws-availability" && go build -o check-aws-availability main.go)

0 commit comments

Comments
 (0)