Update _CLOSED_SERIES set with Wallaby
Validation is not needed for a series as soon as it reaches the Extended Maintenance state as there won't be any releases from such branches. This patch updates the set of closed series to avoid unnecessary validation. Change-Id: I0f093865bab190273421d966c755434d0369e0a0
This commit is contained in:
parent
4eff323c1b
commit
671c4b7a09
@ -72,6 +72,7 @@ _CLOSED_SERIES = set([
|
||||
'train',
|
||||
'ussuri',
|
||||
'victoria',
|
||||
'wallaby',
|
||||
])
|
||||
|
||||
_USES_PREVER = set([
|
||||
|
Loading…
x
Reference in New Issue
Block a user