Skip to content

Commit

Permalink
Setup default RBE usage including facilitating CI RBE usage. (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantting authored Dec 18, 2024
1 parent 56b8f02 commit b092cb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ runs:
- name: Add depot tools to PATH
run: echo "$GITHUB_WORKSPACE/depot_tools" >> $GITHUB_PATH
shell: bash
- name: Disable Chromium client side build telemetry
run: build_telemetry opt-out
shell: bash
- name: Generate gclient file
run: gclient config --name=src https://github.com/${{ github.repository }} --custom-var=download_remoteexec_cfg=True
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ vars = {
'rbe_instance': Str('projects/cobalt-actions-devel/instances/default_instance'),
# RBE project to download rewrapper config files for. Only needed if
# different from the project used in 'rbe_instance'
'rewrapper_cfg_project': Str('rbe-chrome-untrusted'),
'rewrapper_cfg_project': Str(''),
# reclient CIPD package
'reclient_package': 'infra/rbe/client/',
# reclient CIPD package version
Expand Down

0 comments on commit b092cb7

Please sign in to comment.