We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12492de commit 4ae5ce8Copy full SHA for 4ae5ce8
cloudbuild.yaml
@@ -100,7 +100,7 @@ steps:
100
echo "pass" > /workspace/user_result.txt
101
102
chmod +x /workspace/scripts/ci/wait_for_pods.sh
103
- /workspace/scripts/ci/wait_for_pods.sh ml-$SHORT_SHA-$_BUILD_ID-ray 3000
+ /workspace/scripts/ci/wait_for_pods.sh ml-$SHORT_SHA-$_BUILD_ID-ray 3600
104
105
kubectl wait --all pods -n ml-$SHORT_SHA-$_BUILD_ID-ray --for=condition=Ready --timeout=1200s
106
# Ray head's readinessProbe is not probing the head service today. Therefore the wait for ready above is not reliable.
0 commit comments