- 17 Aug, 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/8838611686910615552 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/10bb98df2a9623390920e9d6dd7fd679e2a18581 10bb98d (olivernewman@google.com) [path] Only swallow EEXIST when ensuring dirs 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: I39574c856e948765504b1d596f2a1c2d399b5f49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3101515 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>
-
Edward Lesmes authored
Change-Id: Idcb5d9b66cb019d8892ff8cfe92a0a04b01ed9e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3022311 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
This reverts commit e8ef6259. Reason for revert: https://crbug.com/1240673 High rate of bot_update failures, lots of gsutil defunct processes. Original change's description: > Update gsutil to use gsutil version 4.66, python3 > > This is a reland of 45773602 > with following changes: > * bump version from 4.61 to 4.66, which contains several bugfixes > > Original change's description: > > Reland "Reland "Update gsutil to use gsutil version 4.61, python3."" > > > > This is a reland of e53a5939 > > > > Additional bug fixes: > > * handle race condition in gsutil when creating its directory > > * limit to one gsutil process on darwin due to bug in python3 > > > > Original change's description: > > > Reland "Update gsutil to use gsutil version 4.61, python3." > > > > > > This reverts commit af121aee. > > > > > > Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance. > > > > > > Original change's description: > > > > Revert "Update gsutil to use gsutil version 4.61, python3." > > > > > > > > This reverts commit f059ec93. > > > > > > > > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640. > > > > > > > > Original change's description: > > > > > Update gsutil to use gsutil version 4.61, python3. > > > > > > > > > > This CL updates the gsutil.py wrapper to download and use > > > > > v4.61 of GCP's gsutil, which is Python3-compatible. > > > > > > > > > > v4.61 appears to be fully self-contained and have all of the > > > > > packages it needs vendored into it. So, there's no reason to > > > > > use vpython anymore, and this CL removes that. > > > > > > > > > > Also, this CL removes the 'fallback' option to gsutil and > > > > > the ability to force a version switch, as this should no > > > > > longer be necessary (it was added for a migration back in 2014 > > > > > but apparently this code was never removed afterwards). > > > > > > > > > > This CL also updates download_from_google_storage.py and > > > > > upload_to_google_storage.py to similarly not have the version flags > > > > > and to just use regular python3, not vpython3. > > > > > > > > > > Bug: 1184108 > > > > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443 > > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439 > > > > > Reviewed-by: Mike Frysinger <vapier@chromium.org> > > > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > > > > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > > > > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > > > > > > > Bug: 1184108 > > > > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2 > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904 > > > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> > > > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > > > > > Bug: 1184108 > > > Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155 > > > Reviewed-by: Mike Frysinger <vapier@chromium.org> > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > > > Bug: 1184108 > > Change-Id: Ibb5d886fd22e3553521ff8ad6e2b4435844ef972 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2988716 > > Reviewed-by: Dirk Pranke <dpranke@google.com> > > Reviewed-by: Mike Frysinger <vapier@chromium.org> > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > > Commit-Queue: Josip Sokcevic <sokcevic@google.com> > > Bug: 1184108 > Change-Id: I33787dc75f6e45d6b462706e934d7a2a37703fa7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088085 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> Bug: 1184108, 1240673 Change-Id: I74c3243ea29b99476e09b6ddb49cb052812a1e3e No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3100348 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
Sven Zheng authored
git new-branch --upstream_current <branch_name> can create a new branch tracking the current branch. I need this in my recipe so adding this flag to the recipe module. Bug: 1238169 Change-Id: I1816b8d78867848e7a8f80337a6d82db8b6ef777 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3095037 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@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/8838690329707905472 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/285bba2f591017fb724aa36b5275a2704025ff53 285bba2 (iannucci@chromium.org) [recipe_modules/runtime] Mark as py2+3 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: Ib03bf42763ac6dd885dbea1dec56a3d3ad4b01b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3099068 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/8838691588545063824 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/91cbe44d40e9ac7773a4f519bc4c7502df2c2011 91cbe44 (yuanjunh@google.com) [python3] Migrate path recipe module 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: I4389c280bcf6529990f59d6108fc52157acdedf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3099066 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/8838697878878976336 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4adccbcf838a1530ab7e551e7feba121d48b9e5e 4adccbc (gbeaty@chromium.org) Improve the output of the autoroll command. 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: I65d80930734ea29beaff8c67383c68bf6345bb6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3098715 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>
-
- 16 Aug, 2021 2 commits
-
-
Josip Sokcevic authored
This is a reland of 45773602 with following changes: * bump version from 4.61 to 4.66, which contains several bugfixes Original change's description: > Reland "Reland "Update gsutil to use gsutil version 4.61, python3."" > > This is a reland of e53a5939 > > Additional bug fixes: > * handle race condition in gsutil when creating its directory > * limit to one gsutil process on darwin due to bug in python3 > > Original change's description: > > Reland "Update gsutil to use gsutil version 4.61, python3." > > > > This reverts commit af121aee. > > > > Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance. > > > > Original change's description: > > > Revert "Update gsutil to use gsutil version 4.61, python3." > > > > > > This reverts commit f059ec93. > > > > > > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640. > > > > > > Original change's description: > > > > Update gsutil to use gsutil version 4.61, python3. > > > > > > > > This CL updates the gsutil.py wrapper to download and use > > > > v4.61 of GCP's gsutil, which is Python3-compatible. > > > > > > > > v4.61 appears to be fully self-contained and have all of the > > > > packages it needs vendored into it. So, there's no reason to > > > > use vpython anymore, and this CL removes that. > > > > > > > > Also, this CL removes the 'fallback' option to gsutil and > > > > the ability to force a version switch, as this should no > > > > longer be necessary (it was added for a migration back in 2014 > > > > but apparently this code was never removed afterwards). > > > > > > > > This CL also updates download_from_google_storage.py and > > > > upload_to_google_storage.py to similarly not have the version flags > > > > and to just use regular python3, not vpython3. > > > > > > > > Bug: 1184108 > > > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443 > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439 > > > > Reviewed-by: Mike Frysinger <vapier@chromium.org> > > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > > > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > > > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > > > > > Bug: 1184108 > > > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904 > > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> > > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > > > Bug: 1184108 > > Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155 > > Reviewed-by: Mike Frysinger <vapier@chromium.org> > > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > Bug: 1184108 > Change-Id: Ibb5d886fd22e3553521ff8ad6e2b4435844ef972 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2988716 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Reviewed-by: Mike Frysinger <vapier@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> Bug: 1184108 Change-Id: I33787dc75f6e45d6b462706e934d7a2a37703fa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088085Reviewed-by:
Dirk Pranke <dpranke@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/8838713607911186816 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/86c0224c10b152ba9db02075c819b5e51057f528 86c0224 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from b524a7a07b07 to 7bfc27d8df88 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: I63a014f90d7526cd031d320d3a3267f1135d1f0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3098099 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>
-
- 14 Aug, 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/8838970300107032080 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/eb6ff897b261d8850d4bed2d3eb4b58694394ec0 eb6ff89 (tandrii@google.com) [tricium] be less stringent about posted comments. 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: Iae5d2e214003ed1b12ed1d04d2f900993cae0eb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3095036 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>
-
- 13 Aug, 2021 4 commits
-
-
Josip Sokcevic authored
R=apolito@google.com Bug: 1098562 Change-Id: I98123cba5b6a2ff077a5a599c8640e18de3c4957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3095027 Auto-Submit: Josip Sokcevic <sokcevic@google.com> 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/8838972815376433505 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6b9dcdd84235ac9f2358464b662ba77b1c705889 6b9dcdd (yuanjunh@google.com) [python3] make version and platform recipe modules support 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: I50ed2609018aaa0dbc199687b21b79310f863b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3095026 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/8838974074124855968 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/8b26c1d89b9d7ec97a7c41886fc9beab56155726 8b26c1d (yuanjunh@google.com) [python3] Add more unit tests for recipes.py test command 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: I2713adb1784938e0f781ea97e98c43688ab0cae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3093182 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/8839041242848073665 Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/039f2ac4ce7dd2b85c6cba95c9ea9ed8a951efd7 039f2ac (tikuta@chromium.org) cas: roll client 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: I9614728c851e528e0bb062f0ac4b99893b625be9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3093633 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
-
- 12 Aug, 2021 1 commit
-
-
Yiwei Zhang authored
To pick up: https://crrev.com/c/3088084 R=tandrii, vadimsh Change-Id: I016254eb1352be25041e137d63c964e79c9c7975 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3089773 Auto-Submit: Yiwei Zhang <yiwzhang@google.com> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com>
-
- 11 Aug, 2021 4 commits
-
-
Yiwei Zhang authored
To pick up: https://crrev.com/c/3084064 R=tandrii, vadimsh Change-Id: I74810ca84b3d3304f4624242abd158b948cd1719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088082 Commit-Queue: Yiwei Zhang <yiwzhang@google.com> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Auto-Submit: Yiwei Zhang <yiwzhang@google.com> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org>
-
Josip Sokcevic authored
There is no need to override refs/heads/main to be HEAD. This may not always be true, there is no benefits of doing so and it doesn't play well with git_cache which will set HEAD to global default branch. R=gavinmak@google.com Bug: 1238084 Recipe-Manual-Change: build_limited Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: infra Change-Id: I21ab3463baaf7f86562ab0c65c06c3ac0962a08c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088295 Commit-Queue: Josip Sokcevic <sokcevic@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/8839203711842053200 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/de0fdebeb07a64732b21daa1213a7295e1cbd445 de0fdeb (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 09a9ea416018 to a5735121c633 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: I15d07368c32fca8d5fc1193c5206ac7491686136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088119 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>
-
Chan Li authored
This is a reland of 211a5174 Original change's description: > [dirmd] roll dirmd > > To include change: https://chromium-review.googlesource.com/c/infra/infra/+/3058518 > > Bug: b:194513801 > Change-Id: I34f15dfc60908a2e0873d9b12d9cb2894ed5b966 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3064785 > Reviewed-by: Nodir Turakulov <nodir@chromium.org> > Commit-Queue: Chan Li <chanli@chromium.org> Bug: b:194513801 Change-Id: I5664b3af45d6ea8e84dc995bb615dc597e84ce24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088241 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Chan Li <chanli@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
- 10 Aug, 2021 6 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/8839247110176252897 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/61b4442cb24ebaa0165f65e27de650733a523207 61b4442 (yuanjunh@google.com) [python3] Run all py3 simulation tests implicitly 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: I81651337f0927c290364f43ad2b2e617f89c3a79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088312 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>
-
Rakib M. Hasan authored
This CL allows users to pass the root solution revision to the bot update step for presubmits. The presubmit for some child repositories of src have dependencies on src. We need to make sure that the same branch of a src and child repositories are checked out. Bug:1238418 Change-Id: If2ea3962d764bddd17b3d17d20e7c644f4065fe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3085094Reviewed-by:
Gavin Mak <gavinmak@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com>
-
Gavin Mak authored
This reverts commit 2b29d0f8. Reason for revert: may be causing crbug/1238425 Original change's description: > Fix invalid reference: refs/remotes/origin/HEAD error > > Change-Id: Iac298a7a14b5c0b55fd199ec120fe5c37ef88fdc > Bug: 1178944 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2757129 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Gavin Mak <gavinmak@google.com> Bug: 1178944, 1238425 Change-Id: I131b8a347486b70289bf78978738e1a64bd460e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3086970Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Brian Ryner authored
Bug: 1235841 Change-Id: I64492564585b614fa24996db633448ce48a06f5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3076152Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Brian Ryner <bryner@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/8839320732795286417 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b2bb76b3732304445c66bd8b6c88c6416c515514 b2bb76b (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 3ec60c6087c1 to 1120f810b7ab 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: I04cc9b9c8320bf6bb9b4b0f130843b614570f084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3083991 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
Bug: 3082645, b/195975120 Change-Id: I85c54159cd902b9d131befb8c2ac4e82a40db0f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3084004Reviewed-by:
Scott Lee <ddoman@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org> Auto-Submit: Josip Sokcevic <sokcevic@google.com>
-
- 09 Aug, 2021 4 commits
-
-
Josip Sokcevic authored
Currently, git cache depends on the global default branch. Set it to main explicitly instead. Bug: 3082645, b/195975120 Change-Id: Ia9331d479dbe9547b6913c74bbf86852fff3a596 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3083251 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: 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/8839340866183586961 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/29d6093662ccbd92e2fa5795b116fbb2631cb17d 29d6093 (yuanjunh@google.com) [python3] Move the combined coverage report into final_report() 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: I516795dd0a8fdde095b0ebb352c598e6a7c7f51f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3082651 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>
-
Xinan Lin authored
Currently gerrit_client retries if received 404, which does not provide anything meaningful. It is nature to get 404 for a non-exist branch. I am not sure why we raise a 200 error per an empty response. I think we could just accept 404 and return it like other GET functions, e.g. GetAccountDetails(). BUG=1208430 TEST=local Change-Id: I054bad99b69c54cc125141108299193f5cc092de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3077363Reviewed-by:
Michael Moss <mmoss@chromium.org> Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Xinan Lin <linxinan@chromium.org>
-
Josip Sokcevic authored
Bug: 1238084 Change-Id: I805f1e7b294c5317adeb7206a021d173e045e8f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3082645 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Anthony Polito <apolito@google.com>
-
- 06 Aug, 2021 3 commits
-
-
Robert Liao authored
This reverts commit 211a5174. Reason for revert: crbug.com/1223076 is still active on this roll. Original change's description: > [dirmd] roll dirmd > > To include change: https://chromium-review.googlesource.com/c/infra/infra/+/3058518 > > Bug: b:194513801 > Change-Id: I34f15dfc60908a2e0873d9b12d9cb2894ed5b966 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3064785 > Reviewed-by: Nodir Turakulov <nodir@chromium.org> > Commit-Queue: Chan Li <chanli@chromium.org> Bug: b:194513801 Change-Id: Idc93a69fea22840b8183785e83a2a60816480c22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3076884 Auto-Submit: Robert Liao <robliao@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org> Reviewed-by:
Chan Li <chanli@chromium.org>
-
Owen Rodley authored
Note that this can't be submitted until the infra "cit" branch has been bumped to at least https://crrev.com/c/3041136. See https://crbug.com/1236862 for details. Bug: 1229907 Change-Id: I331cdd5d0ce35fb23e4634e125c462a7ed19e837 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3071511Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Owen Rodley <orodley@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/8839693816983180065 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/d387cb4609f82b51b9c536ff89e8988a71752c66 d387cb4 (yuanjunh@google.com) [python3] Add --py3-details to suppress py3 error msg 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: I4b979b050b83db65e0544c80a1bc0421c6128a72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3076532 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>
-
- 05 Aug, 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/8839699477592606288 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/3457a0a090a615c03b9d34edc12aec32bbc0ae76 3457a0a (gbeaty@chromium.org) Add additional logging to the candidate algorithm. 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: I920d5ff509b48142875a036c26667ec0bf016dce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3076525 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
Recipe-Manual-Change: build Recipe-Nontrivial-Roll: build_limited Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: infra Change-Id: I89008bc07b1c3de13d9c6dd64e723fe6dc8d01d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3015262 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Gavin Mak <gavinmak@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/202519d38296b746b6519892d92dbf043f0c4625 202519d (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 2bcbc4fc4d98 to d4ae177e350b 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: I1ed183e6f431b5b1236a1abcc45f2cd28d5aa917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3073662 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>
-
- 04 Aug, 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f354bc536dfad84be954dbdceb406f5ee8a215b0 f354bc5 (tandrii@google.com) [tricium] perform basic validation of comments posted by analyz... 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: I023b8fd9916dd0d0b39ccf5138ac903c19b391dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3072423 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>
-
Dirk Pranke authored
We were attempting to run pylint-2.6 with python2, when it needs to be run with python3. I'm not sure how we haven't noticed this before now. Bug: 1157676 Change-Id: I60fc22a805c20649d04f7d0f53c828a0db41e8e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3068833Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2a458f0bd2ab012c28ec57a3f057edd9bfa844b0 2a458f0 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 48de919ac2fb to b32fc6edde4d 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: Id8e7b19e7c9c092b3b0e2809fd61b2859fd44f62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3068837 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>
-
- 03 Aug, 2021 2 commits
-
-
Xinan Lin authored
params in the form 'key=value' is required by gerrit_client tool, although may not be used by the backend. BUG=1207955 TEST=e2e Recipe-Nontrivial-Roll: chrome_release Change-Id: I1181868060af921f87efe55ea9f60fa37ae8b215 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3068823 Commit-Queue: Xinan Lin <linxinan@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@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. Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/65637d15867e2fcea3a6e4c344f7c398de2d0105 65637d1 (yuanjunh@google.com) Report the total coverage for py2 and py3 tests 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: I2386152e58d6ef756d964a6532f06c35d527757e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3068828 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>
-