mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
54a10913b2
* 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
19 lines
748 B
Plaintext
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 |