Create tox-py35-constraints job
Add a new job for openstack projects that are using upper-constraints from the requirements project. Change-Id: Ib9f0a787998f34414c8072074113d29cdb8cdb59 Depends-On: Ic4a5644e79ca7000cbdaee40467619a6832c8332 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6a8e17bf61
commit
9838085d63
11
zuul.yaml
11
zuul.yaml
@ -16,6 +16,17 @@
|
||||
- name: openstack-infra/zuul
|
||||
override-branch: feature/zuulv3
|
||||
|
||||
- job:
|
||||
name: tox-py35-constraints
|
||||
parent: tox-py35
|
||||
description: |
|
||||
Run zuul's tox 'py35' job but with OpenStack requirements constraints
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
vars:
|
||||
tox_environment:
|
||||
UPPER_CONSTRAINTS_FILE: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt"
|
||||
|
||||
- project:
|
||||
name: openstack-infra/openstack-zuul-jobs
|
||||
check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user