- 25 May, 2021 1 commit
-
-
Brian Ryner authored
Bug: 1208146 Change-Id: Ifb27636063a3fbe02f605f42af3f04b2dbda1529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2914233Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Brian Ryner <bryner@google.com>
-
- 24 May, 2021 3 commits
-
-
Stephen Martinis authored
This reverts commit 856ccef0. Reason for revert: Probably broke chrome os waterfall Original change's description: > bot_update: Don't use gclient sync output and rely on gclient revinfo. > > In preparation for skipping gclient sync if there are no DEPS changes. > > Bug: 1199853 > Change-Id: Ib9b4ab803bc574a384c661765cee5e4c1de5baae > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2912259 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Bug: 1199853 Change-Id: Ib893704dffc68b02dfa7f977e751e236003b7e0b No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2910949 Auto-Submit: Stephen Martinis <martiniss@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Avi Drissman <avi@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Owners-Override: Avi Drissman <avi@chromium.org>
-
Edward Lesmes authored
In preparation for skipping gclient sync if there are no DEPS changes. Bug: 1199853 Change-Id: Ib9b4ab803bc574a384c661765cee5e4c1de5baae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2912259Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Fumitoshi Ukai authored
Bug: b/187774798 Change-Id: I4746b764b1201fe6a92b90da50186078a1e3f6b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2913018Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
- 21 May, 2021 8 commits
-
-
Nodir Turakulov authored
Earlier git-ls-files-based optimizations was reverted https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2911692. Since then the root cause was fixed https://chromium-review.googlesource.com/c/chromium/tools/build/+/2911979 and this CL relands the optimization. This CL also picks up "mixins" feature which enables reducing duplication of metadata. See https://chromium-review.googlesource.com/c/chromium/src/+/2897943 Bug: 1179786, 1201822 Change-Id: I9697bae9342f6cdc947abe025bebce22b09b530e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2912261Reviewed-by:
Prakhar Asthana <pasthana@google.com> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
Edward Lesmes authored
Change-Id: I00b32eb109cdff7e138ef5d9497eda77c33188f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2912295 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by:
Gavin Mak <gavinmak@google.com>
-
Bruce Dawson authored
Presubmits when uploading occasionally take a very long time - over a minute - and after the fact there is no easy way to know why. This makes fixes to slow presubmits take longer. This change builds on crrev.com/c/2532895 to print a message when any individual presubmit function takes longer than ten seconds. During normal usage this is a NOP but it will presumably find the long poles when presubmits are running particularly slowly. This is similar to gclient runhooks where any hooks that take longer than ten seconds have their run time printed. Change-Id: If57ed35d7a7d221f6380e9b97cf72af56f75e441 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2911594Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Bruce Dawson authored
CheckForWindowsLineEndings is a Chromium presubmit to make sure that \r\n line endings (Windows line endings) don't get committed. Among other things these line endings mess up the license checks, leading to cryptic errors. The problem is that ChangedContents() was stripping line endings, making any checking for them futile. This change adds an option to preserve line endings, to be used by Chromium's CheckForWindowsLineEndings. It's not clear how long this has been broken. See also crrev.com/c/2911914 which must land after this. Bug: 801033 Change-Id: I7cdb9b3581788624f9eca081da43bb070ee412a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2910488Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Bruce Dawson authored
The CheckLicense presubmit is supposed to check for correct licenses, not for correct line endings. By reading the input file in binary mode it implictly does both, leading to confusing error messages. This is exacerbated by bugs in the line ending checks which are being addressed separately. This change will avoid false positives on files that have Windows line endings. Change-Id: I2ff8632f273ec4896cb4918c386e0d1c12e72935 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2910486Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Edward Lesmes authored
Change-Id: I4a6811f4dd3c5330eed821acd2dc4855aabcf483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2911202Reviewed-by:
Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Prakhar Asthana authored
This reverts commit 170ef527. Reason for revert: This is breaking coverage builds(https://bugs.chromium.org/p/chromium/issues/detail?id=1210693) Original change's description: > [dirmd] Roll dirmd > > To pickup https://chromium-review.googlesource.com/c/infra/infra/+/2891608 > > R=dpranke@chromium.org > > Bug: 1179786 > Change-Id: I023e85e96660ee3acef8eaca345e5e89d3bf03e3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2894371 > Commit-Queue: Nodir Turakulov <nodir@chromium.org> > Commit-Queue: Dirk Pranke <dpranke@google.com> > Auto-Submit: Nodir Turakulov <nodir@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@google.com> Bug: 1179786 Change-Id: I5f9a985080c04f52d2c554763c1a42cd95caecd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2911692 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Prakhar Asthana <pasthana@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/+/f53df171aca3367df3b5bf4534b746667aedce40 f53df17 (yiwzhang@google.com) luciexe: don't clear tag in initial build when invoking sub-luc... 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: Id9010b0da15d5ac9703abf3576e728b3abeaa164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2911023 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 May, 2021 2 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/+/e6c4e528a2562a14f28acc75d52f1f11b4595899 e6c4e52 (mgeorgaklis@google.com) Added -merge flag functionality to resultdb query method. 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: I2d952e5b82784cbdcb3274c11bbbf143420cb13d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2911020 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
This reverts commit 3e9eda17. Reason for revert: Trying again with a fix. Original change's description: > Revert "Try again to fix UnicodeDecodeError in CheckAuthorizedAuthor." > > This reverts commit dd007670. > > Reason for revert: Change wasn't correct. > > Original change's description: > > Try again to fix UnicodeDecodeError in CheckAuthorizedAuthor. > > > > This will attempt to do so in a Python2-compatible way. > > > > Bug: 1210746 > > Change-Id: I09edc21a5c47106803c0ac5ca449e0f8732efb24 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2906501 > > Auto-Submit: Dirk Pranke <dpranke@google.com> > > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Bug: 1210746 > Change-Id: Ia101d73857abe3d65ba48e05e7a0bc98efb2fd37 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2908152 > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Dirk Pranke <dpranke@google.com> Bug: 1210746 Change-Id: I6b7b2a24dd5565740a0561c8eeb860d62375d4bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2908153Reviewed-by:
Alan Screen <awscreen@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
- 19 May, 2021 7 commits
-
-
Dirk Pranke authored
This reverts commit dd007670. Reason for revert: Change wasn't correct. Original change's description: > Try again to fix UnicodeDecodeError in CheckAuthorizedAuthor. > > This will attempt to do so in a Python2-compatible way. > > Bug: 1210746 > Change-Id: I09edc21a5c47106803c0ac5ca449e0f8732efb24 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2906501 > Auto-Submit: Dirk Pranke <dpranke@google.com> > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Bug: 1210746 Change-Id: Ia101d73857abe3d65ba48e05e7a0bc98efb2fd37 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2908152 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
Matt Kotsenas authored
To pick up https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2906656 The new version uses os.Rename on Windows for faster file moves. Change-Id: I4149ad9968d3f2404517ece91b04fcd53e06dbf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2906502Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Dirk Pranke authored
This will attempt to do so in a Python2-compatible way. Bug: 1210746 Change-Id: I09edc21a5c47106803c0ac5ca449e0f8732efb24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2906501 Auto-Submit: Dirk Pranke <dpranke@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Dirk Pranke authored
This reverts commit 68324eff. Reason for revert: I think we need to revert this, because if someone tries to upload a CL from a revision older than when we switched to Python3, this'll run under Python2, where that parameter isn't accepted. Sorry, I didn't think that part through. Original change's description: > Specify encoding for AUTHORS file > > Needed to resolve "UnicodeDecodeError" for Python 3 presubmit checks. > > Bug: 1210746 > Change-Id: If55190ffc9f99c671a84fe9b3539317e464639cc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2904927 > Commit-Queue: Dirk Pranke <dpranke@google.com> > Auto-Submit: Alan Screen <awscreen@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@google.com> Bug: 1210746 Change-Id: I4e5a58869baa897066f4e84c2e18b673c25bcc34 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2906499 Auto-Submit: Dirk Pranke <dpranke@google.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
Edward Lesmes authored
Bug: 861786 Change-Id: I378ff8f5871e61cce77d4888432462a33a974ee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2906495 Commit-Queue: Gavin Mak <gavinmak@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Gavin Mak <gavinmak@google.com>
-
Dirk Pranke authored
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>
-
Alan Screen authored
Needed to resolve "UnicodeDecodeError" for Python 3 presubmit checks. Bug: 1210746 Change-Id: If55190ffc9f99c671a84fe9b3539317e464639cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2904927 Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Alan Screen <awscreen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com>
-
- 18 May, 2021 4 commits
-
-
Gavin Mak authored
Patch failures in bot_update return exit code 87 and 88, which are ignored by ensure_checkout. This causes the bot_update step in recipes to be successful despite a patch failure. This change removes these exit codes from the accepted return codes for this step. Bug: 1207685 Change-Id: I7bd71732a99184c96196659c6953e4d4b610c9b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2893686Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Vadim Shtayura authored
To pick up `-use-id-token` and `-audience` flags. BUG=1204034 R=iannucci@chromium.org, tandrii@chromium.org CC=sdefresne@chromium.org Change-Id: I1a70115d9833d10224516edd6042fb9c022fd38b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2904101Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Edward Lesmes authored
Bug: 1199853 Change-Id: I0616f90a0cd7e4478f40ac7eaf5dbccca788d517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898001Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Allen Webb authored
This fixes CL:2880843 to use a module already present in vpython. Bug: 1206782 Change-Id: If4158a62011e043e89f40f368c9c644434df6614 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2901758 Commit-Queue: Allen Webb <allenwebb@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com>
-
- 17 May, 2021 3 commits
-
-
Dirk Pranke authored
Bug: 1207012 Change-Id: I6ee0cb6be8e86490ec0ecf5a4f2e236546bb92ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2900993Reviewed-by:
Bruce Dawson <brucedawson@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/+/45b48dc4bf53e432927e088bf53736f273854b77 45b48dc (hypan@google.com) [cipd] Add `instances` support 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: I17a52c2fe983436c7e6363a0cd2852687d09156f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2900986 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
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/+/2898439Reviewed-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>
-
- 14 May, 2021 8 commits
-
-
Robert Iannucci authored
R=vadimsh Bug: 1209177 Change-Id: Ie21293e54d88173e35763c4b60c834d52a3ad6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898579 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org>
-
Erik Staab authored
Change-Id: I1706bc696590215f304dcc16f08ecb6afe1144fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2897933Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Erik Staab <estaab@chromium.org>
-
Nico Weber authored
Enough works in that config that it seems like a better default by now. Checking out, building, and uploading patches works (but uploading still requires `--bypass-hooks` for now until crbug.com/1205263 is fixed). (In case something important I'm not aware of breaks, we can revert this.) Bug: 1103236,1205263 Change-Id: Id432ffd4ab19b15c019614953a2cefa787b46225 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2896468Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Nico Weber <thakis@chromium.org>
-
Evan Stade authored
This allows it to be more easily reused in a project, e.g. https://chromium-review.googlesource.com/c/chromium/src/+/2895086 Bug: 1209079 Change-Id: Ib50f2fcca3489dda60328589a7489d76f1d83ffe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2896584Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Evan Stade <estade@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/+/beaf87515255ec8163d514a41d2a272d6fae469a beaf875 (iannucci@chromium.org) [python3] Switch all uses of `six` to `future`. 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: Ic916edf96367712b8f3d455fa495f6268df01ec2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2897999 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
Test implicit owners approval. Change-Id: I1f38e1b931b191909659298a7e6e39c42603c1e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2897275Reviewed-by:
Yulan Lin <yulanlin@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Chenlin Fan authored
This change includes the following commits from the infra/infra repository: $ git log --format='%h %s (%ae)' \ 97ee9cecaac4d99be09278169f987e61b8116672..HEAD \ -- go/src/infra/chromeperf/pinpoint/cli a16d4a5458 Fix deadlock in Pinpoint CLI Unit Test (heiserya@google.com) 211e030fbe Add ability to run a batch of experiments to Pinpoint CLI (heiserya@google.com) ca40b45ace pinpoint: Make artifact download concurrent (dberris@google.com) 08ea607681 pinpoint: print absolute path for downloaded files (fancl@chromium.org) 128352a9fb chromeperf: Add go_package option to protos (dberris@google.com) 6f69cd0a52 pinpoint: Initial support for downloading job artifacts (fancl@chromium.org) fbcd876092 pinpoint: Compact job listing UI (dberris@google.com) 095bfe3bc8 pinpoint: Set a user agent for the CLI (dberris@google.com) Change-Id: I4c31857272591667af5587ec83f3418cb1c14303 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2896109 Auto-Submit: Chenlin Fan <fancl@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
Brian Ryner authored
Bug: 1208146 Change-Id: If692ee3073e41acf4da2cd271559b86987813937 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2896108 Auto-Submit: Brian Ryner <bryner@google.com> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org>
-
- 13 May, 2021 4 commits
-
-
Nodir Turakulov authored
Add revert instructions to .bat and bash files which are the entry points to various infra tools deployed via CIPD. Bug: 1206818 Change-Id: Ib0045aea86f29d0f7e3a43c6ff314c4b7aa74171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2892387 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
Nico Weber authored
Bug: 1205263 Change-Id: Iff55491a058d2f75747b6206c39fa77e092196d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2895148 Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com>
-
Robert Liao authored
os.path.realpath will resolve back to the subst paths, leading to inappropriate current working directories for all downstream hooks. BUG=1208688 Change-Id: Idfcb0fe4d25ab1317db5aae34663b1017d4c4937 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2893669 Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com>
-
Anthony Polito authored
I'm not saying this is why bot_update is failing, but I never trust python threads, especially not at scale. I also think the new implementation is easier to understand and less likely to have subtle mistakes if it is extended later Change-Id: I29be55594a400fda845ea31893789104373fd0f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2892185Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Anthony Polito <apolito@google.com>
-