2ecf933833
They were both not fetching the same venv they were building with. Rather than repeat ourselves, we can update these to share a run playbook - and can pass tox_envlist from the job rather than needing playbooks that set that themselves. That also allows fetch-tox-output to pick it up. Change-Id: Iefec8c50418dcea00c3adebdc20b71c7f20241bd
4 lines
32 B
YAML
4 lines
32 B
YAML
- hosts: all
|
|
roles:
|
|
- tox
|