Merge pull request '[multipass] remove blockage among --both-distros option' (#1) from multipass_fix1 into main
Reviewed-on: #1
This commit is contained in:
commit
5fac0f6fdd
|
|
@ -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:-15}"
|
STAGGER="${STAGGER:-20}"
|
||||||
|
|
||||||
ACTION="run"
|
ACTION="run"
|
||||||
modules=()
|
modules=()
|
||||||
|
|
@ -505,9 +505,7 @@ fi
|
||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
run)
|
run)
|
||||||
phase_parallel_stagger launch
|
pipeline_parallel_stagger
|
||||||
phase_parallel_stagger install
|
|
||||||
phase_parallel_stagger resume 1
|
|
||||||
summary
|
summary
|
||||||
;;
|
;;
|
||||||
continue)
|
continue)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue