mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
This change includes the following commits from the infra/infra
repository:
$ git log --format='%h %s (%ae)' \
97ee9cecaac4d99be09278169f987e61b8116672..HEAD \
-- go/src/infra/chromeperf/pinpoint/cli
a16d4a5458 Fix deadlock in Pinpoint CLI Unit Test (heiserya@google.com)
211e030fbe Add ability to run a batch of experiments to Pinpoint CLI (heiserya@google.com)
ca40b45ace pinpoint: Make artifact download concurrent (dberris@google.com)
08ea607681 pinpoint: print absolute path for downloaded files (fancl@chromium.org)
128352a9fb chromeperf: Add go_package option to protos (dberris@google.com)
6f69cd0a52 pinpoint: Initial support for downloading job artifacts (fancl@chromium.org)
fbcd876092 pinpoint: Compact job listing UI (dberris@google.com)
095bfe3bc8 pinpoint: Set a user agent for the CLI (dberris@google.com)
Change-Id: I4c31857272591667af5587ec83f3418cb1c14303
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2896109
Auto-Submit: Chenlin Fan <fancl@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
74 lines
3.0 KiB
Plaintext
74 lines
3.0 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 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-arm64 linux-armv6l
|
|
$VerifiedPlatform linux-mips64 linux-mips64le linux-mipsle
|
|
|
|
# vpython.
|
|
infra/tools/luci/vpython/${platform} git_revision:0dbbfa5eee811c616e6c8d661db197f09e34b3cd
|
|
|
|
# LUCI editor
|
|
infra/tools/luci/led/${platform} git_revision:c7e0fe5a619616f73d4f1aa0884875dffd65bacd
|
|
|
|
# LUCI config generator
|
|
infra/tools/luci/lucicfg/${platform} git_revision:a330c01635c79941abc66f90b2a272ea9271b127
|
|
|
|
# Mac toolchain installer
|
|
infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:e75c9bf286fbb31347379cb478df2a556ab185b1
|
|
|
|
# LUCI rpc command line tool
|
|
infra/tools/prpc/${platform} git_revision:e75c9bf286fbb31347379cb478df2a556ab185b1
|
|
|
|
# LUCI authentication command line tool
|
|
infra/tools/luci-auth/${platform} git_revision:297491c0babda68d84d8240c9d4504be671bc804
|
|
|
|
# LUCI Buildbucket CLI
|
|
infra/tools/bb/${platform} git_revision:1563088c23532d1e45b8c3041afb9458c1788fc3
|
|
|
|
# LUCI ResultDB CLI
|
|
infra/tools/rdb/${platform} git_revision:050cbe058399cf0c2c3625188f501963c64e8d70
|
|
|
|
# CHROMEOS Buildjobs CLI
|
|
chromiumos/infra/crosjobs/${platform=linux-amd64} git_revision:ed616d595eb7241d39d34907050d2949121d6ae8
|
|
|
|
# goma client
|
|
infra/goma/client/${os=linux,windows}-${arch=amd64} git_revision:0510b32bc33603588b940ab2dad4314ef71da9d4
|
|
infra/goma/client/${os=mac}-${arch} git_revision:0510b32bc33603588b940ab2dad4314ef71da9d4
|
|
|
|
# dirmd, a tool to work with DIR_METADATA files
|
|
infra/tools/dirmd/${platform} git_revision:32969f6a6374a38fbb8d46c3e98f8c953899c388
|
|
|
|
# Pinpoint CLI
|
|
infra/chromeperf/pinpoint/${platform} git_revision:a16d4a545857c36165e543c8e757392b18b7ddf9
|