about summary refs log tree commit diff
path: root/library/compiler-builtins/ci/ci-util.py
diff options
context:
space:
mode:
Diffstat (limited to 'library/compiler-builtins/ci/ci-util.py')
-rwxr-xr-xlibrary/compiler-builtins/ci/ci-util.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/ci-util.py b/library/compiler-builtins/ci/ci-util.py
index 7486d6b4186..d785b2e9e1d 100755
--- a/library/compiler-builtins/ci/ci-util.py
+++ b/library/compiler-builtins/ci/ci-util.py
@@ -261,7 +261,9 @@ class Context:
         if error_on_many_tests and total_to_test > MANY_EXTENSIVE_THRESHOLD:
             eprint(
                 f"More than {MANY_EXTENSIVE_THRESHOLD} tests would be run; add"
-                f" `{ALLOW_MANY_EXTENSIVE_DIRECTIVE}` to the PR body if this is intentional"
+                f" `{ALLOW_MANY_EXTENSIVE_DIRECTIVE}` to the PR body if this is"
+                " intentional. If this is refactoring that happens to touch a lot of"
+                f" files, `{SKIP_EXTENSIVE_DIRECTIVE}` can be used instead."
             )
             exit(1)