Merge "Stop running python2 jobs for Zuul v3"

This commit is contained in:
Jenkins 2017-06-16 21:09:38 +00:00 committed by Gerrit Code Review
commit ad47cac9a5

View File

@ -3741,6 +3741,10 @@ jobs:
- name: gate-nodepool-docs-ubuntu-xenial
branch: ^(?!feature/gearman-zk-shim).*$
# Only run python27 job on the master branch of zuul
- name: ^gate-zuul-python27
branch: master
# Only run python35 job on the feature/zuulv3 branch of zuul
- name: ^gate-zuul-python35
branch: feature/zuulv3