prysm-pulse/.travis-bazelrc
Preston Van Loon 54a10913b2
Disable sandboxing (#581)
* Revert "Add Skip Coverage Condition in Coverage.sh (#416)"

This reverts commit 72a5dd1cf4.

* add coverage.sh back

* remote cache

* fixed formatting

* Add support for cache reads and writes

* trying to get this newline to not be escaped. please behave travis

* last attempt at new line...

* Disable sandboxing on travis
2018-09-26 21:33:21 -04:00

19 lines
748 B
Plaintext

startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m
# Remote caching over Google Cloud Storage
# Read-only
build:remote --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
build:remote --remote_upload_local_results=false
# Read-write (prysmatic branches only)
build:remote-rw --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
build:remote-rw --google_credentials=/tmp/service-account.json
# Set some build options for travis container.
build --local_resources=1536,1.5,0.5
build --spawn_strategy=standalone --genrule_strategy=standalone
build --noshow_progress
build --verbose_failures
build --test_output=errors
build --flaky_test_attempts=5
build --features=race
test --test_strategy=standalone