tripleo-ansible/zuul.d/base.yaml
Sorin Sbarnea 326f902710 Finalize centos-8 migration
- assure all jobs are using centos-8
- fixed broken role-addition caused by partial centos-8 migration
- assure that touching molecule.yaml file tests role-addition, so
  we avoid future regressions

Change-Id: I18dfce4ef4d8c3bd3b73b2447fc6807047186f61
2020-03-13 10:57:49 +00:00

16 lines
369 B
YAML

---
- job:
description: Base tripleo-ansible job
name: tripleo-ansible-centos-8-base
nodeset: centos-8
parent: base
success-url: "reports.html"
failure-url: "reports.html"
pre-run:
- tripleo_ansible/playbooks/prepare-test-host.yml
- zuul.d/playbooks/pre.yml
run:
- zuul.d/playbooks/run.yml
timeout: 1800
voting: true