Merge "Only run tox-siblings on required projects"
This commit is contained in:
commit
8c14d8ee33
@ -14,5 +14,5 @@
|
|||||||
tox_install_sibling_packages:
|
tox_install_sibling_packages:
|
||||||
tox_envlist: "{{ tox_envlist }}"
|
tox_envlist: "{{ tox_envlist }}"
|
||||||
project_dir: "{{ zuul_work_dir }}"
|
project_dir: "{{ zuul_work_dir }}"
|
||||||
projects: "{{ zuul.projects }}"
|
projects: "{{ zuul.projects | selectattr('required') | list }}"
|
||||||
when: tox_install_siblings
|
when: tox_install_siblings
|
||||||
|
Loading…
Reference in New Issue
Block a user