From aeba62018aa026829ff584b0ef61ea9afabbcd4f Mon Sep 17 00:00:00 2001 From: Nora Trapp Date: Thu, 15 Apr 2021 10:59:27 -0700 Subject: [PATCH] Ignore more tags in RI --- Scripts/reverse_integration_check.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Scripts/reverse_integration_check.py b/Scripts/reverse_integration_check.py index bcb4271e40..999d274c5a 100755 --- a/Scripts/reverse_integration_check.py +++ b/Scripts/reverse_integration_check.py @@ -94,6 +94,33 @@ def main(): '2.44.0.2', '2.44.1.1', '3.4.0.8', + '2.42.2.1', + '2.44.0.14', + '2.44.0.4', + '2.46.0.22', + '2.46.0.23', + '2.46.0.24', + '2.46.0.5', + '3.13.3.11', + '3.13.3.4', + '3.13.4.0', + '3.14.0.26', + '3.14.3.0', + '3.17.0.3', + '3.17.0.5', + '3.21.3.0', + '3.21.3.1', + '3.22.2.0', + '3.8.0.10', + '3.8.0.29', + '3.8.0.31', + '3.8.0.32', + '3.8.0.9', + '3.8.2.2', + '3.8.2.4', + '5.0.0.29', + '5.0.0.73', + '5.6.0.10' ] tags_of_concern = [tag for tag in tags_of_concern if tag not in tags_to_ignore]