neutron-specs/.zuul.yaml
Rodolfo Alonso Hernandez af0209a18f Fix tox.ini for tox4
This patch also replaces the outdated py36 job with the py38 one.

Change-Id: Id330d8cdbcf70b0403e8283228ce9dec10403012
2023-01-03 15:11:01 +00:00

16 lines
421 B
YAML

- project:
templates:
- openstack-specs-jobs
check:
jobs:
- openstack-tox-py38:
# Override default list of files since the default
# ignores .rst files but we need to test .rst files here.
irrelevant-files:
- ^releasenotes/.*$
gate:
jobs:
- openstack-tox-py38:
irrelevant-files:
- ^releasenotes/.*$