SERVER-110168 use bazel color in evergreen (#40805)

GitOrigin-RevId: 65c425f1b152d06c5c1aad016678626c9b0f5c9b
This commit is contained in:
Daniel Moody 2025-09-02 11:48:56 -05:00 committed by MongoDB Bot
parent 66c68fd354
commit 52a94a63fb
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ echo "common --bes_keywords=evg:task_name=${task_name:?}" >>.bazelrc.evergreen
echo "common --bes_keywords=evg:execution=${execution:?}" >>.bazelrc.evergreen
echo "common --remote_upload_local_results=True" >>.bazelrc.evergreen
echo "common --test_output=summary" >>.bazelrc.evergreen
echo "common --color=yes" >>.bazelrc.evergreen # force ANSI colors as parsley can display them
# Disable remote execution in evergreen only since it runs on every PR, but we still
# want it to be fast on workstations