Merge "Move irc meetings tox job in-tree"
This commit is contained in:
commit
8b553309e6
16
.zuul.yaml
Normal file
16
.zuul.yaml
Normal file
@ -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
|
4
tox.ini
4
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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user