blob: 2cee3f55932d03155e7264a54368d4f7bf22485c [file] [log] [blame]
Sergey Berezin6fee2672017-05-01 15:31:16 -07001# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Nodir Turakulov47a4b0b2021-05-13 23:58:10 +00005# This file contains version pins of a few infrastructure tools.
6# If a tool is broken, revert a recent CL touching this file.
7# Note that Chromium has its own depot_tools pin, so if in a rush, revert the
8# depot_tools roll as well: https://chromium-review.googlesource.com/q/project:chromium/src+file:DEPS+depot_tools
9# or just wait for the autoroller to auto-roll your revert to Chromium.
10
Vadim Shtayura01710d02018-09-18 17:00:43 +000011# Pin resolved versions in the repo, to reduce trust in the CIPD backend.
Vadim Shtayura6edb6322018-11-09 01:22:38 +000012#
Marc-Antoine Ruel60240182019-05-29 00:00:38 +000013# Most of these tools are generated via builders at
14# https://ci.chromium.org/p/infra/g/infra/console
15#
16# For these, the git revision is the one of
17# https://chromium.googlesource.com/infra/infra.git.
18#
Fumitoshi Ukai27bd4e42019-10-30 04:22:37 +000019# For goma client, generated via builders at
20# https://ci.chromium.org/p/infra-internal/g/goma-client/console
21# the git revision is the one of
22# https://chromium.googlesource.com/infra/goma/client.git
23#
Vadim Shtayura6edb6322018-11-09 01:22:38 +000024# To regenerate them (after modifying this file):
25# cipd ensure-file-resolve -ensure-file cipd_manifest.txt
Vadim Shtayura01710d02018-09-18 17:00:43 +000026$ResolvedVersions cipd_manifest.versions
27
Quinten Yearsley925cedb2020-04-13 17:49:39 +000028# Fully supported platforms.
Robert Iannucciea3ba232021-12-07 20:01:46 +000029$VerifiedPlatform linux-amd64 linux-arm64 mac-amd64 mac-arm64 windows-amd64
Vadim Shtayura09098852018-06-21 22:50:30 +000030
31# Platform with best-effort support: we have some binaries cross-compiled for
32# them, but we do not test they work. They also may not have all necessary
33# vpython packages.
Ryan Macnak1fd8a6f2023-12-04 21:14:09 +000034$VerifiedPlatform linux-386 linux-ppc64 linux-ppc64le linux-riscv64 linux-s390x
Robert Iannucciea3ba232021-12-07 20:01:46 +000035$VerifiedPlatform linux-armv6l linux-mips64 linux-mips64le linux-mipsle
Brian Rynere38d1952023-01-13 00:38:53 +000036$VerifiedPlatform windows-arm64
Robert Iannucciaca1d582017-10-20 12:57:59 -070037
Sergey Berezin6fee2672017-05-01 15:31:16 -070038# vpython.
Chenlin Fan9e5fc282023-11-29 01:52:07 +000039infra/tools/luci/vpython/${platform} git_revision:00e23cbde55df05e0e42f7a574c79ff8bcf589c4
Robert Iannucci5dd7cd62017-05-26 19:31:00 -070040
41# LUCI editor
Chan Li68a99282023-12-04 20:21:05 +000042infra/tools/luci/led/${platform} git_revision:2d4970c1db4df5cf1cc11355326729c3f8e37407
Sergey Berezinc4ccb4b2017-11-07 13:30:14 -080043
Vadim Shtayuraef40cba2019-01-30 02:39:08 +000044# LUCI config generator
Ricardo Ribalda8bd4d872023-11-30 20:47:10 +000045infra/tools/luci/lucicfg/${platform} git_revision:25800cd69f747ec6a2fa13c1146a8807c6be6591
Vadim Shtayuraef40cba2019-01-30 02:39:08 +000046
Sergey Berezinc4ccb4b2017-11-07 13:30:14 -080047# Mac toolchain installer
Yue Shee7c4e2a2023-08-31 20:34:30 +000048infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:05fe195bf77656743f3daa99d463a794260b429b
Robert Iannuccid6d0ecc2018-02-06 15:32:39 -080049
50# LUCI rpc command line tool
Ryan Macnak1fd8a6f2023-12-04 21:14:09 +000051infra/tools/prpc/${platform} git_revision:bd3a982ae62b4820b71414b2340e86019a1fbd26
Robert Iannuccif3b152d2018-02-06 16:05:13 -080052
53# LUCI authentication command line tool
Ryan Macnak1fd8a6f2023-12-04 21:14:09 +000054infra/tools/luci-auth/${platform} git_revision:bd3a982ae62b4820b71414b2340e86019a1fbd26
Nodir Turakulov865445e2019-04-03 07:54:42 +000055
56# LUCI Buildbucket CLI
Ryan Macnak1fd8a6f2023-12-04 21:14:09 +000057infra/tools/bb/${platform} git_revision:bd3a982ae62b4820b71414b2340e86019a1fbd26
Yaakov Shaul6d982322019-08-09 17:03:39 +000058
Nodir Turakulov70631f92020-05-02 15:19:43 +000059# LUCI ResultDB CLI
Ryan Macnak1fd8a6f2023-12-04 21:14:09 +000060infra/tools/rdb/${platform} git_revision:bd3a982ae62b4820b71414b2340e86019a1fbd26
Nodir Turakulov70631f92020-05-02 15:19:43 +000061
Yaakov Shaul6d982322019-08-09 17:03:39 +000062# CHROMEOS Buildjobs CLI
Yaakov Shaul0bc68e92019-08-09 17:31:28 +000063chromiumos/infra/crosjobs/${platform=linux-amd64} git_revision:ed616d595eb7241d39d34907050d2949121d6ae8
Fumitoshi Ukai27bd4e42019-10-30 04:22:37 +000064
65# goma client
Junji Watanabe33590972023-09-27 03:50:41 +000066infra/goma/client/${os=linux,windows}-${arch=amd64} git_revision:603dfba63fe365a01879029588b48b6f122fe0b8
67infra/goma/client/${os=mac}-${arch} git_revision:603dfba63fe365a01879029588b48b6f122fe0b8
Nodir Turakulov3229d942020-07-14 20:18:33 +000068
69# dirmd, a tool to work with DIR_METADATA files
Ryan Macnak1fd8a6f2023-12-04 21:14:09 +000070infra/tools/dirmd/${platform} git_revision:bd3a982ae62b4820b71414b2340e86019a1fbd26
Dean Michael Berrisaa70e7a2021-02-24 03:36:40 +000071
72# Pinpoint CLI
Ryan Macnak1fd8a6f2023-12-04 21:14:09 +000073infra/chromeperf/pinpoint/${platform} git_revision:bd3a982ae62b4820b71414b2340e86019a1fbd26
Eric Lok30136f02023-02-21 03:50:59 +000074
75@Subdir reclient
76# reclient, currently this is only for ChromeOS build.
77# TODO(http://b/242680623): we may change how to distribute reclient.
Eric Loke4ff80f2023-04-19 07:26:41 +000078infra/rbe/client/${platform=linux-amd64} re_client_version:0.101.0.6210d0d-gomaip