blob: 0c078d0887c7011bd69e865aebcfab08b2237b52 [file]
# Copyright 2021 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
# Any git deps in this repo should be added as submodules.
git_dependencies = "SUBMODULES"
use_relative_paths = True
deps = {
'appengine/swarming/ui2/nodejs/': {
'packages': [
{
'package': 'infra/3pp/tools/nodejs/${{platform}}',
'version': 'version:2@20.10.0',
}
],
'dep_type': 'cipd',
'condition': 'checkout_x64',
},
# luci-go clients are used for client/run_isolated.py and integration tests.
'luci-go': {
'packages': [
{
'package': 'infra/tools/luci/cas/${{platform}}',
'version': 'git_revision:de24faf21b953ffe46dd29ef36b8935d6940a513',
},
{
'package': 'infra/tools/luci/fakecas/${{platform}}',
'version': 'git_revision:32753e77d6f80f2d1536fabd605c314b7957ee3b',
},
{
'package': 'infra/tools/luci/isolate/${{platform}}',
'version': 'git_revision:de24faf21b953ffe46dd29ef36b8935d6940a513',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
'version': 'git_revision:58bbad7b3ee46a273ce42a5d840c2b72c19f2bd4',
}
],
'dep_type': 'cipd',
'condition': 'checkout_x64',
},
# Nsjail is used for our unit tests.
'nsjail': {
'packages': [
{
'package': 'infra/3pp/tools/nsjail/${{platform}}',
'version': 'version:2@3.0.chromium.1',
}
],
"condition": "checkout_linux",
'dep_type': 'cipd',
},
}