use configure_reclient_cfgs instead of fetch_reclient_cfgs

fetch_reclient_cfgs was removed to configure_reclient_cfgs
https://source.chromium.org/chromium/chromium/src/+/main:buildtools/reclient_cfgs/fetch_reclient_cfgs.py

Change-Id: I701ec8774b33c07aacf2c7e6dc995d6a4e89d06c
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7005807
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Christoffer Dewerin <jansson@chromium.org>
This commit is contained in:
Fumitoshi Ukai 2025-10-06 15:37:02 +09:00 committed by libyuv LUCI CQ
parent 0d8ed86032
commit f5c7d8a44d

4
DEPS
View File

@ -1637,11 +1637,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',