project-config/playbooks/base-ozj/post.yaml
Monty Taylor 713e174b80 Add fetch-output and merge-output-to-logs to base
This reverts commit 5b2446a2c2.

It also adds merge-output-to-logs, which will actually do the uploading.

Change-Id: I7be2c9c5368c1dd3155f918c47f9f3114b7e980a
2019-01-15 18:23:30 +00:00

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