Skip to content
Snippets Groups Projects
Commit f9e5dfd2 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Change aws status check sleep to 5 mins

parent 738130f8
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9608 passed with stages
in 6 minutes and 26 seconds
......@@ -1087,7 +1087,7 @@ aws:
until [[ "${status}" == "SUCCEEDED" || "${status}" == "FAILED" ]]; do
status=$(aws batch describe-jobs --jobs ${id} | grep -oP "status\": \K.*" | tr -d '"' | tr -d ',') &&
echo ${status} &&
sleep 30
sleep 5m
done
- >
if [ "${status}" == "SUCCEEDED" ]; then
......
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