ci: increase codefresh memory limit to decrease flakyness of known big tests (#30472)
Such tests are: ``` //packages/language-service/test:test //packages/bazel/test/ngc-wrapped:ngc_test ``` PR Close #30472
This commit is contained in:
parent
7d31f7b540
commit
660a091f41
|
@ -23,7 +23,7 @@ build --announce_rc
|
|||
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
|
||||
# Limit Bazel to consuming resources that fit in CodeFresh VMs
|
||||
# TODO(filipesilva): determine the correct memory limit
|
||||
build --local_resources=8000,8.0,1.0
|
||||
build --local_resources=10240,8.0,1.0
|
||||
|
||||
# Retry in the event of flakes, eg. https://circleci.com/gh/angular/angular/31309
|
||||
test --flaky_test_attempts=2
|
||||
|
|
Loading…
Reference in New Issue