Merge "Don't collect logs in tripleo-ci for OVB"

This commit is contained in:
Zuul 2019-03-29 14:37:54 +00:00 committed by Gerrit Code Review
commit acefa728e4
1 changed files with 0 additions and 9 deletions

View File

@ -168,15 +168,6 @@ done
done
[[ "$exit_value" == 0 ]] && echo "Playbook run passed successfully" || echo "Playbook run failed"
## LOGS COLLECTION RUN (if applicable)
{% if environment_type == "ovb" -%}
echo "Running collect logs now, before the nodes are destryed by te broker"
/usr/bin/timeout --preserve-status 40m bash $LOGS_DIR/collect_logs.sh > $LOGS_DIR/quickstart_collect_logs.log
mv $LOGS_DIR/collect_logs.sh $LOGS_DIR/ovb_collect_logs.sh
{% else %}
echo "Running Collect Logs in post"
{% endif %}
{% endif %}
echo 'Quickstart completed.'