Commit Graph

8126 Commits

Author SHA1 Message Date
Josip Sokcevic
3912091152 Use py3 for remaining tools in depot_tools path
R=apolito@google.com, dpranke@google.com

Bug: 1199102
Change-Id: I06ff344ac91464eb558e92598c87e43ecfa830dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2994488
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Anthony Polito <apolito@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
2021-07-20 18:35:42 +00:00
Tom McKee
61c72651d7 Harden _PresubmitResult against varying string types
When presubmit checks fail, we want to print the error message from the
underlying check/tool. We use _PresubmitResult objects to collect these
diagnostics and output them to the console and json files.

This change ensures that the string values passed to the
_PresubmitResult constructor will be converted, as needed, to 'str'
instances. This way, we will avoid encoding errors and make sure to
print the actual messages instead of repr(message).

SHERIFFS: this patch breaks backwards compatibility of presubmit error
handling but we don't expect issues in downstream projects. Please
revert if downstream presubmit checks start failing spuriously.

Bug: 1225052
Change-Id: If7f5c99cb5d730c1bfbd6d108b912f77b5f2455c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3037262
Commit-Queue: Tom McKee <tommckee@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
2021-07-20 11:56:32 +00:00
recipe-roller
1c3175be09 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
8e0273d138
  8e0273d (yiwzhang@google.com)
      py3: run luciexe unitest in both py2 and py3

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I4e3b4c676151ebcfe9eb0e347f6e34f36abf9639
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3040718
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-20 02:19:22 +00:00
recipe-roller
e5c9423f76 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
fcea2752f6
  fcea275 (yiwzhang@google.com)
      test: separate luciexe test from run test

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0b4009e240658e82ba7160159e29337e013fb251
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3039336
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-19 23:19:31 +00:00
recipe-roller
99d79bd04d Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
01cb0aabd6
  01cb0aa (yiwzhang@google.com)
      py3: make a few recipe modules work in python3

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ib1926cca80845baa5bd3abbcae85ba0f10f4baed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3039333
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-19 22:59:21 +00:00
recipe-roller
ec365ffc81 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
d284048d5a
  d284048 (yiwzhang@google.com)
      py3: decode bytes to utf-8 string before writing to log stream

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: If6b46c1725bab65131dfc4f1a2263cd970d28e7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3039332
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-19 22:44:27 +00:00
Brian Ryner
5b118d1441 cpython3 3.8.10.chromium.20 to depot_tools stable.
Bug: 1220743
Change-Id: I72dac4c01f21670cb61edf19f73fa3b89b8d78e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3038232
Auto-Submit: Brian Ryner <bryner@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
2021-07-19 21:58:25 +00:00
recipe-roller
e8a3398be4 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
0d98efcd78
  0d98efc (yiwzhang@google.com)
      fix the script that updates 3p lib

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I00f26b0c43d6b6a554eba9e4375ed133d864c0a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3039329
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-19 21:19:58 +00:00
recipe-roller
041924eba6 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
5530960b32
  5530960 (iannucci@chromium.org)
      Clean up OWNERS files

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I21d046944d6d3b2b274e8813ab591e609a894711
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3039327
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-19 20:19:27 +00:00
recipe-roller
439a2dc6e3 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
b4e57a6c1a
  b4e57a6 (gbeaty@chromium.org)
      Reduce the severity of logs for recipe_modules non-issues.

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ifac6a3e3657af199addfe3d4466382bdc5b1f6ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3039324
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-19 19:23:07 +00:00
Yoshisato Yanagisawa
eaa87fa1f1 Roll out new goma client binary VERSION=227
Bug: b/193482371
Change-Id: I2e22598198a41eb1eb02b4180d7b1c2f8fb5da18
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3037902
Reviewed-by: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
2021-07-19 06:07:06 +00:00
recipe-roller
9e5625f19c Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
0202156442
  0202156 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 56d8faf61a03 to 175b811c1eeb

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I7e5c8f04924faf71b167c2e2edf29b0bd94e1a87
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3037470
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-19 04:52:46 +00:00
recipe-roller
cad9967147 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
3a8a334ce1
  3a8a334 (yiwzhang@google.com)
      engine: upgrade third-party library

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I907856902b22ef76c7edad38bf41a75e07159ff5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3035633
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-16 22:09:16 +00:00
Brian Ryner
92c396e45d cpython3 3.8.10.chromium.20 to depot_tools bleeding edge.
Bug: 1220743
Change-Id: I9ba3f445c72d802925bf6e042dc1785fe4f08867
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3034710
Auto-Submit: Brian Ryner <bryner@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
2021-07-16 19:26:34 +00:00
Josip Sokcevic
a3d1aaf112 Revert "[depot_tools] Add --fork-point when computing merge-base"
This reverts commit 934ac6ebdf.

Reason for revert: https://crbug.com/1225658, git reparent-branch
may result in data loss (recoverable if gc doesn't remove it).

Original change's description:
> [depot_tools] Add --fork-point when computing merge-base
>
> Using --fork-point when possible reduces the number of merge conflicts when running merge-base.
>
> Bug: 1111269
> Change-Id: I7240fdc9a613d2eb4e856b5677fc713551d7afe9
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2519729
> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
> Commit-Queue: Gavin Mak <gavinmak@google.com>

R=gavinmak@google.com

Bug: 1111269
Bug: 1225658
Change-Id: I2aeadeb2fbff18abcab5552e07254dfc1c2499a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3034831
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
2021-07-16 18:26:45 +00:00
Johann
f6f3c7a46e [docs] update links to developer guide
Change-Id: I906654a06f2833c8ca4089aa7eae3bab104f013a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3020735
Auto-Submit: Johann Koenig <johannkoenig@google.com>
Commit-Queue: Anthony Polito <apolito@google.com>
Reviewed-by: Anthony Polito <apolito@google.com>
2021-07-16 16:30:54 +00:00
Michael Moss
5eebf6fa78 Add docstrings so gerrit_client subcommands display properly.
Running './gerrit_client.py' currently shows only "help" as an available
subcommand. Adding these docstrings allows it to properly show all the
other subcommands.

R=sokcevic@google.com

Change-Id: I44c9d63fe8d481cabade50311d0f630b0f747018
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3032207
Auto-Submit: Michael Moss <mmoss@chromium.org>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
2021-07-16 13:18:34 +00:00
recipe-roller
1e982d5727 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
a415797adb
  a415797 (yiwzhang@google.com)
      logging: fix logging level where more verbose indicates Debug l...

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I729ee9996e60d07c0d436f5391f6a838b5409ddc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3032187
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-16 00:59:23 +00:00
recipe-roller
cc2a1ba4c8 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
37fe06bd5a
  37fe06b (yiwzhang@google.com)
      py3: encode logdog namespace when supplied as env var

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I2143baf87c00635bcf001f9dc984268db79e90a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3032208
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-16 00:44:53 +00:00
recipe-roller
bbd562b2c1 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
df371124b4
  df37112 (yiwzhang@google.com)
      py3: make a few more modules python3 compatible

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I69f74974fea261981fcb1fcf3e818254ca58d6d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3032204
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-15 17:50:39 +00:00
Josip Sokcevic
48c947534d Add presubmit notice if buganizer bug is malformed
If user enters buganizer bug prefixed with b/, warn user that b: is
expected.

R=apolito@google.com

Bug: 1226474
Change-Id: Ifbced843f9eecc00560cc273ae06bff9d435a815
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3016587
Reviewed-by: Anthony Polito <apolito@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
2021-07-15 11:29:59 +00:00
recipe-roller
1606c25b44 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
352f1cce5e
  352f1cc (yiwzhang@google.com)
      py3: introduce log-level argument and set level to error for te...

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I42357eb61bf165f6638695c1836a0af7b41abe61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3027688
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 23:25:49 +00:00
Chinmay Garde
cfac2ea76b Add fetch recipe for the Flutter Engine repository.
Tested with the following

$ mkdir flutter_engine
$ cd flutter_engine
$ fetch flutter
$ cd src

 # Confirm the source tree and dependencies are as expected.

BUG=None
TEST=see above

Change-Id: Ie1a6653c3b76354e282688e0db50acc112794426
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026128
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Chinmay Garde <chinmaygarde@google.com>
2021-07-14 23:20:59 +00:00
Garrett Beaty
1c7ef58cba [lucicfg] Update v1.26.0 -> v1.27.0.
The output for cr-buildbucket.cfg will now use a multiline indented
format for properties to make them easier to review and investigate
using git blame.

Bug: 1223219
Change-Id: Idd17689589a154991cfa8d4100cbe712f178d588
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3028746
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
2021-07-14 20:58:28 +00:00
recipe-roller
3f17839ecc Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
325823c861
  325823c (yiwzhang@google.com)
      Revert "Support running different py version simulation recipe...

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ie0a2a24aaf7e4656537d541be89fc1273d2da2ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3028481
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 18:20:12 +00:00
recipe-roller
c7b08c738f Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
6254729dfa
  6254729 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 4f6853eb883e to 5639b9acf1cf

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I03e1f64cd59519d5145c74b7bc74cf5f9b7bd7cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3027296
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 18:07:11 +00:00
recipe-roller
f6c8e61e88 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
18422f7452
  18422f7 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 3d789cb7015d to f0a9c0d3581d

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ifc5b8e84a7d53c91094efb38b842504ea819ce6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026059
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 08:20:39 +00:00
recipe-roller
9dbbbf07f7 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
9f2785aa39
  9f2785a (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 65be0057a340 to 3d789cb7015d

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I887e915ee91338965fd68b08ea0a197a62f153f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026058
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 08:10:09 +00:00
recipe-roller
7076618419 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
49a75e4127
  49a75e4 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from e752f86b547f to 65be0057a340

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Id67864331a5f75fd79166975b6e8a9b1b787cf5a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026057
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 07:49:29 +00:00
recipe-roller
5d7077436a Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
b19a7cff1f
  b19a7cf (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 85c67b7d0c82 to e752f86b547f

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I91182729dd76c79ef39c0dde2a93ba408befbec8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026056
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 07:29:09 +00:00
recipe-roller
16ae0cdfc1 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
9abd49c5d5
  9abd49c (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from aab2a427798e to 85c67b7d0c82

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I9421111a7fb6c24998d3b42e9d045e566caa88cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026055
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 07:10:29 +00:00
recipe-roller
51f9218fa3 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
ba214b26f2
  ba214b2 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 203cb395f544 to 6fc8fe004333

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I131ad0f230d8c0a3e5308d77370bf282ad738840
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026054
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 06:31:13 +00:00
recipe-roller
d65539c490 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
12ff2c11d3
  12ff2c1 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 8c6653b7da21 to 203cb395f544

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I3344e34be047b6cf680ef7eede364e1f23471f33
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026053
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 06:09:59 +00:00
recipe-roller
e7d9fa5418 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
2a07fb5ef3
  2a07fb5 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from c7e76900f921 to 454a270ae9a7

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic33b87d6f66b74dea5b6a7d9d0df46b720ff718d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026052
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 05:59:59 +00:00
recipe-roller
ce777e62fe Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
b616d06f76
  b616d06 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from bb4ea977b407 to 9202966ea7f8

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Idd1e662fbc225151582c648aa4d149e0015f9248
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026051
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 05:10:28 +00:00
recipe-roller
fbb6969358 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
1cbd70e0ea
  1cbd70e (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from cac64efd7c7f to bb4ea977b407

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I1c38e1f46d58e794b94815c7444c2df7fbef0bae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026050
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 04:49:29 +00:00
recipe-roller
ef443aef78 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
42c04e369b
  42c04e3 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from e7d1c8fb870b to c520a6993f12

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I93482de1fbf4e9fb506b97d8be0fc12f96a55605
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026048
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 04:29:59 +00:00
recipe-roller
d551250426 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
c93d7c7575
  c93d7c7 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 41677fd6311e to bb07be0d431c

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I4d7dd271e336757ea2011052ef574753970895e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026047
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 04:00:49 +00:00
recipe-roller
0f954c7bcc Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
c404bde3fc
  c404bde (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 6641f431901a to 2d0702d307af

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I997aa2ec5b10dd025ba2aa36f89e01c2adaf3a10
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026046
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 03:39:59 +00:00
recipe-roller
aeaa6433a4 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
2d544e44a6
  2d544e4 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 647e189404be to 6641f431901a

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: If580082e089ea9ef69b92c596a1a645221552c88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026165
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 03:19:49 +00:00
recipe-roller
a98084ce94 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
e94ab775a0
  e94ab77 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 90ec6154778b to 647e189404be

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic19915bfd1e9bb62faa473883da622902c42b69f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026045
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 02:49:49 +00:00
recipe-roller
79bfc8674f Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
779f420ee4~..fc1a279b59d11be93ec932dc82ff9f1a69a5e59e
  779f420 (yiwzhang@google.com)
      py3: write final build after encode to bytes
  fc1a279 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from cce17a1c9de7 to daf8d357b17b

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I7240b35443a7272edbebd54f1caf00bda15a8eab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3026044
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-14 02:20:54 +00:00
recipe-roller
1a1da603d0 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
2442d397bc
  2442d39 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 7c0d27d44d43 to 973fb4ea919a

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I5e94bd2270cdf95137630f9e95ccf3ac8bdbfa63
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024693
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-13 23:32:29 +00:00
recipe-roller
02e1a12a09 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
da7f6914c0
  da7f691 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 6d46e979bf82 to 7c0d27d44d43

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I52ff48959faac1d9eb65f7fa84eeae90ec35030e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024692
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-13 23:09:09 +00:00
Garrett Beaty
d5c4633772 Switch to absolute refs in recipes.cfg.
Using a non-absolute ref results in deprecation warnings in the logs
when downstream repos run.

Change-Id: Ib72bda258b7155cd2081d7ddf7112d6b94f4f015
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024691
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
2021-07-13 22:46:48 +00:00
recipe-roller
e1b965c18d Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
c442abe17a
  c442abe (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 5c22e8e1f3bb to 8b8a9a6040ca

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic682877c6d49af870adf79b612f4c958b453d6b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024689
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-13 22:00:28 +00:00
recipe-roller
bfd810eb83 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
4c0c173629
  4c0c173 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from f3add13b9377 to 00de4eb9ddb1

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I66f4a3a120c526aa833662c153a63cb6e33780e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024688
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-13 21:08:58 +00:00
recipe-roller
c0bc395e6f Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
ab261a3f93
  ab261a3 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from f39c1f9769da to f3add13b9377

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I3243db12a7f16240dbea2bf3197362147c88b7ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024687
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-13 20:50:08 +00:00
recipe-roller
24e9c8bd71 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
acda420147
  acda420 (yiwzhang@google.com)
      py3: make a few modules py3 compatible

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I6d046f0b05b26ffcb8c38dacc59c654593438523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024936
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-13 20:11:35 +00:00
recipe-roller
3e3c7883dd Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
0b9ac35680
  0b9ac35 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from f64317bee9e6 to ac9bf6631ffc

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=iannucci@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0feaa9c395c276640f103a6b611fa800b005a7e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3024934
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2021-07-13 20:00:18 +00:00