Initial commit of zuulv3 jobs

Here we are adding shade to zuulv3.o.o to aid in testing.

Add UPPER_CONSTRAINTS_FILE to tox whitelist of variables.

Change-Id: I4bc3bd751a80308df3b2114f95886bd104516dd2
Depends-On: Ib9f0a787998f34414c8072074113d29cdb8cdb59
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-07-14 15:37:46 -04:00
parent a768ac7227
commit f66f862073
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 6 additions and 0 deletions

5
.zuul.yaml Normal file
View File

@ -0,0 +1,5 @@
- project:
name: openstack-infra/shade
check:
jobs:
- tox-py35-constraints

View File

@ -6,6 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
basepython = {env:SHADE_TOX_PYTHON:python2}
passenv = UPPER_CONSTRAINTS_FILE
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}