2018-07-07 17:23:19 +00:00
|
|
|
startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m
|
|
|
|
|
2018-07-07 20:01:58 +00:00
|
|
|
# Remote caching over Google Cloud Storage
|
2018-09-27 00:08:00 +00:00
|
|
|
# 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
|
2018-07-07 20:01:58 +00:00
|
|
|
|
2018-07-07 17:23:19 +00:00
|
|
|
# Set some build options for travis container.
|
|
|
|
build --local_resources=1536,1.5,0.5
|
2018-09-27 01:33:21 +00:00
|
|
|
build --spawn_strategy=standalone --genrule_strategy=standalone
|
2018-07-07 17:23:19 +00:00
|
|
|
build --noshow_progress
|
2018-07-25 16:11:15 +00:00
|
|
|
build --verbose_failures
|
2018-07-07 17:23:19 +00:00
|
|
|
build --test_output=errors
|
2018-07-07 20:01:58 +00:00
|
|
|
build --flaky_test_attempts=5
|
2018-08-12 20:27:21 +00:00
|
|
|
build --features=race
|
2018-09-27 01:33:21 +00:00
|
|
|
test --test_strategy=standalone
|