We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ae379 commit b0acec4Copy full SHA for b0acec4
tests/e2e/scenarios/ai-conformance/run-test.sh
@@ -101,6 +101,9 @@ EOF
101
102
${KOPS} update cluster --name "${CLUSTER_NAME}" --yes --admin
103
104
+# TODO: Can we delay this until later?
105
+${KOPS} validate cluster --wait=10m
106
+
107
echo "----------------------------------------------------------------"
108
echo "Deploying AI Conformance Components"
109
0 commit comments