We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e7a80 commit 5eff7afCopy full SHA for 5eff7af
tests/e2e/scenarios/ai-conformance/run-test.sh
@@ -36,6 +36,9 @@ export CLOUD_PROVIDER=aws
36
export AWS_REGION="${AWS_REGION:-us-east-2}"
37
SCENARIO_ROOT="${REPO_ROOT}/tests/e2e/scenarios/ai-conformance"
38
39
+# Hack: we actually need to work with zones not regions
40
+export ZONES="${AWS_REGION}a"
41
+
42
# Check for g6.xlarge availability in the region
43
echo "Checking availability of g6.xlarge in ${AWS_REGION}..."
44
(cd "${SCENARIO_ROOT}/tools/check-aws-availability" && go build -o check-aws-availability main.go)
0 commit comments