3ecfa1968d
This adds needed roles, playbooks and secrets for our global base jobs. Change-Id: I466bc1b8b33ea806f0ec39aa9aca32b91e28e7f1
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
|