Pull fetch-output back out of base

Instead of updating upload-logs to upload docs and artifacts, or
making upload-docs and upload-artifacts roles, if we rework fetch-output
to put things into the logs directory appropriately when it fetches,
we can accomplish the same outcome more simply.

Since we just landed fetch-output and nothing depends on it yet, removing
it from base jobs will let us safely make the changes and validate
via base-test without too many dances.

Change-Id: I2c411358e4857f74a44e5ea083a57f58e30c1ae7
This commit is contained in:
Monty Taylor 2019-01-09 15:54:20 +00:00
parent 7ba134d3c7
commit 5b2446a2c2
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 0 additions and 12 deletions

View File

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

View File

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

View File

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