Merge "Modify the check-uc jobs to only trigger on upper-constratints changes"

This commit is contained in:
Jenkins 2017-09-21 14:26:07 +00:00 committed by Gerrit Code Review
commit 60acb9ee4b
1 changed files with 7 additions and 2 deletions

View File

@ -2146,10 +2146,15 @@ jobs:
files: ^upper-constraints.txt$
branch: ^(?!stable/(newton|ocata)).*$
# Run this only for Queens+
# Run this only when upper-constraints.txt or upper-constraints-xfails.txt are changed.
- name: ^gate-requirements-tox-py27-check-uc-ubuntu-xenial$
files: ^upper-constraints.*txt$
# Run this only when upper-constraints.txt or upper-constraints-xfails.txt are changed.
# Also run this only for Queens+
- name: ^gate-requirements-tox-py35-check-uc-ubuntu-xenial$
files: ^upper-constraints.txt$
branch: ^(?!stable/(newton|ocata|pike)).*$
files: ^upper-constraints.*txt$
# Only run the cross functional tests on upper-constraints.txt updates
- name: ^gate-cross-.*-func-.*$