From 28e5985403c0fdf22af7f66940b29d1f2d2b9b2c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 28 Jan 2018 11:44:33 +0100 Subject: [PATCH] Move tox job in-tree move legacy job legacy-oslo-cookiecutter-tox-cookiecutter in-tree and convert it directly to Zuul v3. Change-Id: I1ca853bdaf1e5c7088520ac913eff8cc258a4f34 --- .zuul.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..ce750dd --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,18 @@ +- project: + check: + jobs: + - oslo-cookiecutter-tox-cookiecutter + gate: + jobs: + - oslo-cookiecutter-tox-cookiecutter + + +- job: + name: oslo-cookiecutter-tox-cookiecutter + parent: tox + description: | + Run tests for oslo-cookiecutter project. + + Uses tox with the ``cookiecutter`` environment. + vars: + tox_envlist: cookiecutter