mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
This reverts commit 945d6a248f.
Reason for revert: Python portion of CQ doesn't recognize location_filters field.
Original change's description:
> [lucicfg] Update 1.30.11 => 1.31.1.
>
> Notable changes:
> * Updated `buildifier` dependency, adding more linting checks.
> * Experiment to generate `location_filters` in CQ configs:
> https://chromium.googlesource.com/infra/luci/luci-go.git/+/6915bcc1
>
> R=qyearsley@chromium.org
>
> Change-Id: I2874251e40b857ce671200f69ea172e20227584c
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3704326
> Reviewed-by: Quinten Yearsley <qyearsley@chromium.org>
> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Change-Id: If660f21ff0127d38b5be48e1a0ac3690d5146b1d
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3709407
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Vadim Shtayura <vadimsh@chromium.org>
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:7989c7a87b25083bd8872f9216ba4819c18ab097
|
|
|
|
# LUCI editor
|
|
infra/tools/luci/led/${platform} git_revision:498086360bfcd549c1b71bb0b320f3cf06bf9187
|
|
|
|
# LUCI config generator
|
|
infra/tools/luci/lucicfg/${platform} git_revision:ffa6f49897cca60d2fcfee95a658bd777226d743
|
|
|
|
# Mac toolchain installer
|
|
infra/tools/mac_toolchain/${os=mac}-${arch} git_revision:723fc1a6c8cdf2631a57851f5610e598db0c1de1
|
|
|
|
# LUCI rpc command line tool
|
|
infra/tools/prpc/${platform} git_revision:5a038afb97f6b77e0fcefe1185317da216fced1f
|
|
|
|
# LUCI authentication command line tool
|
|
infra/tools/luci-auth/${platform} git_revision:297491c0babda68d84d8240c9d4504be671bc804
|
|
|
|
# LUCI Buildbucket CLI
|
|
infra/tools/bb/${platform} git_revision:0e7a6d8b67bee60fc983e6a4bd14a828654a1ce3
|
|
|
|
# LUCI ResultDB CLI
|
|
infra/tools/rdb/${platform} git_revision:4047a98ee73a91e5f8acdb377437a6ebda171c3c
|
|
|
|
# CHROMEOS Buildjobs CLI
|
|
chromiumos/infra/crosjobs/${platform=linux-amd64} git_revision:ed616d595eb7241d39d34907050d2949121d6ae8
|
|
|
|
# goma client
|
|
infra/goma/client/${os=linux,windows}-${arch=amd64} git_revision:10e4bef3bfc94962a64426073c2ee5800da99161
|
|
infra/goma/client/${os=mac}-${arch} git_revision:10e4bef3bfc94962a64426073c2ee5800da99161
|
|
|
|
# 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:5242fcd971c12d801210fe0490126091cc4a551b
|
|
|
|
# Pinpoint CLI
|
|
infra/chromeperf/pinpoint/${platform} git_revision:aaee924ce5e66f2c443dad58c4ed11693baeab2f
|