zuul-jobs/playbooks/unittests/pre.yaml
Clark Boylan 50fd134646 Add nox role and some simple jobs
This is an alternative to tox.

Change-Id: Ib4920acec09c2c980af909e8f9d1eabd1c6d253a
2022-12-19 18:41:12 -08:00

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