From 2629f0114a726f1733c48f41b48588032822519a Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 27 Sep 2018 15:46:18 -0400 Subject: [PATCH] Update tags_to_ignore. --- Scripts/reverse_integration_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/reverse_integration_check.py b/Scripts/reverse_integration_check.py index f3585e0a1..c175d0a29 100755 --- a/Scripts/reverse_integration_check.py +++ b/Scripts/reverse_integration_check.py @@ -39,7 +39,7 @@ def main(): # Don't reverse integrate tags for adhoc builds tags_of_concern = [tag for tag in tags_of_concern if "adhoc" not in tag] - tags_to_ignore = ['2.23.3.0', '2.23.3.1', '2.26.0.15', '2.26.0.16', '2.26.0.6', '2.26.0.7', '3.0', '3.0.1', '3.0.2', '2.30.0.0', '2.30.0.1'] + tags_to_ignore = ['2.29.0.11', '2.29.0.7', '2.29.0.8', '2.29.0.9', '2.23.3.0', '2.23.3.1', '2.26.0.15', '2.26.0.16', '2.26.0.6', '2.26.0.7', '3.0', '3.0.1', '3.0.2', '2.30.0.0', '2.30.0.1'] tags_of_concern = [tag for tag in tags_of_concern if tag not in tags_to_ignore] if len(tags_of_concern) > 0: