File tree 2 files changed +0
-10
lines changed
packages/angular_devkit/core
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,6 @@ commands:
142
142
# cause decryption failures based on the openssl version. https://stackoverflow.com/a/39641378/4317734
143
143
openssl aes-256-cbc -d -in .circleci/gcp_token -md md5 -k "${<< parameters.key >>}" -out /home/circleci/.gcp_credentials;
144
144
sudo bash -c "echo -e 'build --google_credentials=/home/circleci/.gcp_credentials' >> .bazelrc.user";
145
- # Upload/don't upload local results to cache based on environment
146
- if [[ -n "{$CIRCLE_PULL_REQUEST}" ]]; then
147
- sudo bash -c "echo -e 'build:remote --remote_upload_local_results=false\n' >> .bazelrc.user";
148
- echo "Not uploading local build results to remote cache.";
149
- else
150
- sudo bash -c "echo -e 'build:remote --remote_upload_local_results=true\n' >> .bazelrc.user";
151
- echo "Uploading local build results to remote cache.";
152
- fi
153
145
# Enable remote builds
154
146
sudo bash -c "echo -e 'build --config=remote' >> .bazelrc.user";
155
147
echo "Reading from remote cache for bazel remote jobs.";
Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ ts_library(
70
70
jasmine_node_test (
71
71
name = "core_test_" + toolchain_name ,
72
72
srcs = [":core_test_lib" ],
73
- # TODO: Audit tests to determine if tests can be run in RBE environments
74
- local = True ,
75
73
toolchain = toolchain ,
76
74
deps = [
77
75
# @node_module: ajv
You can’t perform that action at this time.
0 commit comments