Skip to content

Commit f1e554a

Browse files
committed
build: setup remote execution through dev-infra Orb (#25694)
(cherry picked from commit 74825c8)
1 parent af70772 commit f1e554a

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ var_15: &ignore_presubmit_branch_filter
100100
# Runs a script that sets up the Bazel remote execution. This will be used by jobs that run
101101
# Bazel primarily and should benefit from remote caching and execution.
102102
var_16: &setup_bazel_remote_execution
103-
run:
104-
name: 'Setup bazel RBE remote execution'
105-
command: ./scripts/bazel/setup-remote-execution.sh
103+
devinfra/setup-bazel-remote-exec:
104+
bazelrc: ./.bazelrc.user
106105

107106
# Sets up the bazel binary globally. We don't want to access bazel through Yarn and NodeJS
108107
# because it could mean that the Bazel child process only has access to limited memory.
@@ -149,7 +148,7 @@ orbs:
149148
# to make sure that snapshot builds are not deployed out of order, resulting in Git
150149
# push conflicts.
151150
queue: eddiewebb/[email protected]
152-
devinfra: angular/[email protected].3
151+
devinfra: angular/[email protected].6
153152

154153
commands:
155154
checkout_and_rebase:

scripts/bazel/gcp_token

-2.3 KB
Binary file not shown.

scripts/bazel/setup-remote-execution.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)