From fc63a57ff87d3e646af318d02ad145929a6a3009 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 12 Sep 2018 19:53:49 +0200 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 2 ++ zuul.d/zuul-jobs.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 468468d656..db7232e2d3 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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 diff --git a/zuul.d/zuul-jobs.yaml b/zuul.d/zuul-jobs.yaml index d8b30ca5de..6d4530e9aa 100644 --- a/zuul.d/zuul-jobs.yaml +++ b/zuul.d/zuul-jobs.yaml @@ -43,3 +43,4 @@ vars: afs_subpath: "/docs/{{ zuul.project.short_name }}" tox_envlist: docs + bindep_profile: compile doc