83f57021d6
There is no need to run that role in the functional nor fullstack jobs not running it can save few minutes in each job's run. Change-Id: Ic363c5c805d02bdc93317423b95a1cd89c16876a
9 lines
152 B
YAML
9 lines
152 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- ensure-tox
|
|
- tox
|