base-jobs/playbooks/base-test/post-logs.yaml
Jeremy Stanley 21d87e3233 Reset base-test playbooks to match base
No current testing seems to be underway, so get the base-test job
working again in support of validating the default nodeset switch to
ubuntu-bionic.

Change-Id: Ic405efb369f1903624fbdd83fc60c2d4db01406a
2019-03-11 19:49:23 +00:00

22 lines
548 B
YAML

- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
- role: ara-report
- hosts: "{{ site_logs.fqdn }}"
gather_facts: False
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"
- hosts: localhost
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.
ignore_errors: yes
roles:
# TODO do we want to assume subunit on opendev or should this move
# into tenant config
- submit-logstash-jobs
- submit-subunit-jobs