Add fetch-output to base jobs

This change was added in OpenStack's base job as part of the effort to
provide a standard interface on the remote nodes into which logs can be put
regardless of how they are eventually going to be uploaded.

Change-Id: I07f1a88f357c68d3deeadf7f12b1b77fc4a948f4
This commit is contained in:
Monty Taylor 2019-01-07 14:04:56 +00:00
parent e78dab260b
commit b95f12ed8f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
- hosts: all
roles:
- fetch-output
- hosts: all - hosts: all
roles: roles:
- remove-build-sshkey - remove-build-sshkey

View File

@ -1,3 +1,7 @@
- hosts: all
roles:
- fetch-output
- hosts: all - hosts: all
roles: roles:
- remove-build-sshkey - remove-build-sshkey

View File

@ -10,7 +10,7 @@
It also sets a default timeout value (which may be overidden). It also sets a default timeout value (which may be overidden).
pre-run: playbooks/base/pre.yaml pre-run: playbooks/base/pre.yaml
post-run: playbooks/base/post-ssh.yaml post-run: playbooks/base/post.yaml
roles: roles:
- zuul: git.zuul-ci.org/zuul-jobs - zuul: git.zuul-ci.org/zuul-jobs
timeout: 1800 timeout: 1800
@ -22,7 +22,7 @@
A job to test changes to the base job without disturbing the A job to test changes to the base job without disturbing the
main job in production. Not for general use. main job in production. Not for general use.
pre-run: playbooks/base-test/pre.yaml pre-run: playbooks/base-test/pre.yaml
post-run: playbooks/base-test/post-ssh.yaml post-run: playbooks/base-test/post.yaml
roles: roles:
- zuul: git.zuul-ci.org/zuul-jobs - zuul: git.zuul-ci.org/zuul-jobs
timeout: 1800 timeout: 1800