Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Dec 12, 2024
1 parent 2bd816f commit b36a876
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion process_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ 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|multi-microarchs"
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 b36a876

Please sign in to comment.