Skip to content

Commit

Permalink
Merge pull request #2406 from cms-sw/known-error-182.1
Browse files Browse the repository at this point in the history
Add known failure for RV 182.1 step 1 - arch incompatibility
  • Loading branch information
smuzaffar authored Dec 16, 2024
2 parents 7d09b46 + aa409cc commit 3ba2b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmssw_known_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
Expand Down

0 comments on commit 3ba2b3e

Please sign in to comment.