Copy in run-docs role as zuul-run-docs

Change-Id: Ic408618ba9d5e5b11c9fe5b614736f80fef1f75e
Depends-On: I97c18936fc014283cdf5b57bece49bf92153ff13
This commit is contained in:
Monty Taylor 2017-07-06 19:07:40 -05:00
parent bc6fbb1fa7
commit e4cd286d56
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,4 @@
- hosts: all
roles:
- revoke-sudo
- role: run-docs
- role: zuul-run-docs
envlist: venv

View File

@ -0,0 +1,2 @@
---
envlist: venv

View File

@ -0,0 +1,4 @@
- name: Execute run-docs.sh.
shell: "/usr/local/jenkins/slave_scripts/run-docs.sh {{ envlist }}"
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"

View File

@ -2,6 +2,8 @@
name: openstack-doc-build
parent: tox-docs
run: playbooks/tox/docs
roles:
- zuul: openstack-infra/openstack-zuul-jobs
- project:
name: openstack-infra/openstack-zuul-jobs