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:
parent
9ecb888eec
commit
ac5912fd8a
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
bindep_dir: "{{ zuul.project.src_dir }}"
|
||||
bindep_profile: build test
|
||||
bindep_profile: test
|
||||
|
Loading…
Reference in New Issue
Block a user