We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c817353 commit c4c9949Copy full SHA for c4c9949
1 file changed
tests/e2e/scenarios/ai-conformance/run-test.sh
@@ -36,7 +36,6 @@ 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
-
40
# Check for g6.xlarge availability in the region
41
echo "Checking availability of g6.xlarge in ${AWS_REGION}..."
42
(cd "${SCENARIO_ROOT}/tools/check-aws-availability" && go build -o check-aws-availability main.go)
@@ -86,6 +85,7 @@ spec:
86
85
EOF
87
88
${KOPS} update cluster --name "${CLUSTER_NAME}" --yes --admin
+${KOPS} validate cluster --wait=10m
89
90
echo "----------------------------------------------------------------"
91
echo "Deploying AI Conformance Components"
0 commit comments