Skip to content

Commit

Permalink
fix(travis): increase wait time for pods
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored and kmova committed Nov 22, 2020
1 parent 05492b6 commit 3f099b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/upgrade/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sleep 100

echo "Wait for cspc-operator to start"

kubectl wait --for=condition=available --timeout=300s deployment/cspc-operator -n openebs
kubectl wait --for=condition=available --timeout=550s deployment/cspc-operator -n openebs

echo "Create application with cStor volume on CSPC"

Expand All @@ -37,7 +37,7 @@ bdname=$(kubectl -n openebs get blockdevices -o jsonpath='{.items[*].metadata.na
sed "s|CSPCBD|$bdname|g" ./ci/upgrade/application.tmp.yaml | sed "s|NODENAME|$nodename|g" > ./ci/upgrade/application.yaml
kubectl apply -f ./ci/upgrade/application.yaml
sleep 10
kubectl wait --for=condition=available --timeout=300s deployment/percona
kubectl wait --for=condition=available --timeout=550s deployment/percona

echo "Upgrade control plane to latest version"

Expand Down

0 comments on commit 3f099b6

Please sign in to comment.