Merge "Always run py27 test"

This commit is contained in:
Zuul 2018-10-29 15:14:22 +00:00 committed by Gerrit Code Review
commit 3cdf4b8ae7
1 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,13 @@
- openstack-specs-jobs
check:
jobs:
- openstack-tox-py27
- openstack-tox-py27:
# 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-py27
- openstack-tox-py27:
irrelevant-files:
- ^releasenotes/.*$