Skip to content

Commit c4c9949

Browse files
committed
tests/ai-conformance: create with normal nodes, then add GPU nodes
1 parent c817353 commit c4c9949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ 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-
4039
# Check for g6.xlarge availability in the region
4140
echo "Checking availability of g6.xlarge in ${AWS_REGION}..."
4241
(cd "${SCENARIO_ROOT}/tools/check-aws-availability" && go build -o check-aws-availability main.go)
@@ -86,6 +85,7 @@ spec:
8685
EOF
8786

8887
${KOPS} update cluster --name "${CLUSTER_NAME}" --yes --admin
88+
${KOPS} validate cluster --wait=10m
8989

9090
echo "----------------------------------------------------------------"
9191
echo "Deploying AI Conformance Components"

0 commit comments

Comments
 (0)