Merge "Skip neutron fullstack tests on doc-only changes"

This commit is contained in:
Jenkins 2015-08-10 23:45:54 +00:00 committed by Gerrit Code Review
commit 14716ea2f2

View File

@ -653,7 +653,7 @@ jobs:
# Skip non-doc jobs for doc-only neutron changes. Since
# doc/source/conf.py is checked by neutron-(pep8|pylint), those jobs
# should not be skipped.
- name: ^.*neutron-(dsvm-api|dsvm-functional|python27|python34|lbaasv[1,2]-dsvm-api)$
- name: ^.*neutron-(dsvm-api|dsvm-functional|python27|python34|lbaasv[1,2]-dsvm-api|dsvm-fullstack)$
skip-if:
- project: ^openstack/neutron$
branch: ^master$