Merge "OSA: Ensure trusty job inclusion is not too broad"

This commit is contained in:
Jenkins
2017-02-06 08:50:29 +00:00
committed by Gerrit Code Review

View File

@@ -3296,7 +3296,7 @@ jobs:
# Trusty support is removed after Newton, so don't run any ubuntu-trusty
# jobs against branches > stable/newton.
- name: ^gate-openstack-ansible.*-((?!(docs|linters)).)*-ubuntu-trusty.*$
branch: ^(liberty|stable/(mitaka|newton))$
branch: ^(stable/newton)$
# Run the OpenStack-Ansible non-voting aio scenario job on xenial for the
# openstack-ansible repository if the branch is stable/newton.