- 15 Jun, 2021 5 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/+/caa777138987d83c540887e5fe3256f69ad0315a caa7771 (yuanjunh@google.com) [python3] Support recipe fetch and bundle to run in py2 and py3... 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: Ia920ce72e2e64c9e9052aa236e10c3a641c28ea6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2964481 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>
-
Takuto Ikuta authored
This reverts commit 6ec423c7. Reason for revert: http://b/191118784 Original change's description: > Roll out new goma client binary VERSION=224 > > Bug: b/190680102 > Change-Id: If6e176c37292d8dc2b6f1131c90187a94cc2c534 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2960154 > Reviewed-by: Takuto Ikuta <tikuta@chromium.org> > Commit-Queue: Fumitoshi Ukai <ukai@google.com> Bug: b/190680102, b/191118784 Change-Id: I732413b6b639f440383a89cfeb6b35d8ece995c0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2960304 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
Fumitoshi Ukai authored
Bug: b/190680102 Change-Id: If6e176c37292d8dc2b6f1131c90187a94cc2c534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2960154Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
Bruce Dawson authored
If you copy\paste a license header in such a way that \r\n line endings are used (I have done this) then CheckLicense would fail. This is quite confusing because the license looks perfect in most text editors. This change tells CheckLicense to treat \r\n line endings as equivalent to \n and let CheckForWindowsLineEndings do its job of warning about the \r\n line endings. This avoids confusing presubmit messages. Bug: 801033 Change-Id: I37fa4a6d9cd0f1a4dcce1267175f4b8fd298b906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2951788Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Bruce Dawson <brucedawson@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/0afd693c9bf53a74e7c575891001a7e0d7491fae 0afd693 (gbeaty@chromium.org) Update StepCommandContains to support regexes. 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: I8cb750a0ca5a4a3f4bae499d59711d9c83b24c8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2961794 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 Jun, 2021 1 commit
-
-
Greg Guterman authored
Quick run is only set when the -q flag is passed. It is not set to 0 by other flags because only Chromium has Quick run and there are other depot_tools users. We rely on the CQ to set the flag back to 0. Bug: 1192827 Change-Id: I3310c9f005343f7d3eea56eaad5f19c7ba751921 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2927818 Commit-Queue: Gregory Guterman <guterman@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 11 Jun, 2021 2 commits
-
-
Dirk Pranke authored
This reverts commit e53a5939. Reason for revert: Speculative revert for build failures on Mac11 bots: crbug.com/1219065. 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: Ib0757e0873d6e6b39621d50d327d959f0fa43720 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2957473 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
Brian Ryner authored
This contains https://chromium-review.googlesource.com/c/infra/infra/+/2943752 , a stability fix for Mac (and potential startup performance improvement). Bug: 1215121 Change-Id: I77a90b8b00ddf0570dc8e0e5821c0b31b60ab79a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2951423Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Brian Ryner <bryner@google.com>
-
- 10 Jun, 2021 6 commits
-
-
Dirk Pranke authored
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/+/2907155Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
Roberto Carrillo authored
This is to pick up crrev.com/c/2921147 Bug: 1169866 Change-Id: I7e1d78536fd7820c54066bc675fa0c7404454783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2930649Reviewed-by: Scott Lee <ddoman@chromium.org> Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
-
Edward Lesmes authored
Change-Id: I34eed860f9fd68c2382cdcf955f2f5e10ebb31c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2946936 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com>
-
Edward Lesmes authored
When running using led, DEPOT_TOOLS_REPORT_BUILD might not be set, and bots will try to collect metrics. Set DEPOT_TOOLS_COLLECT_METRICS so metrics are not collected on this case. Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: build_limited_scripts_slave Recipe-Nontrivial-Roll: chromiumos Change-Id: I8b1083b31ef6daf87d24544a990bee863543aa1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2946935Reviewed-by: Ben Pastene <bpastene@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Fumitoshi Ukai authored
Bug: b/190141502 Change-Id: I6c5074a2d91082fee398e80e6fd1682e07997dbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2950609Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Fumitoshi Ukai <ukai@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/+/7dd172078b903b9a3639400d449d34478591deec 7dd1720 (chanli@chromium.org) [resultdb] support exonerate_unexpected_pass 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: Ieef8f3f630d9df87105fa53491ee90da5d5e017a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2952065 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>
-
- 09 Jun, 2021 4 commits
-
-
Josip Sokcevic authored
Bug: 1215375 Change-Id: I068801f5e7482cf13cf70dd6c3a70c39f22a39f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2949974 Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Change-Id: I93a4c20121010e8644982aa7910ff41884734f97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2949972 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Takuto Ikuta authored
Bug: b/190562569 Change-Id: Iaa8d119ad643e64bdf231fe5ae43ea4daa69996f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2947272 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Fumitoshi Ukai <ukai@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/+/c939f7671241f0841d03c507d7fadb09bef73f61 c939f76 (bpastene@chromium.org) swarming: Allow resultdb_info to be optionally excluded in tests. 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: I01e00af3920fcd91124423ce284ddf99cdce0e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2948201 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>
-
- 08 Jun, 2021 4 commits
-
-
Josip Sokcevic authored
Follow up on https://crrev.com/c/2929386 R=dpranke@google.com Change-Id: Id977cfae561ecfb231372348387b084e098e6747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2947981 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Brian Ryner authored
This contains https://chromium-review.googlesource.com/c/infra/infra/+/2943752 , a stability fix for Mac (and potential startup performance improvement). Bug: 1215121 Change-Id: Ifac20c066d7c6527574e9a128e4f5d60774824b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2944646 Auto-Submit: Brian Ryner <bryner@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Josip Sokcevic authored
Currently, GitChange.AllFiles returns a list of byte[]. This is inconsistent with py2 and may cause issues when byte[] is used when string is expected. Change-Id: I3e73bc5f71aa787f55357b8139cdeeabee056047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2946934 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/1b52b3c87b8ae1d93690a037fa362d27458e88d5 1b52b3c (olivernewman@google.com) [file] Handle EnvironmentError with errno=None 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: I48c561b77eee78cf5f875621efb373179afd0222 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2947004 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 Jun, 2021 3 commits
-
-
Edward Lesmes authored
If sync fails, synced_solutions is not initialized, resulting in a use-before-init error. Bug: 1217352 Change-Id: I2367d0f8030faa571b5c2743d5d97aa4c0329a7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2945663Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e2aec9bad49cba0b868dfc9c112c8360dbb0d437 e2aec9b (yiwzhang@google.com) raw_io: fix the format of code block in raw_io 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: I565df8639f03c4a3e5784fba4f987615bec97f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2945657 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
All repositories have main branch and it's default branch R=ehmaldonado@chromium.org Change-Id: I1206574901124012254948095c5a3450b8449517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2939020 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 04 Jun, 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/9ab7500f8445230c5ad638838546c8281c4eee45 9ab7500 (ihuh@google.com) [swarming] Fix cas_instance key name in cas_output_root. 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: I960ee0ac8bd5ddfb86b301d47f790e05a99cabba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2941922 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a6a12aa6899544d8f16986e16a228fe3ca4c7d f3a6a12 (yuanjunh@google.com) [python3] Generate vpython3 compatible scripts in the bundle co... 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: I2cce76fc73a025b5b3c84b122f0dbbd33c43c2c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2941672 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 always want gclient_utils.FileRead() to return a text string these days, but the existing code didn't work right for Python2 if you called it explicitly with mode='r'. R=ehmaldonado@chromium.org Bug: 1210746 Change-Id: If540746f31308b671f9101334b5cd9848a7e9257 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2930626Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Dan Harrington authored
kwargs['stdin'] is passed in to subprocess communicate(), which expects bytes, not str. Bug: 1215602 Change-Id: I95326eed08cffecd31abc6b0380de2a3c2ff3dd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2929386Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Dan H <harringtond@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2f91f3e786ddd6e5a582d475cfa9691532f26215 2f91f3e (ihuh@google.com) [cas][swarming] Display CAS URL. 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: I2547fb8a349b81df06c18bc4ef6b39094a066f78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2939011 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>
-
Fumitoshi Ukai authored
This reverts commit 681604eb. Reason for revert: performance regression on windows. Original change's description: > Roll out new goma client binary VERSION=222 > > Bug: b/189050323 > Change-Id: I003e38d71a9b40db7f4c0fcf43543205dd8da454 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2939942 > Reviewed-by: Junji Watanabe <jwata@google.com> > Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> > Commit-Queue: Fumitoshi Ukai <ukai@google.com> Bug: b/189050323 Change-Id: I5f323ad15294a56c8884c4b5f9f1b9c40689c452 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2939618 Auto-Submit: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
Fumitoshi Ukai authored
Bug: b/189050323 Change-Id: I003e38d71a9b40db7f4c0fcf43543205dd8da454 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2939942Reviewed-by: Junji Watanabe <jwata@google.com> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
- 03 Jun, 2021 5 commits
-
-
Edward Lesmes authored
If checked-out revision is less than 6 hours old, skip fetching latest revision. Bug: 1199853 Change-Id: Ifd2a61055de286fe6fd94a5d43f80a1885a6931c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2911015Reviewed-by: Erik Staab <estaab@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ac7e7183a25bd2085ab205a93d47e68fedac65a7 ac7e718 (olivernewman@google.com) [file] Catch IOErrors 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: I70e76d7105174e7e9b04c7c4a98f8111f81fcdf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2937308 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
Depot tools git cl presubmit supports py2 and py3. However, presumbit recipe only runs py2. This patch adds support for running py3 presubmit checks too. Bug: 1214829 Recipe-Nontrivial-Roll: build Change-Id: I089460eaf65d4b6f1238eea13eb087fadb21cad5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2934371Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Dirk Pranke authored
When presubmit checks create warnings that should raise a prompt whether or not to continue, the output wasn't being flushed properly under python3. Bug: 1213316 Change-Id: Ibb4b4d965d49f0cd65ccc0737282e5f5b5f58004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2921323Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
Marco Georgaklis authored
The endpoint documentation can be found here: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#get-related-changes This involved adding support for the command in gerrit_client and gerrit_util and then incorporating functionality and testing into the gerrit recipe module. The reasoning for this is to be able to identify chained builds for improved accuracy of the new test identification for the FLake Endorser project. Bug:1204163 Change-Id: Ic60c733540a9afd7ff159408b0ea9ad7aac078e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2928016 Commit-Queue: Marco Georgaklis <mgeorgaklis@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
- 02 Jun, 2021 2 commits
-
-
Edward Lesmes authored
Change-Id: I5340fa9b989cccda61e7a14b4cd30749e2f2c017 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2935003Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Nicolas Boichat authored
my_activity can definitely be useful outside of Chromium, and the gerrit instances are sometimes private. This allows users to carry an additional list of instances in a json file (and possibly monorail projects, but that seems like likely to be useful). Change-Id: Ic0fec3bd4f815200f27cc0a8530cfd88f4328269 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2925677 Commit-Queue: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 01 Jun, 2021 1 commit
-
-
Greg Thompson authored
Commit 6fc394f9 added some diagnostics, but it didn't quite work out the way it was planned. Bug: 1210746 Change-Id: Ia4f30606e87d3f8b1362441bd74bb7ed0f5ca886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2928771 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-