Merge "Remove unecessary playbook"

This commit is contained in:
Zuul 2017-10-21 08:20:40 +00:00 committed by Gerrit Code Review
commit c49b235084
2 changed files with 5 additions and 7 deletions

@ -12,8 +12,11 @@
.. zuul:jobvar:: tox_envlist
Use the specified tox environments (``ALL`` selects all).
run: playbooks/requirements-cross-test
files: ^upper-constraints.txt$
vars:
zuul_work_dir: "{{ (zuul.projects | selectattr('required') | selectattr('name', 'match', '^(?!openstack/requirements)') | list)[0].src_dir }}"
files:
- upper-constraints.txt
- .zuul.d/cross-jobs.yaml
- job:
name: cross-cinder-py27

@ -1,5 +0,0 @@
- hosts: all
roles:
- role: tox
zuul_work_dir: "{{ (zuul.projects | selectattr('required') | selectattr('name', 'match', '^(?!openstack/requirements)') | list)[0].src_dir }}"
tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt"