af0209a18f
This patch also replaces the outdated py36 job with the py38 one. Change-Id: Id330d8cdbcf70b0403e8283228ce9dec10403012
16 lines
421 B
YAML
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/.*$
|