3f18ae40de
We now use a promote job for publishing that avoids building again the documents after merge. use this here as well. We can only use the promote jobs when the job run in gate, so use the same file conditions. To make those easier to sync, get rid of the special tripleo job and use openstack-tox-docs directly. For further details about promote jobs, see http://lists.openstack.org/pipermail/openstack-discuss/2019-August/008610.html Change-Id: I31fa0d59ce2715abe6c36ecfbca8f6a70aaa60e2
16 lines
369 B
YAML
16 lines
369 B
YAML
---
|
|
- job:
|
|
description: Base tripleo-ansible job
|
|
name: tripleo-ansible-centos-7-base
|
|
nodeset: centos-7
|
|
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
|