Merge "Skip py27/34 jobs when VPN doc (only) change"
This commit is contained in:
commit
4f6be419a0
@ -857,6 +857,7 @@ jobs:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
# Skip non-doc jobs for doc-only neutron-lib changes.
|
||||
- name: ^.*neutron-lib-python(27|34)(-constraints)?$
|
||||
skip-if:
|
||||
- project: ^openstack/neutron-lib$
|
||||
@ -864,6 +865,15 @@ jobs:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
# Skip non-doc jobs for doc-only neutron-vpnaas changes. The dsvm
|
||||
# tests area already skipped by another check.
|
||||
- name: ^.*neutron-vpnaas-python(27|34)(-constraints)?$
|
||||
skip-if:
|
||||
- project: ^openstack/neutron-vpnaas$
|
||||
all-files-match-any:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
# Skip all except release notes and pep8 jobs for heat
|
||||
- name: ^.*heat-(docs|dsvm-functional-(orig|convg)|python(27|34)).*$
|
||||
skip-if:
|
||||
|
Loading…
Reference in New Issue
Block a user