Skip to content

Commit 18b0bbf

Browse files
committed
WIP: CIs to get CI working
Change-Id: Ifc999256dd24b42f04e74b17554c6171d0a4b8a5
1 parent 330ae36 commit 18b0bbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildtools/reclient_cfgs/configure_reclient_cfgs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)