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:[email protected]',
}
],
'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:faa2f4096dfd8f2980669e48e31fd979c3530aac',
},
{
'package': 'infra/tools/luci/fakecas/${{platform}}',
'version': 'git_revision:2a3544e8fd8784cc2fe07b5bb1072cbc99569ef9',
},
{
'package': 'infra/tools/luci/isolate/${{platform}}',
'version': 'git_revision:e316a0eebca382eaea58408b4bc9af0066064a34',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
'version': 'git_revision:4c5380fffa923a76591c9f4b89fa1e7d13d1c6e8',
}
],
'dep_type': 'cipd',
'condition': 'checkout_x64',
},
# Nsjail is used for our unit tests.
'nsjail': {
'packages': [
{
'package': 'infra/3pp/tools/nsjail/${{platform}}',
'version': 'version:[email protected]',
}
],
"condition": "checkout_linux",
'dep_type': 'cipd',
},
}