Merge "Update base-test jobs to publish artifacts too"

This commit is contained in:
Zuul 2019-01-25 14:25:57 +00:00 committed by Gerrit Code Review
commit d565bfd85c
2 changed files with 17 additions and 0 deletions

View File

@ -3,6 +3,21 @@
- fetch-output
- merge-output-to-logs
- hosts: localhost
roles:
- role: add-fileserver
when:
- zuul_success | bool
- zuul.change is not defined
- hosts: "{{ fileserver.fqdn }}"
gather_facts: False
roles:
- role: publish-artifacts-to-fileserver
when:
- zuul_success | bool
- zuul.change is not defined
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.

View File

@ -127,6 +127,8 @@
label: ubuntu-xenial
secrets:
- site_logs
- secret: site_tarballs
name: fileserver
# NOTE(corvus): A short-term test job
- job: