
- 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
16 lines
369 B
YAML
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
|