Merge "Remove bindep_command and bindep_fallback references"

This commit is contained in:
Zuul 2017-09-02 13:26:56 +00:00 committed by Gerrit Code Review
commit bc14527318
2 changed files with 0 additions and 9 deletions

View File

@ -3,8 +3,5 @@
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
# TODO(mordred) When we have site-local variables, these should go there
bindep_command: /usr/bindep-env/bin/bindep
bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt
- revoke-sudo
- ensure-tox

View File

@ -3,13 +3,7 @@
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
# TODO(mordred) When we have site-local variables, these should go there
bindep_command: /usr/bindep-env/bin/bindep
bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt
- role: bindep
bindep_profile: test
bindep_dir: src/git.openstack.org/openstack-infra/release-tools
# TODO(mordred) When we have site-local variables, these should go there
bindep_command: /usr/bindep-env/bin/bindep
bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt
- revoke-sudo