Set bindep profile for tox-docs publish jobs

tox-docs uses the bindep profiles "doc compute", use them also for
publishing using tox-docs.

Change-Id: I38456a5e620930d1b4a1695e513c9feb62642e88
This commit is contained in:
Andreas Jaeger 2018-09-12 19:53:49 +02:00
parent 9989157f4a
commit fc63a57ff8
2 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,7 @@
- zuul: openstack-infra/openstack-zuul-jobs
vars:
tox_envlist: docs
bindep_profile: compile doc
secrets:
- secret: afsdocs_secret
name: afs
@ -504,6 +505,7 @@
- playbooks/sphinx/post-infra.yaml
vars:
afs_subpath: "/infra/{{ zuul.project.short_name }}"
bindep_profile: compile doc
- job:
name: publish-infra-manual

View File

@ -43,3 +43,4 @@
vars:
afs_subpath: "/docs/{{ zuul.project.short_name }}"
tox_envlist: docs
bindep_profile: compile doc