Compare commits
No commits in common. "5fac0f6fdde75a39572a92cb8ac3044c7d9b72a1" and "ee7e8af9a0031ad3e2138ab116a7fb61191758c8" have entirely different histories.
5fac0f6fdd
...
ee7e8af9a0
|
|
@ -52,7 +52,7 @@ LOCAL_VARS_URL="${LOCAL_VARS_URL:-https://raw.githubusercontent.com/iiab/iiab/re
|
||||||
|
|
||||||
WAIT_TRIES="${WAIT_TRIES:-60}" # used ONLY for the first auto-resume
|
WAIT_TRIES="${WAIT_TRIES:-60}" # used ONLY for the first auto-resume
|
||||||
WAIT_SLEEP="${WAIT_SLEEP:-5}"
|
WAIT_SLEEP="${WAIT_SLEEP:-5}"
|
||||||
STAGGER="${STAGGER:-20}"
|
STAGGER="${STAGGER:-15}"
|
||||||
|
|
||||||
ACTION="run"
|
ACTION="run"
|
||||||
modules=()
|
modules=()
|
||||||
|
|
@ -505,7 +505,9 @@ fi
|
||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
run)
|
run)
|
||||||
pipeline_parallel_stagger
|
phase_parallel_stagger launch
|
||||||
|
phase_parallel_stagger install
|
||||||
|
phase_parallel_stagger resume 1
|
||||||
summary
|
summary
|
||||||
;;
|
;;
|
||||||
continue)
|
continue)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue