a5838ece30
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
10 lines
260 B
YAML
10 lines
260 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "src/{{ zuul.project.canonical_name }}"
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: src/git.openstack.org/openstack-infra/release-tools
|
|
- revoke-sudo
|