Merge "base-test: Check that regional mirror is online"

This commit is contained in:
Zuul 2018-12-13 22:32:01 +00:00 committed by Gerrit Code Review
commit 6114342f7c
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@
- 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 }}"