Revert "Install build bindep profiles alongside doc and test"

This reverts commit e3d911b3ef.

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
This commit is contained in:
Jeremy Stanley 2018-07-07 00:29:45 +00:00
parent 9ecb888eec
commit ac5912fd8a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
---
bindep_dir: "{{ zuul.project.src_dir }}"
bindep_profile: build test
bindep_profile: test