713e174b80
This reverts commit 5b2446a2c2
.
It also adds merge-output-to-logs, which will actually do the uploading.
Change-Id: I7be2c9c5368c1dd3155f918c47f9f3114b7e980a
12 lines
237 B
YAML
12 lines
237 B
YAML
- hosts: all
|
|
roles:
|
|
- fetch-output
|
|
- merge-output-to-logs
|
|
|
|
- hosts: all
|
|
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
|
|
# successful jobs.
|
|
ignore_errors: yes
|
|
roles:
|
|
- remove-build-sshkey
|