a9dc983808
Once base-test successfully tests log-inventory is working we add it into the other base jobs. Change-Id: Iee5af26f2cb2ca5270a8f5443e6181776a3275f7 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
10 lines
291 B
YAML
10 lines
291 B
YAML
- hosts: all
|
|
roles:
|
|
- add-build-sshkey
|
|
- start-zuul-console
|
|
- log-inventory
|
|
- 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
|