Unverified Commit 1114004e authored by Julien Mancuso's avatar Julien Mancuso Committed by GitHub
Browse files

chore: increase vcluster and dynamo operator setup timeout (#7538)


Signed-off-by: default avatarJulien Mancuso <jmancuso@nvidia.com>
parent ebd06a1f
...@@ -131,7 +131,7 @@ runs: ...@@ -131,7 +131,7 @@ runs:
kubectl wait --for=condition=ready pod \ kubectl wait --for=condition=ready pod \
-l app=vcluster,release=${VCLUSTER_NAME} \ -l app=vcluster,release=${VCLUSTER_NAME} \
-n ${NAMESPACE} \ -n ${NAMESPACE} \
--timeout=300s --timeout=900s
echo "::endgroup::" echo "::endgroup::"
- name: Connect to vCluster - name: Connect to vCluster
...@@ -194,7 +194,7 @@ runs: ...@@ -194,7 +194,7 @@ runs:
run: | run: |
echo "::group::Wait for operator rollout inside vCluster" echo "::group::Wait for operator rollout inside vCluster"
kubectl --kubeconfig=${{ github.workspace }}/.kubeconfig-vcluster \ kubectl --kubeconfig=${{ github.workspace }}/.kubeconfig-vcluster \
rollout status deployment -n default --watch --timeout=600s rollout status deployment -n default --watch --timeout=900s
echo "::endgroup::" echo "::endgroup::"
- name: Debug deployment failure - name: Debug deployment failure
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment