Resync base-test to base

This realigns base-test to base, ending all current experiments.

Change-Id: I231cd13ddf0ab00bd198a7c7238092bc5b8616e8
This commit is contained in:
James E. Blair 2018-02-05 09:40:09 -08:00
parent ec34d72399
commit 2154b0abf7
3 changed files with 4 additions and 3 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

View File

@ -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

View File

@ -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"