blob: ba1e65b768380b8fc27c49d70295ee88442447eb [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.
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:771ea9a614a104c71655f699ef82219a2a474817',
},
{
'package': 'infra/tools/luci/fakecas/${{platform}}',
'version': 'git_revision:f7fecd758a887260d403361b70d6b9e83e0c84b0',
},
{
'package': 'infra/tools/luci/isolate/${{platform}}',
'version': 'git_revision:771ea9a614a104c71655f699ef82219a2a474817',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
'version': 'git_revision:8b832da046fbca1b34abe9b87bca2875f404a7ff',
}
],
'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',
},
}