Merge "skip rerunning requirements changes in devstack"

This commit is contained in:
Jenkins 2015-03-06 02:22:48 +00:00 committed by Gerrit Code Review
commit 8616dbcbb7

View File

@ -552,6 +552,15 @@ jobs:
# -nv jobs are never voting.
- name: ^.*-nv$
voting: false
# because of global requirements overrides, there is no reason to
# run tempest/grenade tests after a requirements sync, as they've
# already been run in the requirements job with the override.
- name: ^.*(tempest|grenade)-dsvm.*$
skip-if:
- project: ^openstack/
all-files-match-any:
- ^(test-|)requirements.txt$
# dsvm-neutron jobs should be conditionally skipped so they don't
# run in response to changes that do not influence their execution.
- name: ^.*(devstack|tempest|grenade|rally)-dsvm.*$