You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
3.2 KiB
Plaintext
77 lines
3.2 KiB
Plaintext
# Copyright 2017 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# This file contains version pins of a few infrastructure tools.
|
|
# If a tool is broken, revert a recent CL touching this file.
|
|
# Note that Chromium has its own depot_tools pin, so if in a rush, revert the
|
|
# depot_tools roll as well: https://chromium-review.googlesource.com/q/project:chromium/src+file:DEPS+depot_tools
|
|
# or just wait for the autoroller to auto-roll your revert to Chromium.
|
|
|
|
# Pin resolved versions in the repo, to reduce trust in the CIPD backend.
|
|
#
|
|
# Most of these tools are generated via builders at
|
|
# https://ci.chromium.org/p/infra/g/infra/console
|
|
#
|
|
# For these, the git revision is the one of
|
|
# https://chromium.googlesource.com/infra/infra.git.
|
|
#
|
|
# For goma client, generated via builders at
|
|
# https://ci.chromium.org/p/infra-internal/g/goma-client/console
|
|
# the git revision is the one of
|
|
# https://chromium.googlesource.com/infra/goma/client.git
|
|
#
|
|
# To regenerate them (after modifying this file):
|
|
# cipd ensure-file-resolve -ensure-file cipd_manifest.txt
|
|
$ResolvedVersions cipd_manifest.versions
|
|
|
|
# Fully supported platforms.
|
|
$VerifiedPlatform linux-amd64 linux-arm64 mac-amd64 mac-arm64 windows-amd64
|
|
|
|
# Platform with best-effort support: we have some binaries cross-compiled for
|
|
# them, but we do not test they work. They also may not have all necessary
|
|
# vpython packages.
|
|
$VerifiedPlatform linux-386 linux-ppc64 linux-ppc64le linux-s390x
|
|
$VerifiedPlatform linux-armv6l linux-mips64 linux-mips64le linux-mipsle
|
|
|
|
# vpython.
|
|
infra/tools/luci/vpython/${platform} git_revision:788e09418ced22000a9774e4549b9ad42084b814
|
|
|
|
# LUCI editor
|
|
infra/tools/luci/led/${platform} git_revision:b577c5441156c22f7644bd961fb7fddf3d44bd8b
|
|
|
|
# LUCI config generator
|
|
infra/tools/luci/lucicfg/${platform} git_revision:dfa2751bee205e6a18786e09eafd1df61caf5da0
|
|
|
|
# Mac toolchain installer
|
|
infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:febf962fa9e6f5cc5c4ce86e8dab6ff6d91088dc
|
|
|
|
# LUCI rpc command line tool
|
|
infra/tools/prpc/${platform} git_revision:5a038afb97f6b77e0fcefe1185317da216fced1f
|
|
|
|
# LUCI authentication command line tool
|
|
infra/tools/luci-auth/${platform} git_revision:f2c63ff66a72318545da61612cd5e6b4872a31b2
|
|
|
|
# LUCI Buildbucket CLI
|
|
infra/tools/bb/${platform} git_revision:a6af4ce16f5006eae354d82017564141476c6fe7
|
|
|
|
# LUCI ResultDB CLI
|
|
infra/tools/rdb/${platform} git_revision:337392bc263fc23501d5488c580d319d4b80cd9e
|
|
|
|
# CHROMEOS Buildjobs CLI
|
|
chromiumos/infra/crosjobs/${platform=linux-amd64} git_revision:ed616d595eb7241d39d34907050d2949121d6ae8
|
|
|
|
# goma client
|
|
infra/goma/client/${os=linux,windows}-${arch=amd64} git_revision:9d557608987ecd97d7f63befe1ef597fa3dd097b
|
|
infra/goma/client/${os=mac}-${arch} git_revision:9d557608987ecd97d7f63befe1ef597fa3dd097b
|
|
|
|
# ninja
|
|
infra/3pp/tools/ninja/${os=linux,windows}-${arch=amd64} version:2@1.8.2.chromium.3
|
|
infra/3pp/tools/ninja/${os=mac}-${arch} version:2@1.8.2.chromium.3
|
|
|
|
# dirmd, a tool to work with DIR_METADATA files
|
|
infra/tools/dirmd/${platform} git_revision:6ccfc187ae31591c9ce32acb35334062530c5333
|
|
|
|
# Pinpoint CLI
|
|
infra/chromeperf/pinpoint/${platform} git_revision:06230fdc34c20ba24a242db1daba3426704f61fc
|