diff --git a/playbooks/base-test/post-logs.yaml b/playbooks/base-test/post-logs.yaml index ad044d7..b959b58 100644 --- a/playbooks/base-test/post-logs.yaml +++ b/playbooks/base-test/post-logs.yaml @@ -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 diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index c14dd19..3ec1a34 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -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 }}"