From 5854988a659a18f28e9a0bc0d7c3626f06e5f139 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 8 Jul 2018 16:11:10 -0400 Subject: [PATCH] Revert "Revert "Install build bindep profiles alongside doc and test"" Try again with "compile" as the new bindep profile name. This reverts commit ac5912fd8a1fd656ec91855427291489a7ddd1cd. Change-Id: I4a03c9c2377d0676fe6f5d11d2948a319b0ba341 --- playbooks/sphinx/pre.yaml | 2 +- roles/bindep/defaults/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/sphinx/pre.yaml b/playbooks/sphinx/pre.yaml index e3a9ebdb8..4f0d95c98 100644 --- a/playbooks/sphinx/pre.yaml +++ b/playbooks/sphinx/pre.yaml @@ -1,7 +1,7 @@ - hosts: all roles: - role: bindep - bindep_profile: doc + bindep_profile: compile doc bindep_dir: "{{ zuul_work_dir }}" - ensure-sphinx - revoke-sudo diff --git a/roles/bindep/defaults/main.yaml b/roles/bindep/defaults/main.yaml index 2438e30bb..f17cb0497 100644 --- a/roles/bindep/defaults/main.yaml +++ b/roles/bindep/defaults/main.yaml @@ -1,3 +1,3 @@ --- bindep_dir: "{{ zuul.project.src_dir }}" -bindep_profile: test +bindep_profile: compile test