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:
parent
f775087476
commit
21d87e3233
@ -7,7 +7,7 @@
|
|||||||
- hosts: "{{ site_logs.fqdn }}"
|
- hosts: "{{ site_logs.fqdn }}"
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
roles:
|
roles:
|
||||||
- role: test-upload-logs
|
- role: upload-logs
|
||||||
zuul_log_url: "http://logs.openstack.org"
|
zuul_log_url: "http://logs.openstack.org"
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
@ -15,5 +15,7 @@
|
|||||||
# successful jobs.
|
# successful jobs.
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
roles:
|
roles:
|
||||||
|
# TODO do we want to assume subunit on opendev or should this move
|
||||||
|
# into tenant config
|
||||||
- submit-logstash-jobs
|
- submit-logstash-jobs
|
||||||
- submit-subunit-jobs
|
- submit-subunit-jobs
|
||||||
|
@ -31,15 +31,10 @@
|
|||||||
roles:
|
roles:
|
||||||
- validate-host
|
- validate-host
|
||||||
- use-cached-repos
|
- use-cached-repos
|
||||||
- test-mirror-workspace-git-repos
|
- mirror-workspace-git-repos
|
||||||
- mirror-info
|
- mirror-info
|
||||||
- role: configure-mirrors
|
- role: configure-mirrors
|
||||||
set_apt_mirrors_trusted: True
|
set_apt_mirrors_trusted: True
|
||||||
- role: fetch-zuul-cloner
|
- role: fetch-zuul-cloner
|
||||||
destination: "/usr/zuul-env/bin/zuul-cloner"
|
destination: "/usr/zuul-env/bin/zuul-cloner"
|
||||||
repo_src_dir: "/home/zuul/src/git.openstack.org"
|
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 }}"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user