Merge "Skip security role gate for branches <= Mitaka"

This commit is contained in:
Jenkins 2016-12-14 07:39:09 +00:00 committed by Gerrit Code Review
commit 878516e355

View File

@ -3145,6 +3145,11 @@ jobs:
- name: ^gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial$ - name: ^gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial$
branch: ^(?!(liberty|stable/(mitaka|newton))).*$ branch: ^(?!(liberty|stable/(mitaka|newton))).*$
# Skip the functional tests for CentOS 7 in the openstack-ansible-security
# role if the branch is Mitaka or earlier.
- name: ^gate-openstack-ansible-security-ansible-func-centos-7$
branch: ^(?!(liberty|stable/mitaka)).*$
# Skip the functional tests against the RHEL 7 STIG content on Newton branch # Skip the functional tests against the RHEL 7 STIG content on Newton branch
# and earlier branches. # and earlier branches.
- name: ^gate-openstack-ansible-security-ansible-func_rhel7.*$ - name: ^gate-openstack-ansible-security-ansible-func_rhel7.*$