Merge "skip rerunning requirements changes in devstack"
This commit is contained in:
commit
8616dbcbb7
@ -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.*$
|
||||
|
Loading…
Reference in New Issue
Block a user