From f66f86207361d733faef7fc4c4712ae828eb4821 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 14 Jul 2017 15:37:46 -0400 Subject: [PATCH] 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 --- .zuul.yaml | 5 +++++ tox.ini | 1 + 2 files changed, 6 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 000000000..f55ae2e2d --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,5 @@ +- project: + name: openstack-infra/shade + check: + jobs: + - tox-py35-constraints diff --git a/tox.ini b/tox.ini index e4aa17752..9df877edd 100644 --- a/tox.ini +++ b/tox.ini @@ -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}