mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
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
This commit is contained in:
parent
ad68cd0937
commit
fa15f552b1
@ -5,8 +5,9 @@ startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m
|
|||||||
build --spawn_strategy=standalone --genrule_strategy=standalone
|
build --spawn_strategy=standalone --genrule_strategy=standalone
|
||||||
|
|
||||||
# Remote caching over Google Cloud Storage
|
# Remote caching over Google Cloud Storage
|
||||||
build:remote --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
|
# TODO(#282): Enable remote caching/execution
|
||||||
build:remote --google_credentials=/tmp/service-account.json
|
#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.
|
# Set some build options for travis container.
|
||||||
build --local_resources=1536,1.5,0.5
|
build --local_resources=1536,1.5,0.5
|
||||||
|
11
.travis.yml
11
.travis.yml
@ -42,11 +42,12 @@ matrix:
|
|||||||
./install.sh --user
|
./install.sh --user
|
||||||
rm -f install.sh
|
rm -f install.sh
|
||||||
# Decrypt service account (only works on prysmaticlabs branches)
|
# Decrypt service account (only works on prysmaticlabs branches)
|
||||||
- if [[ $encrypted_64ca747eb448_iv ]]; then
|
# TODO(#282): enable remote caching / execution
|
||||||
openssl aes-256-cbc -K $encrypted_64ca747eb448_key -iv $encrypted_64ca747eb448_iv
|
#- if [[ $encrypted_64ca747eb448_iv ]]; then
|
||||||
-in service-account.json.enc -out /tmp/service-account.json -d;
|
# openssl aes-256-cbc -K $encrypted_64ca747eb448_key -iv $encrypted_64ca747eb448_iv
|
||||||
REMOTE_FLAGS=--config=remote;
|
# -in service-account.json.enc -out /tmp/service-account.json -d;
|
||||||
fi
|
# REMOTE_FLAGS=--config=remote;
|
||||||
|
# fi
|
||||||
|
|
||||||
install: true # Skip install go packages.
|
install: true # Skip install go packages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user