File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff 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.
102102var_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/queue@1.5.0
152- devinfra : angular/dev-infra@1.0.3
151+ devinfra : angular/dev-infra@1.0.6
153152
154153commands :
155154 checkout_and_rebase :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments