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
This commit is contained in:
Jeremy Stanley 2019-03-11 19:49:23 +00:00
parent f775087476
commit 21d87e3233
2 changed files with 4 additions and 7 deletions

View File

@ -7,7 +7,7 @@
- hosts: "{{ site_logs.fqdn }}"
gather_facts: False
roles:
- role: test-upload-logs
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"
- hosts: localhost
@ -15,5 +15,7 @@
# 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

View File

@ -31,15 +31,10 @@
roles:
- validate-host
- use-cached-repos
- test-mirror-workspace-git-repos
- mirror-workspace-git-repos
- mirror-info
- role: configure-mirrors
set_apt_mirrors_trusted: True
- role: fetch-zuul-cloner
destination: "/usr/zuul-env/bin/zuul-cloner"
repo_src_dir: "/home/zuul/src/git.openstack.org"
pre_tasks:
- name: Check that regional mirror is online
uri:
url: "http://{{ zuul_site_mirror_fqdn }}"