prysm-pulse/.travis-bazelrc
Preston Van Loon fa15f552b1 Disable Remote Execution For Now (#283)
* Disable remote execution for now

Will be addressed in #282

* fix typo

* Update .travis.yml


Former-commit-id: 5fc014164e759968db5193e1a07169283734f2bc [formerly d19ffd0ad589160d55b2303d92e9496f12fcd1ee]
Former-commit-id: 87e1067efc929ac7ca46036ec6b600f4a11e4e91
2018-07-15 13:28:38 -04:00

19 lines
693 B
Plaintext

startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m
# Disable sandboxing since it may fail inside of Travis' containers because the
# mount system call is not permitted.
build --spawn_strategy=standalone --genrule_strategy=standalone
# 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