Merge "skip rerunning requirements changes in devstack"
This commit is contained in:
commit
8616dbcbb7
@ -552,6 +552,15 @@ jobs:
|
|||||||
# -nv jobs are never voting.
|
# -nv jobs are never voting.
|
||||||
- name: ^.*-nv$
|
- name: ^.*-nv$
|
||||||
voting: false
|
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
|
# dsvm-neutron jobs should be conditionally skipped so they don't
|
||||||
# run in response to changes that do not influence their execution.
|
# run in response to changes that do not influence their execution.
|
||||||
- name: ^.*(devstack|tempest|grenade|rally)-dsvm.*$
|
- name: ^.*(devstack|tempest|grenade|rally)-dsvm.*$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user