- 25 Oct, 2021 1 commit
-
-
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/8832437251560564241 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/da91611b651e03289f6a8d1f342c819ca35bca09 da91611 (jwata@google.com) Handle string exit_code in swarming task result 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: Idd56f71ac733739305a5fc311be75f2beedd3e14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3239888 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>
-
- 21 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/8832726658328645537 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/9d468ffabcdc634f0f0e89600ef97351e8d70165 9d468ff (mohrr@google.com) [swarming] Accept str exit_code values 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: I6de99b93dc5054cf61c5cb21976294cccece7385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3237599 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/8832776990556875249 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/76f0ade3876685c21539d9e430ea551c9ab0a90b 76f0ade (vadimsh@chromium.org) [cipd] Remove set_service_account. 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: I38be3a92853359a0653db2327e0344228f65bf5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3235942 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/8832780135860801809 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f63c949dff872fd1ad3fbd81b186d00514cf8cd6 f63c949 (vadimsh@chromium.org) [cipd] Pass -verification-timeout to pkg-register. 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: I52f25fd412d8ea86417f929b10a282e27011dfc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3235941 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/8832798381948059697 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/50d670cae747fe2ab4c0eb117605d32be73f5452 50d670c (jwata@google.com) Update gevent to version:1.4.0.chromium.1 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: Ife879e9fbd182c374353d36669a052ef799af2c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3235810 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>
-
- 20 Oct, 2021 4 commits
-
-
Gavin Mak authored
bot_update fetches +refs/branch-heads/* but also checks git cat-file -e +refs/branch-heads/* which fails. Bug: 1261879 Change-Id: Ic902eebcb7301aeae32e1a8775e3babf9fdedea9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3234885Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Xinan Lin authored
If one uses update_files() method to file a chain of CLs and wants to submit them together, they have to set submit=False to wait for the last CL. As a result, users have to run `set Bot-Commit+1` for each CL at their side, which is annoying. This change makes the gerrit module to handle that, and callers only need to submit the chain. BUG=1261724 TEST=train Change-Id: If7d420d8d3c40b1d462284395cdc87ac680d0918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3235388 Commit-Queue: Xinan Lin <linxinan@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Michael Moss <mmoss@chromium.org>
-
Michael Moss authored
BUG=1052179 R=dpranke@google.com, linxinan@chromium.org Change-Id: I6e220b70e63d990e9257d9fe4d107de7dbd2eb81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3232849 Auto-Submit: Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Reviewed-by: Xinan Lin <linxinan@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Brian Ryner authored
Notable changes: - Fix for missing runtime DLLs on Windows - Enables native Mac ARM64 wheel support - Startup performance improvements - Fixes to spec validation for python 3 Bug: 1237202, 1103275, 1219868 Change-Id: I9beeb9dc5e82630d3cc6369a501fa63b11d1321d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3158553 Commit-Queue: Brian Ryner <bryner@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 19 Oct, 2021 3 commits
-
-
Josip Sokcevic authored
Only hanging process recorded so far is gsutil. Sending sigterm doesn't result in successfully terminating the process. Instead, use sigkill. R=gavinmak@google.com Bug: 1255228 Change-Id: Iad354284422676df804c68cb6f18c7db723bf862 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3232250 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/8832922323383333569 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/9789009ad06db056dddafc187c3b10ba3c127fce 9789009 (olivernewman@google.com) [step] Accept timedelta objects for timeout arg 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: I0a8c47b8f3f7be362a1ab1a4b3eea6d5914493da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3232088 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>
-
Andrew Grieve authored
Was finding only "master" commits. Change-Id: I434a0cb8d2112d6173e638814ad10f401c2fb9b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3226313Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Andrew Grieve <agrieve@chromium.org>
-
- 15 Oct, 2021 4 commits
-
-
Josip Sokcevic authored
The command is used for verification purposes when git index is fetched from GS. The output is verbose for chromium/src and not useful at all. R=gavinmak@google.com Bug: 1255228 Change-Id: Ie95963a23ef397e9fd6ce7bcf959ec9964d21ba7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3227145 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Weiwei Lin authored
Notable changes: 1. Do not produce semantically unimportant diffs by default. 2. Support configuring bug_url_template in milo.cfg R=iannucci, vadimsh Change-Id: I2c7df4d16129dc55148e6c4ccfbf73aa50242be7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224847 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Josip Sokcevic authored
This is a reland of d3cfea0c 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: I712bf5f625fd42992e7b5310ae005fad2633e1a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3223155Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Chenlin Fan authored
These package versions have conflicting dependencies. The conflict is caused by: The user requested astroid==2.4.2 pylint 2.7.4 depends on astroid<2.7 and >=2.5.2 Change-Id: Id2724413f18d1cb62a6cc9cb936edf26f245f621 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224599 Auto-Submit: Chenlin Fan <fancl@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
- 14 Oct, 2021 9 commits
-
-
Gavin Mak authored
This change removes the need for the Gerrit plugin recipe to clone the Gerrit repo itself. Recipe-Nontrivial-Roll: infra Bug: 1196790 Change-Id: I3d6bb71a2e95c50c4dc29345ad24e482177233d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224087 Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: 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/8833357062525804017 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/022d75261ffc4d0a88448bc0adf4201bd7549bc0 022d752 (mohrr@google.com) [path] Don't require dirname arg be a Path 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: Iaf405049330c20d7473f3434a661c9d016765a0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224090 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/8833358321295258049 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f1fc64b87ff019871cb3cbea5d85bfc34fa929ab f1fc64b (mohrr@google.com) [path] Don't require split arg be a Path 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: I5930264e2a01326d1909e1bc77b46ac79c506ffa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224086 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
We only build git_cache if main branch exists, and newly boostrap caches have main as default. This sets HEAD for already boostrapped caches, in case they were boostrapped before the default branch change. R=gavinmak@google.com Bug: 1251783 Change-Id: I715329ee06cf523f9fe2e6a324381dc5703bac34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3218281 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: 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/8833360207979618065 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/fdeb0a5461ca75d779dfc2f3143e685be9b892a4 fdeb0a5 (mohrr@google.com) [path] Don't require splitext arg be a Path 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: I9940acf4ffa26df96cdbcf4c9ad76a2ec9976e88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224254 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
It's generaly not useful and makes it harder to understand bot_update logs. If we need to debug specific builders, we can set environment variables in the recipe itself. R=apolito@google.com Bug: 1255228 Change-Id: I18fc6ee8cb15b30bc3a4422ddd04979189bacf64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3221250 Commit-Queue: Anthony Polito <apolito@google.com> Reviewed-by: Anthony Polito <apolito@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/8833367129404064273 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0e5fc4424f5779df034e6d65512dc8ac5f1c8ef6 0e5fc44 (mohrr@google.com) [path] Return Path objects in more cases 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: Ib44451885b972a06e0df17f9b4d6018c26e6758a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3223334 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>
-
Garrett Beaty authored
Change-Id: I31007dbbbe9c76f5e4aaf8aef0001979d05c1066 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224017 Commit-Queue: Garrett Beaty <gbeaty@google.com> Auto-Submit: Garrett Beaty <gbeaty@google.com> Reviewed-by: 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/8833378452837988609 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/78a39ee13ae5947ca94dd7a2a136874de50709a3 78a39ee (mohrr@google.com) [path] Protect Path data members 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: Ie3dfd8e6936384b2621c6df27533545e49bac362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3224003 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>
-
- 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 1 commit
-
-
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>
-