mirrored from https://chromium.googlesource.com/infra/luci/luci-py
-
Notifications
You must be signed in to change notification settings - Fork 36
/
DEPS
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:189284a9fc64d24adc029ca9ae15fe385591a99c',
},
{
'package': 'infra/tools/luci/fakecas/${{platform}}',
'version': 'git_revision:1334489caa6b2a171fedae3c475a15f972558596',
},
{
'package': 'infra/tools/luci/isolate/${{platform}}',
'version': 'git_revision:636c8cb399ea748c55b481889bcb9144445f77e1',
},
{
'package': 'infra/tools/luci/swarming/${{platform}}',
'version': 'git_revision:189284a9fc64d24adc029ca9ae15fe385591a99c',
}
],
'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',
},
}