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:
Alan Agius 2019-05-17 17:24:42 +02:00 committed by Jason Aden
parent 7d31f7b540
commit 660a091f41
1 changed files with 1 additions and 1 deletions

View File

@ -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