- 13 Oct, 2021 3 commits
-
-
Josip Sokcevic authored
This reverts commit d3cfea0c. Reason for revert: using self.GSUTIL_CP_SEMAPHORE instead of global GSUTIL_CP_SEMAPHORE Original change's description: > Limit number of concurrent gsutil cp calls > > gsutil utilizes as many cores as possible, and will create many threads > too. In combination with gclient doing the same thing (utilize as many > cores as possible), this results in creating way too many processes and > some builders are running out of resources (e.g. can't create threads). > > This limits number of gsutil cp commands in git_cache to two. > > R=apolito@google.com, dpranke@google.com > > Bug: 1255228, 1249003 > Change-Id: Ifcccaacde6c9e1c60c1da0a0bc5a3e512e158dcc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3219900 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> Bug: 1255228, 1249003 Change-Id: I0fde2477ea620c683b49efaa2a70262bd8e615e2 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3221900 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Josip Sokcevic authored
gsutil utilizes as many cores as possible, and will create many threads too. In combination with gclient doing the same thing (utilize as many cores as possible), this results in creating way too many processes and some builders are running out of resources (e.g. can't create threads). This limits number of gsutil cp commands in git_cache to two. R=apolito@google.com, dpranke@google.com Bug: 1255228, 1249003 Change-Id: Ifcccaacde6c9e1c60c1da0a0bc5a3e512e158dcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3219900Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
Patch failures shouldn't be treated as infra_failures (as long as patch was successfully downloaded). Prior to https://crbug.com/1207685, bot_update patch failurs were set as successful step to work around buildbucket plugin requirements. One alternative approach is to add necessary information into patch failure step, by editing its presentation. R=gavinmak@google.com Bug: 1207685, 1255228 Change-Id: I696356d40a80536c3efbca99091536b8b25deb40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3219890Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 12 Oct, 2021 1 commit
-
-
Fumitoshi Ukai authored
Bug: b/202083435 Change-Id: Id962a71756a830e7c966b92a7289c0cdaefd728b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3216111Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
- 11 Oct, 2021 7 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8833626965037202225 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2677c06daf0087ce27e489202cd86147494274ef 2677c06 (olivernewman@google.com) [json] Respect sort_keys kwarg 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: I16136ecce0495c7a0ba31ab1ed3ac72671799450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3218474 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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8833629483271653297 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c15eb2763ec5a28337d6924945a260601aa5b77a c15eb27 (yuanjunh@google.com) [autoroll] Run again to avoid miscategorizing trival to nontrival 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: I3f908d30acabea9145b71cf8f60dcd6ec0b848d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3218301 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>
-
Josip Sokcevic authored
This change starts observers as soon as possible, and wraps the entire block that can cause an exception in try..finally. This ensures that we stop threads are stopped. If we notice the same behavior, it could be worth to put a cap on number of executions per observer, and shut the thread down once reached. R=apolito@google.com Bug: 1255228 Change-Id: I1f165267460da02b3bbba39022c262e6c29fe86b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3213451Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
R=apolito@google.com, dpranke@google.com Bug: 1257792 Change-Id: I61a37d4b48dde0b7e1975d95d8fd627b9cbfb65b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3214207 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8833633886904183441 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/bd16c9bd58b53d16660d25713c70dd3aba8cb47c bd16c9b (martiniss@google.com) Add CAS input recipe module More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=martiniss@chromium.org, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8a659b68f6bc26e288665f1501f3d23f303f1def Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3218293 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Stephen Martinis <martiniss@chromium.org>
-
Josip Sokcevic authored
Only usage was in v8, and that was removed in 2016: http://crrev/45ec73da150e02fac1fc1dc15e3f14cb5bc2b45f R=tandrii@chromium.org Change-Id: I6aebcf1fc0cc29440b0b9c9b45d4e3fc35a38e53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3214209Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8833810047273941089 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/8fb2a94a25648ceb069c8805f5c0ffc59608bef0 8fb2a94 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 08d1c23dcd30 to d1c03082ecda More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=martiniss@chromium.org, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I38bbc44319e071115eba08aa04141c473fcaa803 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3215906 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by: Stephen Martinis <martiniss@chromium.org>
-
- 08 Oct, 2021 3 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8833917631139722433 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e8b0639f14fea5dd13522b65b1fba3b865bbadc4 e8b0639 (iannucci@chromium.org) [recipe_engine] Make self approval of trivial rolls more config... More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I48b4027e864f5178ec43af99a29d1b5d21e55f71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3214670 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
Josip Sokcevic authored
R=gavinmak@google.com Bug: 1255669 Change-Id: I4fbbe9fb716a6abd58f40c9ca489a0043ee3584b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3214208Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8833974882762243569 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/53bf95e2ee1217046f78e38f524be206de398b59 53bf95e (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 193a51891da4 to 413d434bd4ee 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: Ibc3587b59c5b8661dcd3652ef8dd043507b94231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3213675 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>
-
- 07 Oct, 2021 4 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8833998791501217729 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/bfbe3e10dd412ba292441f142ed3b475b719673f bfbe3e1 (fancl@chromium.org) Update gevent=1.5.0.chromium.1, greenlet=0.4.16 More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=nodir@chromium.org, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia39ce8e6256e61a3cdf9e72ead137311da807214 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3213098 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
Josip Sokcevic authored
It looks the following speculative fix for string-escape codec worked for depot_tools subprocess2: https://crbug.com/912292#c2. Using the same approach for bot_update. R=gavinmak@google.com Bug: 1255228 Change-Id: I3244d34abad23f9fdbf648e24fc8a565df1474cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3210521Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834063592472797681 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0c5313317732f37556ba9008044fdb3e3bd9b1e8 0c53133 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from ffa71e0ffc70 to 4d27a30eafb9 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: Ia2a7de9adf643a435b2641c874b0fd03f0d8b585 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3210947 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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834069884563369425 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/d1209b4420810f2b8cbfc9d81045705b1ab1430e d1209b4 (yuanjunh@google.com) Add require_py3_compatibility option in recipes_cfg More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=gavinmak@google.com, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia97a11af507a5b8874e242d83dbe23c67136c87c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3210516 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
- 06 Oct, 2021 1 commit
-
-
Ben Pastene authored
And add a hook for it in the gerrit recipe_module. This will allow invocations of gerrit_client to set votes like "code-review-1" or "commit-queue+1" on CLs. This will be used by bots to control CLs they just created with update_files(). Bug: 1250084 Change-Id: I888458983165fed5882e5c37cba4a69dbfb9b810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3207266 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
- 05 Oct, 2021 7 commits
-
-
Josip Sokcevic authored
my_activity.py talks to third party (e.g. review.coreboot.org). Without certifi package, making https connection may result in CERTIFICATE_VERIFY_FAILED. Adding certifi package to .vpython (py2) doesn't work, so this change drops py2 support for my_activity.py. R=gavinmak@google.com Fixed: 1255921 Change-Id: I515b14c81d37a52d482d08085d8029c791911ae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3206906 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834182500798115329 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/dbdc5e93ba8ad1e69e109db262a351cacbc1d13c dbdc5e9 (yuanjunh@google.com) [python3] stop flag should work for soft errors More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=apolito@google.com, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id97ee1b85f00033755742bebd9e6b1893fe10142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3206624 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
Josip Sokcevic authored
It's not used anywhere. R=gavinmak@google.com Bug: 1256920 Change-Id: Ib87d0959ba9bb9b7296fd22d05805ca5a89cf4c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3206890 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Josip Sokcevic authored
Remote references may not be up-to-date, resulting in cherry-picking way more changes than needed. In such scenario, it is possible that some cherry-picking results in conflict and therefore fails gclient sync. R=gavinmak@google.com Bug: 1255178 Change-Id: Ibc67ae06c5798286b7510e4119d882053dc9b73f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3206616Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
R=gavinmak@google.com Fixed: 1118433 Change-Id: I15948b319ed847dce0d4222fcaad7fdf4620360c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3205608 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834194455273190721 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/bf1bed071045c0c90ae2c1e50874a2ddb6b02662 bf1bed0 (bryner@google.com) Update psutil to latest version to fix linux-arm64. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I526805553d9e5610ac34ba2a6c869d72e28fbb76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3205606 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
Fumitoshi Ukai authored
Bug: b/201234348 Change-Id: Ia72123af4941cc811660407f4cc62a7cef991fc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3203220Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
- 04 Oct, 2021 4 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834264290314471313 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6030c86c37169b15584d5493dcd42f61d4e7069f 6030c86 (iannucci@chromium.org) [deps] Use `*` shorthand to gather all intel about current repo. 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: I296aa2c06ae5d4174386373c1067fa1f40fbb583 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3203491 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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834276245016380145 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/9124f20124c2515946c3722872c5c8ce399ac150 9124f20 (tandrii@google.com) [python3] add __pycache__ to .gitignore. 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: I86f92d6cde4144dd86ba81523ce84c01a9efe0de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3202233 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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834279388888560993 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c48b92440b9aba5b86270a822bd1d7c9d8b2bc29 c48b924 (mohrr@google.com) [buildbucket] Allow setting start_time in tests More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=martiniss@chromium.org, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I591ae91ddc9acc53ca586c8ce080bcb51a3c7f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3202231 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Stephen Martinis <martiniss@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834523497949742113 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/5aef7cba2dd94543f6953b13773fdec804a1878c 5aef7cb (yuanjunh@google.com) [python3] Replace all e.message usages to str(e) More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org, tandrii@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I37f2c6b6440fe4177ab580d41434dfc5e5423e26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3198501 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
- 01 Oct, 2021 2 commits
-
-
Robert Iannucci authored
R=chanli Change-Id: I55ded30b41a56a55d7d1d985f8e1498973a1aa81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3200515 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Chan Li <chanli@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834615983585728993 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/79aeab43006b3c2e93b928e2d0a635441d7e0f8f 79aeab4 (yuanjunh@google.com) [python3] Migrate engine_tests recipes 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: Ib527a7ddc2b6b5171fce9a2d09a0f8cdca2427f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3198493 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>
-
- 30 Sep, 2021 5 commits
-
-
Lukasz Anforowicz authored
This CL provides minimal `git cl format` support to enforce correct Rust formatting in presubmit checks. For now the files are always fully formatted - there is no support at this point for formatting only the changed lines. Manual tests (after temporarily, artificially introducing a formatting error to one of .rs files under build/rest/tests): *) git cl presubmit Result: The src directory requires source formatting. Please run: git cl format *) git cl format --dry-run Result: Pretty/colorful diff printed out. *) git cl format Result: Temporary formatting errors are fixed. Bug: chromium:1231317 Change-Id: I114ece90630476f27871ebcd170162caa92c0871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3054980 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Adrian Taylor <adetaylor@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: danakj <danakj@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834627936780205905 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/567c61fd3d48afa07cc25b0c02536af726f35b4c 567c61f (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 81b511d0c292 to 1b9a6fc15616 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: Id736a69e539351c91d592a797e775be4d6890af5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3198753 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>
-
Nodir Turakulov authored
To pick up https://chromium-review.googlesource.com/c/infra/infra/+/3198310 Bug: 1223076 Change-Id: Ic85baf299ebbba60c46507b400ed04a45742e0c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3198031Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834709096344208081 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/3a31dadefcce5c5576c45b9f3150a3643a252e48 3a31dad (yuanjunh@google.com) Avoid doc smoke test overwriting the readme doc 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: Ibb3a2a80fc9c9c11cc00d8e4f63c506797591e99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3195311 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>
-
Weiwei Lin authored
Fix luci.builder throws "cannot insert into frozen hash table" error in some cases. R=tandrii, vadimsh Bug: 1252321 Change-Id: I6dac50ea77efcaa8d78fe274bba54d428108a003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3195270 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Weiwei Lin <weiweilin@google.com>
-
- 29 Sep, 2021 3 commits
-
-
Nodir Turakulov authored
To pickup a fix for subst https://chromium-review.googlesource.com/c/infra/infra/+/3192331 Bug: 1223076 Change-Id: I2b0604d66d0f44bcb5e0f44e2bb17b9ea10b1b51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3194854Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8834735384699594945 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/8803217fc9466969a76b619cfb8bbe1316be146d 8803217 (tikuta@chromium.org) OWNERS: replace iannucci@google.com with iannucci@chromium.org 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: I81203bd120a8c8193db352a773869091ccb693d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3194127 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>
-
Michael Moss authored
cl/398464215 changed the weblink name from "gitiles" to "browse", BUG=1254111 R=linxinan@chromium.org, sokcevic@google.com Change-Id: I1aa5b47657b5c5619f7b56c53e3593d2f2e391f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3194121 Auto-Submit: Michael Moss <mmoss@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-