blob: d140ec37fa05923eef9a58373d561297734b0877 [file] [log] [blame]
# 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:6645da847edf4e1ebcfe8cf4d860ad75e63b20cb',
},
{
'package': 'infra/tools/luci/fakecas/${{platform}}',
'version': 'git_revision:d404c33558d672701abed8ca167cfe06f36fa59e',
},
{
'package': 'infra/tools/luci/isolate/${{platform}}',
'version': 'git_revision:6645da847edf4e1ebcfe8cf4d860ad75e63b20cb',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
'version': 'git_revision:d7540c23ee0447a903db9a68883db459db30cda0',
}
],
'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',
},
}