Merge "Fix broken tox-siblings.yaml test"
This commit is contained in:
commit
9b29d2f555
@ -9,3 +9,6 @@
|
||||
vars:
|
||||
tox_envlist: docs
|
||||
tox_constraints_file: '{{ zuul.project.src_dir }}/zuul-tests.d/test-constraints.txt'
|
||||
tox_environment:
|
||||
ANSIBLE_ROLES_PATH: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/roles"
|
||||
ANSIBLE_LIBRARY: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tests/fake-ansible"
|
||||
|
@ -404,6 +404,8 @@
|
||||
description: Test the tox role's sibling functionality
|
||||
files:
|
||||
- roles/tox/.*
|
||||
- tox.ini
|
||||
- test-playbooks/tox-siblings.yaml
|
||||
run: test-playbooks/tox-siblings.yaml
|
||||
required-projects:
|
||||
- zuul/zuul
|
||||
|
Loading…
Reference in New Issue
Block a user