Merge "Enable grenade again for Stein, Rocky and Queens"
This commit is contained in:
commit
208242904c
@ -1907,21 +1907,19 @@
|
||||
check:
|
||||
jobs:
|
||||
- grenade:
|
||||
# NOTE(gmann): Do not run the grenade job for
|
||||
# Extended Maintainance or oldest stable branch.
|
||||
# We need to upate this list when any stable
|
||||
# is moved to Extended Maintainance state.
|
||||
branches: ^(?!(stable/(ocata|pike|queens|rocky|stein))).*$
|
||||
# NOTE(elod.illes): Queens is the first branch where
|
||||
# grenade jobs are working as grenade requires working
|
||||
# Devstack and Tempest on the previous branch
|
||||
branches: ^(?!(stable/(ocata|pike))).*$
|
||||
- tempest-full-py3:
|
||||
branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$
|
||||
gate:
|
||||
jobs:
|
||||
- grenade:
|
||||
# NOTE(gmann): Do not run the grenade job for
|
||||
# Extended Maintainance or oldest stable branch.
|
||||
# We need to upate this list when any stable
|
||||
# is moved to Extended Maintainance state.
|
||||
branches: ^(?!(stable/(ocata|pike|queens|rocky|stein))).*$
|
||||
# NOTE(elod.illes): Queens is the first branch where
|
||||
# grenade jobs are working as grenade requires working
|
||||
# Devstack and Tempest on the previous branch
|
||||
branches: ^(?!(stable/(ocata|pike))).*$
|
||||
- tempest-full-py3:
|
||||
branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user