| use_relative_paths = True |
| git_dependencies = 'SUBMODULES' |
| |
| deps = { |
| # Need a relatively recent cpython3 for gcloud. |
| "cipd/cpython3": { |
| 'packages': [ |
| { |
| 'package': 'infra/3pp/tools/cpython3/${{os=mac,linux}}-${{arch=amd64,arm64}}', |
| 'version': 'version:2@3.11.8.chromium.35', |
| } |
| ], |
| 'dep_type': 'cipd', |
| }, |
| |
| "cipd/gcloud": { |
| 'packages': [ |
| { |
| 'package': 'infra/3pp/tools/gcloud/${{os=mac,linux}}-${{arch=amd64,arm64}}', |
| 'version': 'version:3@563.0.0.chromium.4', |
| } |
| ], |
| 'dep_type': 'cipd', |
| }, |
| |
| "cipd": { |
| 'packages': [ |
| { |
| 'package': 'infra/3pp/tools/protoc/${{os}}-${{arch=amd64,arm64}}', |
| 'version': 'version:3@32.0', |
| }, |
| |
| { |
| 'package': 'infra/3pp/tools/nodejs/${{os=linux,mac}}-${{arch}}', |
| 'version': 'version:3@22.20.0', |
| }, |
| |
| { |
| 'package': 'infra/3pp/tools/cloud-tasks-emulator/${{os=linux,mac}}-${{arch}}', |
| 'version': 'version:2@1.1.1', |
| }, |
| |
| # TODO: Remove the arch pinning for the following two packages below when |
| # they're rolled forward to a version that includes linux-arm64. |
| { |
| 'package': 'infra/tools/luci/logdog/logdog/${{os}}-${{arch=amd64}}', |
| 'version': 'git_revision:fe9985447e6b95f4907774f05e9774f031700775', |
| }, |
| |
| { |
| 'package': 'infra/tools/cloudbuildhelper/${{os=mac,linux}}-${{arch=amd64}}', |
| 'version': 'git_revision:22c9f16b9107b8e058c2b517d2ca8b33af4bfc99', |
| }, |
| # Only supports linux amd64. |
| { |
| 'package': 'chromium/third_party/android_sdk/public/platform-tools', |
| 'version': 'version:37.0.0', |
| }, |
| { |
| 'package': 'infra/3pp/tools/golangci-lint/${{platform}}', |
| 'version': 'version:3@2.11.3.chromium.1', |
| }, |
| ], |
| 'dep_type': 'cipd', |
| }, |
| |
| # Hosts legacy packages needed by the infra environment |
| "cipd/legacy": { |
| 'packages': [ |
| { |
| 'package': 'infra/3pp/tools/protoc/${{os}}-${{arch=amd64}}', |
| 'version': 'version:2@3.17.3', |
| }, |
| # Needed for python2 test.py tests |
| { |
| 'package': 'infra/tools/luci/vpython/${{platform}}', |
| 'version': 'git_revision:9c01a50642c8e86b36b3d1fe9b829bca9ffb8e47', |
| }, |
| ], |
| 'dep_type': 'cipd', |
| }, |
| |
| "cipd/result_adapter": { |
| 'packages': [ |
| { |
| 'package': 'infra/tools/result_adapter/${{platform}}', |
| 'version': 'git_revision:5fb3ca203842fd691cab615453f8e5a14302a1d8', |
| }, |
| ], |
| 'dep_type': 'cipd', |
| }, |
| } |
| |
| recursedeps = ['luci'] |