Browse Source
If the final post playbook fails, something has gone wrong with log uploading, which means it's very hard to debug. Grab the contents of the json log file, extract the log for the last playbook and add it to the executor log. Change-Id: Ia930311e121c350e73e41b20e9b742b2eac9c9f6changes/52/510952/7
6 changed files with 82 additions and 1 deletions
@ -0,0 +1,4 @@
|
||||
- hosts: all |
||||
tasks: |
||||
- shell: echo "Failure test {{ zuul.executor.src_root }}" |
||||
- shell: exit 1 |
@ -0,0 +1 @@
|
||||
test |
Loading…
Reference in new issue