50fd134646
This is an alternative to tox. Change-Id: Ib4920acec09c2c980af909e8f9d1eabd1c6d253a
13 lines
370 B
YAML
13 lines
370 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Install binary dependencies
|
|
include_role:
|
|
name: bindep
|
|
vars:
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
# TODO don't make this runtime specific
|
|
when: (tox_install_bindep | default(true)) and (nox_install_bindep | default(true))
|
|
- name: Run test-setup role
|
|
include_role:
|
|
name: test-setup
|