From b092cb74262bcaaa5d822259bbc1033ec8b0ba2e Mon Sep 17 00:00:00 2001 From: Brian Ting Date: Wed, 18 Dec 2024 12:16:53 -0800 Subject: [PATCH] Setup default RBE usage including facilitating CI RBE usage. (#727) --- .github/actions/build/action.yaml | 3 +++ DEPS | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/build/action.yaml b/.github/actions/build/action.yaml index 5d9fcd477b8d2..f69e325fdb312 100644 --- a/.github/actions/build/action.yaml +++ b/.github/actions/build/action.yaml @@ -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 diff --git a/DEPS b/DEPS index f02a969b2cd66..50772a2cdaebd 100644 --- a/DEPS +++ b/DEPS @@ -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