File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
.github/actions/depot_tools Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,20 @@ runs:
2727 echo "target_os=['android']" >> .gclient
2828 gclient validate
2929 shell : bash
30+ - name : Inject siso env file [ hack ] - name: Inject siso env file [ hack ]
31+ shell : bash
32+ run : |
33+ mkdir -p src/build/config/siso/ mkdir -p src/build/config/siso/
34+ echo "SISO_PROJECT=cobalt-actions-prod" > src/build/config/siso/.sisoenv echo "SISO_PROJECT=cobalt-actions-prod" > src/build/config/siso/.sisoenv
35+ echo "SISO_REAPI_INSTANCE=default_instance" >> src/build/config/siso/.sisoenv echo "SISO_REAPI_INSTANCE=default_instance" >> src/build/config/siso/.sisoenv
36+ cat src/build/config/siso/.sisoenv cat src/build/config/siso/.sisoenv
37+ cp -v \
38+ src/build/config/siso/backend_config/google.star \ src/build/config/siso/backend_config/google.star \
39+ src/build/config/siso/backend_config/backend.star src/build/config/siso/backend_config/backend.star
3040 - name : gclient sync
3141 if : inputs.run_sync == 'true'
3242 run : gclient sync -v --shallow --no-history -r ${{ github.sha }}
3343 shell : bash
3444 - name : Disable Chromium client side build telemetry
3545 run : build_telemetry opt-out
36- shell : bash
46+ shell : bash
Original file line number Diff line number Diff line change @@ -271,6 +271,10 @@ def main():
271271 if not GenerateReproxyCfg (args .reproxy_cfg_template , args .rbe_instance ,
272272 rbe_project , args .use_luci_auth_credshelper ):
273273 return 1
274+ # COBALT Disables CIPD fetch of rewrapper configs in favor of local rewrapper configs.
275+ return 0
276+ return 1
277+ # COBALT END
274278
275279 if args .skip_remoteexec_cfg_fetch :
276280 return 0
You can’t perform that action at this time.
0 commit comments