Resync base-test to base
This realigns base-test to base, ending all current experiments. Change-Id: I231cd13ddf0ab00bd198a7c7238092bc5b8616e8
This commit is contained in:
parent
ec34d72399
commit
2154b0abf7
@ -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
|
||||
|
@ -2,6 +2,5 @@
|
||||
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
|
||||
# successful jobs.
|
||||
ignore_errors: yes
|
||||
serial: "{{ base_serial | default(omit) }}"
|
||||
roles:
|
||||
- remove-build-sshkey
|
||||
|
@ -4,7 +4,6 @@
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
|
||||
- hosts: all
|
||||
serial: "{{ base_serial | default(omit) }}"
|
||||
roles:
|
||||
- add-build-sshkey
|
||||
- start-zuul-console
|
||||
@ -14,3 +13,6 @@
|
||||
- mirror-workspace-git-repos
|
||||
- mirror-info
|
||||
- configure-mirrors
|
||||
- role: fetch-zuul-cloner
|
||||
destination: "/usr/zuul-env/bin/zuul-cloner"
|
||||
repo_src_dir: "/home/zuul/src/git.openstack.org"
|
||||
|
Loading…
Reference in New Issue
Block a user