Merge "On failure return output of all tasks to be reran"

This commit is contained in:
Zuul 2018-01-24 05:34:26 +00:00 committed by Gerrit Code Review
commit 052bdbf672

View File

@ -98,7 +98,7 @@ function run_lock {
unset RUN_TASKS[$1] unset RUN_TASKS[$1]
notice "$run_item has been marked as success at ${upgrade_marker}" notice "$run_item has been marked as success at ${upgrade_marker}"
else else
FAILURES_LIST=$(seq $1 $((${#RUN_TASKS[@]} - 1))) FAILURES_LIST=$(seq $1 $((${#RUN_TASKS[@]})))
failure "******************** failure ********************" failure "******************** failure ********************"
failure "The upgrade script has encountered a failure." failure "The upgrade script has encountered a failure."
failure "Failed on task \"$run_item\"" failure "Failed on task \"$run_item\""