diff --git a/DEPS b/DEPS index 21d3e8723e..bab7f805d5 100644 --- a/DEPS +++ b/DEPS @@ -37,6 +37,10 @@ vars = { # the commit queue can handle CLs rolling HarfBuzz # and whatever else without interference from each other. 'harfbuzz_revision': '79e7e3445efef2dc57f8a10c7e355e802af08868', + # Three lines of non-changing comments so that + # the commit queue can handle CLs rolling luci-go CIPD package version + # and whatever else without interference from each other. + 'luci_go': 'git_revision:fdf05508e8a66c773a41521e0243c9d11b9a2a1c', } deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency @@ -416,6 +420,24 @@ deps = { 'dep_type': 'cipd', }, + 'src/tools/luci-go': { + 'packages': [ + { + 'package': 'infra/tools/luci/isolate/${{platform}}', + 'version': Var('luci_go'), + }, + { + 'package': 'infra/tools/luci/isolated/${{platform}}', + 'version': Var('luci_go'), + }, + { + 'package': 'infra/tools/luci/swarming/${{platform}}', + 'version': Var('luci_go'), + }, + ], + 'dep_type': 'cipd', + }, + # Everything coming after this is automatically updated by the auto-roller. # === ANDROID_DEPS Generated Code Start === # Generated by //tools/android/roll/android_deps/fetch_all.py @@ -1332,43 +1354,6 @@ hooks = [ '-s', 'src/build/toolchain/win/rc/linux64/rc.sha1', ], }, - # Pull luci-go binaries (isolate, swarming) using checked-in hashes. - { - 'name': 'luci-go_win', - 'pattern': '.', - 'condition': 'host_os == "win"', - 'action': [ 'download_from_google_storage', - '--no_resume', - '--platform=win32', - '--no_auth', - '--bucket', 'chromium-luci', - '-d', 'src/tools/luci-go/win64', - ], - }, - { - 'name': 'luci-go_mac', - 'pattern': '.', - 'condition': 'host_os == "mac"', - 'action': [ 'download_from_google_storage', - '--no_resume', - '--platform=darwin', - '--no_auth', - '--bucket', 'chromium-luci', - '-d', 'src/tools/luci-go/mac64', - ], - }, - { - 'name': 'luci-go_linux', - 'pattern': '.', - 'condition': 'host_os == "linux"', - 'action': [ 'download_from_google_storage', - '--no_resume', - '--platform=linux*', - '--no_auth', - '--bucket', 'chromium-luci', - '-d', 'src/tools/luci-go/linux64', - ], - }, { 'name': 'msan_chained_origins', 'pattern': '.',