zuul-jobs/roles/nox/defaults/main.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

11 lines
229 B
YAML

---
nox_environment:
# nox will fail with missing session with this flag set.
CI: "1"
nox_executable: nox
nox_extra_args: '-v'
nox_install_siblings: true
nox_inline_comments: true
zuul_work_dir: "{{ zuul.project.src_dir }}"