-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
DevProd Build
-
None
-
None
-
None
-
None
-
None
-
None
-
None
"bazel run" invocations should not retry by default. The script evergreen/bazel_run.sh should only retry if it's explicitly requested by the caller.
The issue with the current set up is that some long running commands like "bazel run format – --all" will retry 5 times on a legitimate failure, and take quite a while to get back to the user.