Don't collect logs in tripleo-ci for OVB

Logs will be collected in post playbook as it's configured in:
https://review.rdoproject.org/r/#/c/19812/

Change-Id: I8a446769dc1435d16163d6a8be75bf7e842e5e74
This commit is contained in:
Sagi Shnaidman 2019-03-28 13:41:37 +02:00
parent c9d301fe9b
commit 6f92b0bf16
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.'