From ac5912fd8a1fd656ec91855427291489a7ddd1cd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 7 Jul 2018 00:29:45 +0000 Subject: [PATCH] Revert "Install build bindep profiles alongside doc and test" This reverts commit e3d911b3ef9140274ee4a3aa4b3d4c300a4cfd27. Puppet projects for OpenStack are already using a "build" bindep profile which isn't satisfiable for some platforms on which they run jobs. Revert for now while we consider either fixing them or switching to a different profile name for this purpose. Change-Id: I4131b6d67faf9e10004887e7b0b73c01ec7d421c --- 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 a161787d2..e3a9ebdb8 100644 --- a/playbooks/sphinx/pre.yaml +++ b/playbooks/sphinx/pre.yaml @@ -1,7 +1,7 @@ - hosts: all roles: - role: bindep - bindep_profile: doc build + bindep_profile: 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 cc219160b..2438e30bb 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: build test +bindep_profile: test