fc7a8c230f
This exercises the new base roles in zuul-jobs. It drops openstack-zuul-roles from the base-test job, as well as the workspace root variable which should no longer be needed. It also uses the new zuul_return method of reporting the log URL. Change-Id: I93ce94c4e40b44a1f7a5cf6c5a8521ab71da5a5a Depends-On: I7ac8d2335518c06808461f2fb30ea896709f09ed
9 lines
270 B
YAML
9 lines
270 B
YAML
- hosts: all
|
|
roles:
|
|
- add-build-sshkey
|
|
- prepare-workspace
|
|
- role: validate-host
|
|
# TODO(mordred) When we have site-local variables, these should go there
|
|
zuul_traceroute_host: git.openstack.org
|
|
zuul_image_manifest: /etc/dib-builddate.txt
|