Merge "Only run tox-siblings on required projects"

This commit is contained in:
Zuul 2017-10-01 11:01:07 +00:00 committed by Gerrit Code Review
commit 8c14d8ee33

View File

@ -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