Run fetch-output before removing ssh keys

Rename post-ssh to just post. It's really the main post stuff
that needs to happen before log publication.

Change-Id: If01bdd7b7656b1a9ebaa5d5d7d021f82093db8ac
This commit is contained in:
Monty Taylor 2019-01-06 16:44:02 +00:00
parent e675b7fe65
commit 1376bf10cb
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,3 @@
- hosts: all
roles:
- fetch-output
- hosts: localhost
roles:
- role: add-fileserver

View File

@ -1,3 +1,7 @@
- hosts: all
roles:
- fetch-output
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.

View File

@ -111,7 +111,7 @@
main job in production. Not for general use.
pre-run: playbooks/base-test/pre.yaml
post-run:
- playbooks/base-test/post-ssh.yaml
- playbooks/base-test/post.yaml
- playbooks/base-test/post-logs.yaml
roles:
- zuul: openstack-infra/zuul-jobs