Fumitoshi Ukai
f959d17028
Roll out new goma client binary VERSION=218
...
Bug: 1182961, b/185198549, b/180579630,
Change-Id: If4aaffe3ec17745cd1a2d36a563b4c25176e9883
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2830398
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
4 years ago
Owen Rodley
3cee7aff78
[vpython] Update to 58604ec32e265
...
This contains two CLs of interest:
* https://crrev.com/c/2807199 , which strips the 'm' ABI tag and fixes
https://crbug.com/1187476
* https://crrev.com/c/2820342 , which generalises the Python 3 tag logic
to more than just 3.8
Bug: 1187476,1176014
Change-Id: I2138e9a7b2147c8c72cb99daa08642919a30708c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2823254
Auto-Submit: Owen Rodley <orodley@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
4 years ago
Fumitoshi Ukai
9955936084
Roll out new goma client binary VERSION=217
...
disable ATS on Windows by default.
fix http_proxy in mac-arm64
Bug: b/184911357, b/183118231, b/183895446
Change-Id: I88fcfa6cbbb49a104525e9b9612a1a8790f4d6a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2823397
Reviewed-by: Junji Watanabe <jwata@google.com>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
4 years ago
Robert Iannucci
b2c07b2300
[led] Update led.
...
This picks up a change to make 'debug sleep' work on luciexe jobs.
R=yiwzhang
Bug: 1197300
Change-Id: Iea7a061e84f7011b6a7f1cc64cca34b0267b6ec1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2818885
Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Scott Lee <ddoman@chromium.org>
Reviewed-by: Scott Lee <ddoman@chromium.org>
4 years ago
Chan Li
5d9af91928
[dirmd] roll dirmd
...
To include https://chromium-review.googlesource.com/c/infra/infra/+/2815945
Change-Id: I74dcb46948700b02bffb867fd1ff51baa3979d31
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2818896
Auto-Submit: Chan Li <chanli@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
4 years ago
Fumitoshi Ukai
00feb941d4
Roll out new goma client binary VERSION=216
...
Add mac-arm64 platform to provide goma client
on fully supported platforms
Bug: b/182514677, b/183118231
Change-Id: Iae7581883d403a1a28f7d0bb1b871c9cfd0f7e65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2816481
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
4 years ago
Robert Iannucci
51eac66a56
Update `bb` tool with enhanced support for experiments.
...
Relevant changes:
6a6825419 [bb] Add explicit experiment support to `bb ls`.
bccb58660 [bb] Make `bb get` print experiments.
0d2672023 [buildbucket/bb] Add the ability to set/block experiments in `bb add`.
2fa412040 remove is_luci property
R=gavinmak@google.com, vadimsh, yiwzhang
Bug: 1093970,1134774
Change-Id: I2860857cb86626ad235dbb87eccf19ed38800557
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2809195
Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
4 years ago
Dean Michael Berris
5c3929c352
pinpoint: Update Pinpoint CLI
...
This change includes the following commits from the infra/infra
repository:
97ee9cecaa Pinpoint: introduce fakelegacy-based smoke test. (chowski@google.com )
7f5c67efcb pinpoint: Translate ExperimentCommit properly (dberris@google.com )
6c32245733 Pinpoint cli: add actionable error when GCS credentials fail. (chowski@google.com )
5ed9722479 pinpoint fakelegacy: support /api/new endpoint. (chowski@google.com )
9d26e75b86 pinpoint: add copyright heading to files which are missing it. (chowski@google.com )
2c07962627 Pinpoint server: use the new ShouldBeStatusError assertion more. (chowski@google.com )
830e31f6b1 Pinpoint server: add unit test for ScheduleJob. (chowski@google.com )
c27f979330 Pinpoint cli: infer some flag defaults from `git cl issue`. (chowski@google.com )
ed69e2428f Pinpoint fakelegacy: support ListJobs. (chowski@google.com )
5f0e1e9a35 Pinpoint: first stab at a fake Legacy Pinpoint implementation. (chowski@google.com )
3aae5c2e6b pinpoint: Support wait+download for experiments (dberris@google.com )
6a634f7926 Replace 'master' with 'main' in test data. (chowski@chromium.org )
81ccbd091d Pinpoint server: support ListJobs' filter argument. (chowski@chromium.org )
575bd02e5a pinpoint: Update docs, support non-chromium/src (dberris@google.com )
e53451b2ca pinpoint server: support Cancel RPC. (chowski@chromium.org )
cb65ecf501 pinpoint: Reduce duplication in server_test (chowski@chromium.org )
e91e4e899d pinpoint: Support optional patchset for CLs (dberris@google.com )
R=dpranke@google.com
Bug: chromium:1175615
Change-Id: I4ac6407d822bf1905cbba02d29649ac4e400aecb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2807336
Auto-Submit: Dean Berris <dberris@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
4 years ago
Nico Weber
f15a709ff3
Try removing windows-386 from cipd_manifest.txt
...
See bug for details.
Please revert if this breaks something.
Bug: 1192749
Change-Id: I727e5d04e5c5a235030f93ee8a917d89edb6082b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2785108
Commit-Queue: Nico Weber <thakis@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
4 years ago
Yiwei Zhang
e21b73eba1
Update lucicfg v1.23.1 -> v1.23.3.
...
To pick up:
* https://crrev.com/c/2782857
* https://crrev.com/c/2783876
R=qyearsley, tandrii
Bug: 1190367,1189795
Change-Id: Ia31c427f2a77aa24dc4ac3201db7f4012f903d5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2786281
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
4 years ago
Nodir Turakulov
49d9d8735f
[dirmd] Roll dirmd
...
To pick up
https://chromium-review.googlesource.com/c/infra/infra/+/2757296
https://chromium-review.googlesource.com/c/infra/infra/+/2762697
https://chromium-review.googlesource.com/c/infra/infra/+/2779750
R=sokcevic@google.com
Bug: 1179786
Change-Id: I34c2a28d4325a5004e8cc32d6ac74fb2f2fb4390
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2786133
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
4 years ago
Vadim Shtayura
8db027f851
Update luci-auth tool.
...
To pick up ID tokens support in `luci-auth context`.
R=tandrii@chromium.org
Change-Id: Ia2fc9cac96256bdd74186dcf584a47bfd97f7a0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2780632
Auto-Submit: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
4 years ago
Vadim Shtayura
4cbfb4b6cf
Update lucicfg v1.22.2 -> v1.23.1.
...
To pick up an experiment with short bucket names in
luci-scheduler.cfg.
R=tandrii@chromium.org
BUG=1182002
Change-Id: Ibf8870e24a41d2d2ad158b856fff973aa3a79cdf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2780371
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
4 years ago
Nodir Turakulov
e58ece5f83
[dirmd] Roll dirmd
...
To pickup inherit_from feature: crbug.com/1179786
R=sokcevic@google.com
Bug: 1179786
Change-Id: Iba6480c3213c008f937663d514b881eabc6a987f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2776452
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
4 years ago
Yoshisato Yanagisawa
2f8ba75562
Roll out new goma client binary VERSION=215
...
Bug: b/179630263
Change-Id: Iec0fbe3af1c206d9b5ccf5706156c1b7008f3200
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2752426
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
4 years ago
Dean Michael Berris
3f58a798a5
pinpoint: Update Pinpoint CLI
...
This update includes:
- Support for job result downloads
- Support for job cancellation
- Support for waiting for started and ongoing jobs
R=dpranke@google.com
Bug: chromium:1175615
Change-Id: Ica3617413a24870dad76e7747922aa88794c2e59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2732279
Auto-Submit: Dean Berris <dberris@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
4 years ago
Vadim Shtayura
93771e18bd
[cipd] Update all packages to versions that have mac-arm64 variant.
...
All packages except mac-amd64 ones are built with go1.16. mac-amd64
are built with go1.15, to preserve OSX 10.10/10.11 compatibility.
Note that we still use mac-amd64 even on arm64 OSX, since
the bootstrap script still installs mac-amd64 version of CIPD.
R=iannucci@chromium.org, tandrii@chromium.org
BUG=1102967
Change-Id: I8fdb27397fbbf238fe39e81305d4642a0500ab33
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2699690
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
4 years ago
Dean Michael Berris
aa70e7ab7c
chromeperf: Distribute the Pinpoint CLI
...
This is an early version of the `pinpoint` client for starting Telemetry A/B experiments.
R=nodir@chromium.org
Change-Id: Iff11f8a16f93172cf71d9f76b02c27bd3b659111
Bug: chromium:1175615
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2703000
Auto-Submit: Dean Berris <dberris@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
4 years ago
Chan Li
b44d67811f
[depot_tools] roll rdb
...
To include change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2701154
Bug: 1179373
Change-Id: I1d028053c642eeb445aa1b8f205a6dabb66d1373
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2702531
Auto-Submit: Chan Li <chanli@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
4 years ago
Chan Li
6551036772
[depot_tools] move lucicfg pin
...
To release changes:
- https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2686020
- https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2688072
Bug: 1149736
Change-Id: I170f35e12875f6556f99609e0426ccadda7af78c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2688116
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
4 years ago
Zhaoyang Li
b0763b2c57
Roll mac_toolchain to latest version in depot_tools
...
To include recent changes:
- crrev/c/2680852 : Ensure Xcode.app intact at installing.
- crrev/c/2676139 : Do not upload iOS simulator runtimes for Mac.
Bug: 1064615
Change-Id: I9874c7b3664dd20745a772d52a682e552e6c0af8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2689105
Auto-Submit: Zhaoyang Li <zhaoyangli@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
4 years ago
Robert Iannucci
cb40fee0dd
Roll new CLI tools.
...
prpc - Pick up change to AllowUnknownFields when decoding JSONPB
bb - Stop requesting JSONPB from server
led - Update Build message definition to be compatible with grace_periods
field.
R=sque@google.com, tandrii, tikuta@chromium.org, vadimsh
Bug: 1173222,1127113
Change-Id: I5d5e7a3e53675a53b90bd3c63dcc30272676ab08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2686229
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
4 years ago
Ye Kuang
1f976d6f30
Roll out new goma client binary VERSION=214
...
Bug: b/179107780
Change-Id: I8e9e5385a14df2420b0fb582da430e7d9c24e871
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2681859
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Ye Kuang <yekuang@google.com>
4 years ago
Takuto Ikuta
8bb3513349
Roll out new goma client binary VERSION=213
...
Bug: b/178747003
Change-Id: I2dff72f688ea67228dc691e94cc17e419cfc8f21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2666652
Reviewed-by: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
5 years ago
Chan Li
801121c27c
[depot_tools] roll rdb to 0c7d9eb
...
To include change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2648266
Bug: 1030191
Change-Id: I6328efa2cc5acf42d0ec386f70f955fa77237260
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2659507
Reviewed-by: Scott Lee <ddoman@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
5 years ago
Yoshisato Yanagisawa
558a30422e
Roll out new goma client binary VERSION=212
...
Bug: b/178452801
Change-Id: Ief04267764a1e67219912af0a8a1c8a4aa46a6be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2654599
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
5 years ago
Yoshisato Yanagisawa
f08e425f2d
Revert "Roll out new goma client binary VERSION=211"
...
This reverts commit 6c93986030
.
Reason for revert:
I started to see Exceptions after the rollout.
Let me speculatively revert.
Original change's description:
> Roll out new goma client binary VERSION=211
>
> Bug: b/177285551
> Change-Id: I59ca57d05555a2fe922d3056e6d52842b4bb66ac
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2646141
> Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
> Reviewed-by: Fumitoshi Ukai <ukai@google.com>
> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
TBR=ukai@google.com,yyanagisawa@chromium.org,tikuta@chromium.org,yekuang@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com
Change-Id: I94b829d33f7f0bc897cdf661e892ff1264e773e1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: b/177285551
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2646767
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
5 years ago
Yoshisato Yanagisawa
6c93986030
Roll out new goma client binary VERSION=211
...
Bug: b/177285551
Change-Id: I59ca57d05555a2fe922d3056e6d52842b4bb66ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2646141
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
5 years ago
Chan Li
03fc9a3eb3
[depot_tools] Update rdb pin
...
To deploy change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2639156
Bug: 1103287
Change-Id: Idf7fe6f7c355321aaa72afbd96c710d33c7af5d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2642768
Reviewed-by: Scott Lee <ddoman@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
5 years ago
Vadim Shtayura
02e777d04e
[lucicfg] Update v1.21.0 => v1.21.5.
...
Changes:
[lucicfg] Add `extends` to luci.bucket(...).
[resultdb] Add history options to starlark files.
[lucicfg] Fix issues related to Go deps roll.
Remove experiment gating luci.tree_closer.
[Lucicfg] change repository_whitelist to repository_allowlist
R=iannucci@chromium.org, tandrii@chromium.org
CC=robertocn@chromium.org
Change-Id: Ife18f8469a6083a476fae817a0163f7f9e6a1448
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2642769
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
5 years ago
Scott Lee
4e0ef215f6
[resultdb] move the cipd pin of infra/tools/rdb in depot_tools
...
To deploy the changes of the following CLs
- https://crrev.com/c/2617742
- https://crrev.com/c/2594641
Bug: 1155298
Bug: 1141153
Change-Id: Ia09f1817285d9c3db38b7d7684b714e02f38b5b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2625979
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Scott Lee <ddoman@chromium.org>
5 years ago
Yoshisato Yanagisawa
59b0ce20d3
Roll out new goma client binary VERSION=210
...
Bug: b/174281084
Change-Id: Id248e306cb8e11974fc0846b22b33831fc04a76d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2622010
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Reviewed-by: Fumitoshi Ukai <ukai@google.com>
5 years ago
Yuanjun Huang
3d5ea92af8
[cipd] Roll Led to a newer version
...
To release the new Led which uses RBE-CAS.
infra/infra change log:
657015d..d86f553
/
luci-go change log:
71ccb73..5c64c54
Bug:1145959
Change-Id: Ic55890c21a527bb482c902a28fdbc0c2d6e08c62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2623107
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Yuanjun Huang <yuanjunh@google.com>
5 years ago
Chan Li
0d9d05c4bb
[dirmd] Roll dirmd to e338559
...
To Include changes:
- https://chromium-review.googlesource.com/c/infra/infra/+/2601378
- https://chromium-review.googlesource.com/c/infra/infra/+/2614222
Bug: 1103287
Change-Id: If6fa29bc7cce08f74baa00b2034371e20f46d0e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2617502
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
5 years ago
Nodir Turakulov
6650f7c238
[dirmd] Roll dirmd to 3d533070
...
Roll dirmd to git_revision:3d5330702211e01321af4fb53fec2f2f361137a7
to pick up https://chromium-review.googlesource.com/c/infra/infra/+/2597921
R=ehmaldonado@google.com
Bug: 1154541
Change-Id: I0fd0b56a42b63fd3518396aca0d99dde9fd95547
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2612385
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
5 years ago
Scott Lee
97752ea021
[resultdb] move cipd pin of infra/tools/rdb
...
This is to deploy the change of https://crrev.com/c/2549432 to depot_tools.
R=chanli@google.com,nodir@google.com
CC=maruel@google.com,yuanzhi@google.com
Bug: 1150844
Change-Id: I9aeb679009b0340536db0ad2063e3e8819271a01
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2550945
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Chan Li <chanli@chromium.org>
Commit-Queue: Scott Lee <ddoman@chromium.org>
5 years ago
Nodir Turakulov
99b0e4a5f4
[dirmd] Roll dirmd in depot_tools
...
To pick up
optimization https://chromium-review.googlesource.com/c/infra/infra/+/2570537
and a fix https://chromium-review.googlesource.com/c/infra/infra/+/2577951
R=dpranke@google.com, ehmaldonado@google.com
Bug: 1154541
Change-Id: I43b9bc64ba24a642889b94f6f8344a66a18b7339
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2580123
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
5 years ago
Nodir Turakulov
430315e951
Revert "[dirmd] Roll dirmd"
...
This reverts commit 8bbab2d874
.
Reason for revert: there is a bug.
Fix: https://chromium-review.googlesource.com/c/infra/infra/+/2577951/
Original change's description:
> [dirmd] Roll dirmd
>
> To pick up optimization in https://chromium-review.googlesource.com/c/infra/infra/+/2570537
>
> R=dpranke@chromium.org, ehmaldonado@google.com
>
> Bug: 1154541
> Change-Id: Ic7323d7fc1ff2ce719156e391541e930b3442deb
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2577625
> Auto-Submit: Nodir Turakulov <nodir@chromium.org>
> Commit-Queue: Dirk Pranke <dpranke@google.com>
> Reviewed-by: Dirk Pranke <dpranke@google.com>
TBR=dpranke@google.com,nodir@chromium.org,ehmaldonado@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,dpranke@chromium.org
Change-Id: I97ea02bfb1a33d27be781479e04f1d33bae172d0
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1154541
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2576761
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
5 years ago
Nodir Turakulov
8bbab2d874
[dirmd] Roll dirmd
...
To pick up optimization in https://chromium-review.googlesource.com/c/infra/infra/+/2570537
R=dpranke@chromium.org, ehmaldonado@google.com
Bug: 1154541
Change-Id: Ic7323d7fc1ff2ce719156e391541e930b3442deb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2577625
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
5 years ago
Edward Lesmes
f819411f2a
[dirmd] Bump to 8d8dfbbee8184bf5f1c90c875e80d0dd58659f03
...
To pick https://chromium-review.googlesource.com/c/infra/infra/+/2521159
Change-Id: Icff019c71c87a3e1e288c4cc1c5ebace7a372b02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2564645
Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
5 years ago
Yoshisato Yanagisawa
e62621d2eb
Roll out new goma client binary VERSION=209
...
Bug: b/173566348
Change-Id: I175386edb044197af00ee78f78003576d176873e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2561706
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
5 years ago
Yoshisato Yanagisawa
19da6ff2e8
Roll out new goma client binary VERSION=208
...
Bug: b/171358097
Change-Id: I6e923ad877e2765ef36cfb48089682893927466a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2546441
Reviewed-by: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
5 years ago
Chan Li
fd5c198347
[resultdb] Update rdb version
...
To include changes:
- https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2536026
- https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2535098
Bug: 1147548
Change-Id: I504a936760e8aafb926b9c1f622610e03207882c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2538208
Reviewed-by: Scott Lee <ddoman@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
5 years ago
Vadim Shtayura
c135bfa0f4
[cipd] Update cipd and vpython to latest versions.
...
R=tandrii@chromium.org
BUG=1124112
Change-Id: Ie303ebfc8d6b94645862d69fcd40fadbaf3d164a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2532900
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
5 years ago
Chan Li
b503f5ff6b
move the cipd pin of infra/tools/rdb
...
This release is mainly to release https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2489217
Bug: 1137513
Change-Id: I200facf28d34b38a305206134a519cd88b14fe2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2518477
Reviewed-by: Scott Lee <ddoman@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
5 years ago
Sylvain Defresne
c7be37e121
Ping mac_toolchain to 6e584bf785867bc3b340f82bb2f7a6cd42ba22a8
...
To release change: https://crrev.com/c/2507431
Bug: 1143664
Change-Id: Idd8cefcd525d87bca98fb3c990558e3f95ca3930
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2510049
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
5 years ago
Chan Li
c54539538e
[depot_tools] Roll led to latest
...
To release change: crrev.com/c/2490615
Bug: 1141272
Change-Id: I7b21f48881a42d98c1f4ea0883609f478e2d134e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2495573
Auto-Submit: Chan Li <chanli@chromium.org>
Commit-Queue: Scott Lee <ddoman@chromium.org>
Reviewed-by: Scott Lee <ddoman@chromium.org>
5 years ago
Scott Lee
b3a1dbae30
[resultdb] move the cipd pin of infra/tools/rdb
...
This release includes the following changes:
- print the invocation URL when finalizing it
1) crrev.com/c/2466271
- test-metadata
1) crrev.com/c/2472852
2) crrev.com/c/2486284
3) crrev.com/c/2486287
4) crrev.com/c/2486667
R=chanli@google.com
Bug: 1137506
Change-Id: I047b5cd90a11b777acdef6778d360cf3805139b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2490082
Reviewed-by: Chan Li <chanli@chromium.org>
Commit-Queue: Scott Lee <ddoman@chromium.org>
5 years ago
Yoshisato Yanagisawa
4c45ca0dd9
Roll out new goma client binary VERSION=207
...
Bug: b/170594475
Change-Id: Iaddc95be2fdcf95340e03ddd57156bcf5ddf8690
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2484151
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
5 years ago
Owen Rodley
aa45aa62c3
[vpython] Update to e5cc6d29d10646efa.
...
This contains https://crrev.com/c/2465408 , which has a workaround to
make ${vpython_platform} work on Python 3.
Bug: 1123433
Change-Id: I62eb96b8caaae5b954a06f6bdcbd1169200f3523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2465360
Auto-Submit: Owen Rodley <orodley@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
5 years ago