Skip py27/34 jobs when VPN doc (only) change
There are checks to skip DSVM based VPN tests, when the changeset is for documentation (only), but nothing checking for python27 and python34 jobs. This adds that check. Change-Id: I18a581bf353646b67ad8df967f0eff87c48f9b86
This commit is contained in:
parent
25fb9e3dc2
commit
3355951887
@ -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