
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
17 lines
335 B
YAML
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
|