prysm-pulse/.travis-bazelrc
Federico Gimenez b8fe4228af Add Mutex on Top of p2p Feeds Map (#321)
* add mutex on top of p2p feeds map

* lock read too

* add concurrent write test and enable race detector

* restrict race detection to concurrent feed map write test

* gazelle fix

* increase ram and I/O in bazel's local_resources

* reverted local_resources changes

* address review comments

* do not disable sandboxing on travis

* address review comments
2018-07-26 00:11:15 +08:00

15 lines
509 B
Plaintext

startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m
# Remote caching over Google Cloud Storage
# TODO(#282): Enable remote caching/execution
#build:remote --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
#build:remote --google_credentials=/tmp/service-account.json
# Set some build options for travis container.
build --local_resources=1536,1.5,0.5
build --noshow_progress
build --verbose_failures
build --sandbox_debug
build --test_output=errors
build --flaky_test_attempts=5