From aa409cc3706cbd64897d7aa132f00059f3dc98e9 Mon Sep 17 00:00:00 2001 From: Ivan Razumov Date: Mon, 16 Dec 2024 10:58:11 +0100 Subject: [PATCH] Add known failure for RV 182.1 step 1 - arch incompatibility --- cmssw_known_errors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmssw_known_errors.py b/cmssw_known_errors.py index 207d14582c1..3af9c1a1b0f 100755 --- a/cmssw_known_errors.py +++ b/cmssw_known_errors.py @@ -181,6 +181,7 @@ KNOWN_ERRORS["relvals"][RelFilter][".+_(aarch64|ppc64le)_.+"] = { "180.1": {"step": 3, "exitcode": 16640, "reason": MSG_TRITON_INCOMPETIBILITY}, "181.1": {"step": 3, "exitcode": 16640, "reason": MSG_TRITON_INCOMPETIBILITY}, + "182.1": {"step": 1, "exitcode": 16640, "reason": MSG_ARCH_INCOMPETIBILITY}, "2500.912": {"step": 1, "exitcode": 16640, "reason": MSG_ARCH_INCOMPETIBILITY}, "2500.913": {"step": 1, "exitcode": 16640, "reason": MSG_ARCH_INCOMPETIBILITY}, }