mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
Disable remote caching for now (#612)
* Disable remote caching for now * Update .travis.yml
This commit is contained in:
parent
675be412b3
commit
a57b19beb4
24
.travis.yml
24
.travis.yml
@ -40,14 +40,6 @@ matrix:
|
|||||||
chmod +x install.sh
|
chmod +x install.sh
|
||||||
./install.sh --user
|
./install.sh --user
|
||||||
rm -f install.sh
|
rm -f install.sh
|
||||||
# Decrypt service account (only works on prysmaticlabs branches)
|
|
||||||
- if [[ $encrypted_64ca747eb448_iv ]]; then
|
|
||||||
openssl aes-256-cbc -K $encrypted_64ca747eb448_key -iv $encrypted_64ca747eb448_iv
|
|
||||||
-in service-account.json.enc -out /tmp/service-account.json -d;
|
|
||||||
REMOTE_FLAGS=--config=remote-rw;
|
|
||||||
else
|
|
||||||
REMOTE_FLAGS=--config=remote;
|
|
||||||
fi
|
|
||||||
|
|
||||||
install: true # Skip install go packages.
|
install: true # Skip install go packages.
|
||||||
|
|
||||||
@ -57,13 +49,13 @@ matrix:
|
|||||||
bazel \
|
bazel \
|
||||||
--bazelrc=.travis-bazelrc \
|
--bazelrc=.travis-bazelrc \
|
||||||
build \
|
build \
|
||||||
//... $REMOTE_FLAGS
|
//...
|
||||||
# Run all tests.
|
# Run all tests.
|
||||||
- |
|
- |
|
||||||
bazel \
|
bazel \
|
||||||
--bazelrc=.travis-bazelrc \
|
--bazelrc=.travis-bazelrc \
|
||||||
test \
|
test \
|
||||||
//... $REMOTE_FLAGS
|
//...
|
||||||
|
|
||||||
# Check that BUILD files are formatted correctly.
|
# Check that BUILD files are formatted correctly.
|
||||||
- ./scripts/check_gazelle.sh
|
- ./scripts/check_gazelle.sh
|
||||||
@ -91,14 +83,6 @@ matrix:
|
|||||||
chmod +x install.sh
|
chmod +x install.sh
|
||||||
./install.sh --user
|
./install.sh --user
|
||||||
rm -f install.sh
|
rm -f install.sh
|
||||||
# Decrypt service account (only works on prysmaticlabs branches)
|
|
||||||
- if [[ $encrypted_64ca747eb448_iv ]]; then
|
|
||||||
openssl aes-256-cbc -K $encrypted_64ca747eb448_key -iv $encrypted_64ca747eb448_iv
|
|
||||||
-in service-account.json.enc -out /tmp/service-account.json -d;
|
|
||||||
REMOTE_FLAGS=--config=remote-rw;
|
|
||||||
else
|
|
||||||
REMOTE_FLAGS=--config=remote;
|
|
||||||
fi
|
|
||||||
|
|
||||||
install: true # Skip install go packages.
|
install: true # Skip install go packages.
|
||||||
|
|
||||||
@ -108,13 +92,13 @@ matrix:
|
|||||||
bazel \
|
bazel \
|
||||||
--bazelrc=.travis-bazelrc \
|
--bazelrc=.travis-bazelrc \
|
||||||
build \
|
build \
|
||||||
//... $REMOTE_FLAGS
|
//...
|
||||||
# Run all tests.
|
# Run all tests.
|
||||||
- |
|
- |
|
||||||
bazel \
|
bazel \
|
||||||
--bazelrc=.travis-bazelrc \
|
--bazelrc=.travis-bazelrc \
|
||||||
test \
|
test \
|
||||||
//... $REMOTE_FLAGS
|
//...
|
||||||
|
|
||||||
# Shutdown must be last.
|
# Shutdown must be last.
|
||||||
- bazel shutdown
|
- bazel shutdown
|
||||||
|
Loading…
Reference in New Issue
Block a user