only run codecov on master (#46100)
This commit is contained in:
parent
f213f92587
commit
d88345e726
@ -135,7 +135,7 @@ task:
|
|||||||
- dart --enable-asserts ./dev/bots/test.dart
|
- dart --enable-asserts ./dev/bots/test.dart
|
||||||
|
|
||||||
- name: tool_coverage-linux # linux-only
|
- name: tool_coverage-linux # linux-only
|
||||||
only_if: "$CIRRUS_PR == ''"
|
only_if: "$CIRRUS_BRANCH == 'master'"
|
||||||
environment:
|
environment:
|
||||||
# As of October 2019, the tool_coverage-linux shard needed at least 12G of RAM to run without
|
# As of October 2019, the tool_coverage-linux shard needed at least 12G of RAM to run without
|
||||||
# getting OOM-killed, and even 8 CPUs took 25 minutes.
|
# getting OOM-killed, and even 8 CPUs took 25 minutes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user