irc-meetings/.zuul.yaml
Andreas Jaeger 837d0927d9 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
2017-12-19 07:23:32 +01:00

17 lines
335 B
YAML

- 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