Skip to content

Commit

Permalink
allow bot to recognize enable multi-microarchs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 12, 2024
1 parent 6fa7982 commit 2bd816f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def format(s, **kwds):
ALL_CHECK_FUNCTIONS = None
EXTRA_RELVALS_TESTS = ["threading", "gpu", "high-stats", "nano"]
EXTRA_RELVALS_TESTS_OPTS = "_" + "|_".join(EXTRA_RELVALS_TESTS)
EXTRA_TESTS = "|".join(EXTRA_RELVALS_TESTS) + "|hlt_p2_integration|hlt_p2_timing|profiling|none"
EXTRA_TESTS = "|".join(EXTRA_RELVALS_TESTS) + "|hlt_p2_integration|hlt_p2_timing|profiling|none|multi-microarchs"
SKIP_TESTS = "|".join(["static", "header"])
ENABLE_TEST_PTRN = "enable(_test(s|)|)"
JENKINS_NODES = r"[a-zA-Z0-9_|&\s()-]+"
Expand Down

0 comments on commit 2bd816f

Please sign in to comment.