Merge "Always run py27 test"
commit
3cdf4b8ae7
10
.zuul.yaml
10
.zuul.yaml
|
@ -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/.*$
|
||||
|
|
Loading…
Reference in New Issue