Skip to content

Commit 1b1b2ed

Browse files
committed
ci: Mention ci: skip-extensive in the error message
1 parent 6d78c1a commit 1b1b2ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/ci-util.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,9 @@ def emit_workflow_output(self):
261261
if error_on_many_tests and total_to_test > MANY_EXTENSIVE_THRESHOLD:
262262
eprint(
263263
f"More than {MANY_EXTENSIVE_THRESHOLD} tests would be run; add"
264-
f" `{ALLOW_MANY_EXTENSIVE_DIRECTIVE}` to the PR body if this is intentional"
264+
f" `{ALLOW_MANY_EXTENSIVE_DIRECTIVE}` to the PR body if this is"
265+
" intentional. If this is refactoring that happens to touch a lot of"
266+
f" files, `{SKIP_EXTENSIVE_DIRECTIVE}` can be used instead."
265267
)
266268
exit(1)
267269

0 commit comments

Comments
 (0)