From 671c4b7a09e64a6a44744cfb568af8de560da985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Fri, 21 Oct 2022 20:00:17 +0200 Subject: [PATCH] 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 --- openstack_releases/cmds/validate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_releases/cmds/validate.py b/openstack_releases/cmds/validate.py index 6dbd758a33..fc06ea25db 100644 --- a/openstack_releases/cmds/validate.py +++ b/openstack_releases/cmds/validate.py @@ -72,6 +72,7 @@ _CLOSED_SERIES = set([ 'train', 'ussuri', 'victoria', + 'wallaby', ]) _USES_PREVER = set([