From 837d0927d9c689ebf120813c4a4ea7b110a9eb37 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 16 Dec 2017 22:01:45 +0100 Subject: [PATCH] Move irc meetings tox job in-tree Create a Zuul v3 native ical tox job to allow removing the legacy ical job. This failed initially pep8 tools/check_chair.py since the .zuul.yaml file was parsed as well. Update invocation in tox.ini so that only the meetings directory is checked. Needed-By: Ida25d6b612474b9e42e16cf00bc3059c421796ef Change-Id: I48f00531687bb8488283b964ee64fa4c5706bc0e --- .zuul.yaml | 16 ++++++++++++++++ tox.ini | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..4b9d6cb6 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,16 @@ +- job: + name: irc-meetings-tox-ical + parent: openstack-tox + description: | + Run tests using tox with the ``ical`` environment. + vars: + tox_envlist: ical + +- project: + name: openstack-infra/irc-meetings + check: + jobs: + - irc-meetings-tox-ical + gate: + jobs: + - irc-meetings-tox-ical diff --git a/tox.ini b/tox.ini index c77e277d..c79c5632 100644 --- a/tox.ini +++ b/tox.ini @@ -25,8 +25,8 @@ commands = whitelist_externals = bash commands = bash test_tools/flake8wrap.sh {posargs} - python tools/check_chair.py -y {toxinidir} - python tools/check_channels.py -y {toxinidir} + python tools/check_chair.py -y {toxinidir}/meetings + python tools/check_channels.py -y {toxinidir}/meetings [flake8] ignore =