Merge "Update OpenStack-Ansible trusty skip to include linters job"

This commit is contained in:
Jenkins 2016-08-02 13:29:38 +00:00 committed by Gerrit Code Review
commit d427dd2fba

View File

@ -2927,9 +2927,9 @@ jobs:
- name: ^gate-openstack-ansible-.*-func-centos-7.*$ - name: ^gate-openstack-ansible-.*-func-centos-7.*$
branch: ^(?!(liberty|stable/mitaka)).*$ branch: ^(?!(liberty|stable/mitaka)).*$
# Run openstack-ansible trusty jobs through ocata as they intend to # Run all OpenStack-Ansible trusty jobs except the docs and linters jobs
# support trusty through that branch. # as the intention is to support trusty through to Ocata.
- name: ^gate-openstack-ansible.*-((?!docs).)*-ubuntu-trusty.*$ - name: ^gate-openstack-ansible.*-((?!(docs|linters)).)*-ubuntu-trusty.*$
branch: ^(liberty|stable/(liberty|mitaka|newton|ocata)|master)$ branch: ^(liberty|stable/(liberty|mitaka|newton|ocata)|master)$
# Ignore requirements on the keystoneclient/keystoneauth integration branch # Ignore requirements on the keystoneclient/keystoneauth integration branch