mirrored from https://chromium.googlesource.com/infra/luci/luci-py
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathDEPS
54 lines (50 loc) · 1.48 KB
/
DEPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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:320a8df0f7934159fda7721f3b507e707531d284',
},
{
'package': 'infra/tools/luci/fakecas/${{platform}}',
'version': 'git_revision:74149ff5898591651443b0d2d17c46e275c0f1f1',
},
{
'package': 'infra/tools/luci/isolate/${{platform}}',
'version': 'git_revision:14fbdb056ead382373533f5fdd3fd53309211ef8',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
'version': 'git_revision:160ea6b135a93edf191f2cf46670d0677d42b7f9',
}
],
'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',
},
}