Enable neutron-grenade again for Stein, Rocky and Queens
Devstack and Tempest jobs were recently fixed for all of the branches back till Pike. Now we can restore the neutron-grenade testing, as they are also working fine (see passing neutron-grenade in experimental jobs in Rocky [1]). As a successful grenade run on branch N needs a working devstack and tempest on branch N-1, the first branch where grenade will pass is Queens. [1] https://review.opendev.org/#/c/738548/ Change-Id: I0affa199406b82dc0315e4f1f6b0082ecde7aad4
This commit is contained in:
parent
18175c771e
commit
2959fa84f4
@ -19,10 +19,10 @@
|
||||
- tempest-full
|
||||
- neutron-grenade:
|
||||
# NOTE(gmann): Do not run the grenade job for
|
||||
# Extended Maintainance or oldest stable branch.
|
||||
# Now this is only needed for stable/train as
|
||||
# the oldest stable branch.
|
||||
# Now this is only needed up till stable/train as
|
||||
# stable/ussuri onwards we use integrated-gate-py3.
|
||||
branches: stable/train
|
||||
branches: ^stable/(queens|rocky|stein|train).*$
|
||||
gate:
|
||||
jobs:
|
||||
- legacy-tempest-dsvm-neutron-full:
|
||||
@ -30,10 +30,10 @@
|
||||
- tempest-full
|
||||
- neutron-grenade:
|
||||
# NOTE(gmann): Do not run the grenade job for
|
||||
# Extended Maintainance or oldest stable branch.
|
||||
# Now this is only needed for stable/train as
|
||||
# the oldest stable branch.
|
||||
# Now this is only needed up till stable/train as
|
||||
# stable/ussuri onwards we use integrated-gate-py3.
|
||||
branches: stable/train
|
||||
branches: ^stable/(queens|rocky|stein|train).*$
|
||||
|
||||
- project-template:
|
||||
name: puppet-module-unit-jobs
|
||||
|
Loading…
Reference in New Issue
Block a user