Remove bindep_command and bindep_fallback references
With the settings in site-variables now, we don't need them here. Although these jobs are openstack specific, there's still no need to duplicate ourselves. Change-Id: I1270639344044567a7960d5f8d98afffe69cf092 Depends-On: I94dfe8e6aab9c2da1283590be5e26f7d8c35dcad
This commit is contained in:
parent
cf1adb66a0
commit
a5838ece30
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user