| # 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:0c95d7a26baa7e86090f7e02edc33424bc500b1f', |
| }, |
| { |
| 'package': 'infra/tools/luci/fakecas/${{platform}}', |
| 'version': 'git_revision:a5c0fc244c56f61d13059ac92a8a5880f3886085', |
| }, |
| { |
| 'package': 'infra/tools/luci/isolate/${{platform}}', |
| 'version': 'git_revision:c2d39c2d452335f1f7b671d1155f2fa2744720d1', |
| }, |
| { |
| 'package': 'infra/tools/luci/swarming/${{platform}}', |
| 'version': 'git_revision:92c15671873e5c3b1d28aafff64811b66eace2ec', |
| } |
| ], |
| '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', |
| }, |
| } |