Direcly call configure_reclient_cfgs.py instead of indirectly via fetch_reclient_cfgs.py
Bug: None Change-Id: I1ba2c4946b30b6cbe09dcd920a9041e54bbb2ec4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/321000 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40788}
This commit is contained in:
parent
1db39801d3
commit
b6ea0b2d2a
4
DEPS
4
DEPS
@ -2699,11 +2699,11 @@ hooks = [
|
||||
},
|
||||
# Download remote exec cfg files
|
||||
{
|
||||
'name': 'fetch_reclient_cfgs',
|
||||
'name': 'configure_reclient_cfgs',
|
||||
'pattern': '.',
|
||||
'condition': 'download_remoteexec_cfg',
|
||||
'action': ['python3',
|
||||
'src/buildtools/reclient_cfgs/fetch_reclient_cfgs.py',
|
||||
'src/buildtools/reclient_cfgs/configure_reclient_cfgs.py',
|
||||
'--rbe_instance',
|
||||
Var('rbe_instance'),
|
||||
'--reproxy_cfg_template',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user