mirror of https://github.com/mongodb/mongo
SERVER-110168 use bazel color in evergreen (#40805)
GitOrigin-RevId: 65c425f1b152d06c5c1aad016678626c9b0f5c9b
This commit is contained in:
parent
66c68fd354
commit
52a94a63fb
|
|
@ -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 --bes_keywords=evg:execution=${execution:?}" >>.bazelrc.evergreen
|
||||||
echo "common --remote_upload_local_results=True" >>.bazelrc.evergreen
|
echo "common --remote_upload_local_results=True" >>.bazelrc.evergreen
|
||||||
echo "common --test_output=summary" >>.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
|
# Disable remote execution in evergreen only since it runs on every PR, but we still
|
||||||
# want it to be fast on workstations
|
# want it to be fast on workstations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue