- 28 Apr, 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/+/a80d44a95d495fe9e6deb16375dd6be4242334ed a80d44a (iannucci@chromium.org) [deps] Move dependant recipe discovery to be an option. 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: Id5bb0bb56f8c956213ee4a3917197a0b9e6d36c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2856095 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>
-
Brian Ryner authored
Bug: 1184767 Change-Id: I62794e383bad8592ae1027b728426042a843c610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2846742 Commit-Queue: Brian Ryner <bryner@google.com> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 27 Apr, 2021 2 commits
-
-
Gavin Mak authored
This change is needed to enable CQ for the tricium plugin. Bug: 1201483 Change-Id: I685d04055a5cabd94c7f02a79a0b9cbc4694db0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2847232Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> 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. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/75cf2faf5db4d90a5485d5da05713faa3922383a 75cf2fa (iannucci@chromium.org) [deps] Add deps subcommand. 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: Icef236b13c71d13b94d33bc0754ecfc4059a1b5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2854976 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>
-
- 26 Apr, 2021 3 commits
-
-
Scott Lee authored
This reverts commit 90aee2ac. Reason for revert: the new rdb caused blink web tests to fail Original change's description: > [resultdb] move cipd pin of rdb to enable BatchArtifactsUpload > > This is to deploy the changes of crbug.com/1149662, which enables > batch-uploading for artifacts in ResultSink. > > Bug: 1149662 > Change-Id: Id4845fd421065cfc45442e16f5d41d0001818968 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2850389 > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > Reviewed-by: Chan Li <chanli@chromium.org> > Commit-Queue: Scott Lee <ddoman@chromium.org> Bug: 1149662 Change-Id: I7b3e5b5fae3e6262134582c0f002ff46065a9eb4 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2852455 Auto-Submit: Scott Lee <ddoman@chromium.org> Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
Scott Lee authored
This is to deploy the changes of crbug.com/1149662, which enables batch-uploading for artifacts in ResultSink. Bug: 1149662 Change-Id: Id4845fd421065cfc45442e16f5d41d0001818968 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2850389Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org>
-
Brian Ryner authored
This is to pick up https://chromium-review.googlesource.com/c/infra/infra/+/2850061 which we'll want in order to enable the native ARM64 package in a future CL. Bug: 1184767 Change-Id: I37491ac0591dfc37ca19c2cdfef5c133d78a5991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2850328 Auto-Submit: Brian Ryner <bryner@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
- 23 Apr, 2021 1 commit
-
-
Dirk Pranke authored
This CL adds support for running PRESUBMIT.py under either Python2 or Python3 as specified in each PRESUBMIT.py file. To run the checks under Python3, the PRESUBMIT.py file must contain a line exactly matching "^USE_PYTHON3 = True$". If the file does not contain this string, the checks will run under Python2. Different PRESUBMIT.py files in a single CL may thus contain a mix of 2- and 3-compatible checks, but each individual file will only be run in one or the other (it doesn't likely make sense to run them in both by default). Bug: 1157663 Change-Id: Ic74977941a6519388089328b6e1dfba2e885924b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2832654 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
- 22 Apr, 2021 1 commit
-
-
Edward Lesmes authored
Bug: 1200657 Change-Id: I9362a66d12d75d26e1236f9d8516b03561fb9383 Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: build Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2837689 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 21 Apr, 2021 4 commits
-
-
Brian Ryner authored
This is a prerequisite to enabling the native Mac ARM64 cpython3, since we don't have that package built at the old 3.8.0 version. Bug: 1184767 Change-Id: I68a7de836f9fae25ecbb2fc84aff389a24c32e5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2842053Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Brian Ryner <bryner@google.com>
-
Nico Weber authored
This was switched from python to vpython in https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1962721 for a Windows module. Since vpython doesn't yet work on arm macs, switch this back to vanilla python on non-win for now. Bug: 1103236 Change-Id: Id083ad88d8474e283fb9f48d91e343b66aa67e51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2842346 Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Weiwei Lin authored
The most notable change is to add support for configuring test presentation. Change list: * https://crrev.com/c/2788979 * https://crrev.com/c/2794800 * https://crrev.com/c/2830173 R=tandrii, vadimsh Change-Id: Ic38099e4748783699dcc9579cd7aa9d94918c2c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2842052 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@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/+/d8993f4684839b58f5f966dd6273d1d8fd001eae d8993f4 (weiweilin@google.com) [recipe] Update test presentation config to match lucicfg imple... 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: I4975618c9153b37a8139a6ab49822bd2b1988afe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2842550 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 Apr, 2021 5 commits
-
-
Edward Lesmes authored
This is a reland of 4c67f856 Issues should have been fixed by crrev.com/c/2838026 Original change's description: > git-cache: Add option to fetch commits. > > Add option to git cache to fetch commits. > And use it in bot_update and gclient sync to make sure > the needed commits are present on the checkout. > > Change-Id: I9e90da9e3be6e7bacf714b22bf0b735463e655b6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2829942 > Reviewed-by: Gavin Mak <gavinmak@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: Ie5a29737f5a75d28bc7c5c2f6cb99ec7f87cd9e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2841046Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Takuto Ikuta authored
This is to have the latest version of underlying library. Bug: 1200494 Change-Id: I43f1628280e75b94b21c2c6a399f55a12970252c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2838848 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
Edward Lesmes authored
Bug: 1200657 Change-Id: Ib719b984a71cd944bbccf3ec7065aaa17f60e638 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2838026Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
This reverts commit 4c67f856. Reason for revert: crbug.com/1200657 Original change's description: > git-cache: Add option to fetch commits. > > Add option to git cache to fetch commits. > And use it in bot_update and gclient sync to make sure > the needed commits are present on the checkout. > > Change-Id: I9e90da9e3be6e7bacf714b22bf0b735463e655b6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2829942 > Reviewed-by: Gavin Mak <gavinmak@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: I31a1defb26119bcb46894ab4084d626b65c45fed No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2837413 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
Linkun Chen authored
Bug: 1199969 Change-Id: I5dcc5fc631cc417fd295d753171f3696f1c7ad0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2837688Reviewed-by: Linkun Chen <lkchen@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Linkun Chen <lkchen@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 19 Apr, 2021 6 commits
-
-
Edward Lesmes authored
Add option to git cache to fetch commits. And use it in bot_update and gclient sync to make sure the needed commits are present on the checkout. Change-Id: I9e90da9e3be6e7bacf714b22bf0b735463e655b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2829942Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Mike Frysinger authored
Change-Id: I60ed3a0c67d6dbc5c06afde928b7138d0837e8ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2837647 Auto-Submit: Mike Frysinger <vapier@chromium.org> Reviewed-by: Stephane Belmon <sbelmon@google.com> Commit-Queue: Stephane Belmon <sbelmon@google.com>
-
Jamie Madill authored
This is a reland of 75271a07 Should be safe to re-land now, as the roller will catch the build error. Then we can re-land in conjunction with the change to rename the angle gclient config. Original change's description: > Reland "Remove ANGLE recipe config." > > This is a reland of b8686d26 > Must land after https://crrev.com/c/2831999 > > Original change's description: > > Remove ANGLE recipe config. > > > > This config is now located in the ANGLE recipe_module. > > > > Bug: angleproject:5114 > > Change-Id: I2c4cc51dafeb94378056c135538d0d13bac9c8cb > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2826242 > > Auto-Submit: Jamie Madill <jmadill@chromium.org> > > Commit-Queue: Andrii Shyshkalov <tandrii@google.com> > > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > > Bug: angleproject:5114 > Change-Id: I858d50f49466707eae7194fd82713de7b0b2e6d6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2835386 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Jamie Madill <jmadill@chromium.org> Bug: angleproject:5114 Change-Id: I85c3d6218b790ef62b19c62eb42ec9a8622d613f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2836327 Auto-Submit: Jamie Madill <jmadill@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
Garrett Beaty authored
This reverts commit 75271a07. Reason for revert: breaks CQ for chromium/tools/build Original change's description: > Reland "Remove ANGLE recipe config." > > This is a reland of b8686d26 > Must land after https://crrev.com/c/2831999 > > Original change's description: > > Remove ANGLE recipe config. > > > > This config is now located in the ANGLE recipe_module. > > > > Bug: angleproject:5114 > > Change-Id: I2c4cc51dafeb94378056c135538d0d13bac9c8cb > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2826242 > > Auto-Submit: Jamie Madill <jmadill@chromium.org> > > Commit-Queue: Andrii Shyshkalov <tandrii@google.com> > > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > > Bug: angleproject:5114 > Change-Id: I858d50f49466707eae7194fd82713de7b0b2e6d6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2835386 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Jamie Madill <jmadill@chromium.org> Bug: angleproject:5114 Change-Id: I8dc93e365f8f0615207050a306350461082efafa No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2836638 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Bug: 1199969 Change-Id: If05401f3f6c5c8e302220a52c4c237be0f721da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2836346Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Jamie Madill authored
This is a reland of b8686d26 Must land after https://crrev.com/c/2831999 Original change's description: > Remove ANGLE recipe config. > > This config is now located in the ANGLE recipe_module. > > Bug: angleproject:5114 > Change-Id: I2c4cc51dafeb94378056c135538d0d13bac9c8cb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2826242 > Auto-Submit: Jamie Madill <jmadill@chromium.org> > Commit-Queue: Andrii Shyshkalov <tandrii@google.com> > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Bug: angleproject:5114 Change-Id: I858d50f49466707eae7194fd82713de7b0b2e6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2835386Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
-
- 16 Apr, 2021 4 commits
-
-
Edward Lesmes authored
Change-Id: Ib731a761674d7ee7db4d67f197611f7d1f8b2f69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2829987 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Mike Frysinger authored
We're looking at dropping Python 3.5 support from repo. Lets roll this back out in Chromium a little early to get a better idea of who is still relying on it. Change-Id: Idcdd5b0a957f5a2f8b146149c407c26347be0aa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2830590Reviewed-by: Stephane Belmon <sbelmon@google.com> Commit-Queue: Mike Frysinger <vapier@chromium.org>
-
Fumitoshi Ukai authored
Bug: 1182961, b/185198549, b/180579630, Change-Id: If4aaffe3ec17745cd1a2d36a563b4c25176e9883 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2830398Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
Jamie Madill authored
This reverts commit b8686d26. Reason for revert: Breaks presubmit bot. https://ci.chromium.org/ui/p/angle/builders/try/presubmit/20928/overview Original change's description: > Remove ANGLE recipe config. > > This config is now located in the ANGLE recipe_module. > > Bug: angleproject:5114 > Change-Id: I2c4cc51dafeb94378056c135538d0d13bac9c8cb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2826242 > Auto-Submit: Jamie Madill <jmadill@chromium.org> > Commit-Queue: Andrii Shyshkalov <tandrii@google.com> > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Bug: angleproject:5114 Change-Id: Ifcf762d5a9e2c57a2ac5963b765042534bc9769f No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2830370 Auto-Submit: Jamie Madill <jmadill@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
- 15 Apr, 2021 6 commits
-
-
Gregory Nisbet authored
I recently encountered an error where I forgot to add a changeid locally to some-but-not-all commits in a stack of commits. When attempting to upload these commits via `git cl upload --no-squash`, I received a confusing message instructing me to install the Gerrit commit-msg hook even after the hook was installed. In order to debug this problem locally, I added the ability to prevent `git cl upload ...` from attempting to change the contents of messages. If the --no-add-changeid flag is passed, then the command will simply fail quasi-informatively. BUG=None TEST=attempted to upload this CL via `git cl upload --no-squash --no-add-changeid`, confirm that it fails. Change-Id: Id5f721c18143448db801095946f490880bb61786 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2828775Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Gregory Nisbet <gregorynisbet@google.com>
-
Edward Lesmes authored
Change-Id: Ie6bee1743859df364025350fc1a607f331346bd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2825426Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Josip Sokcevic authored
This reverts commit 9a94a95e. Reason for revert: crbug/1199445 Original change's description: > Remove TAGS_REFSPEC if no_fetch_tags is true > > Bug: 1188627 > Change-Id: I6ee14ee9976b9aab60ce409ddd17f018ad966055 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2797933 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Gavin Mak <gavinmak@google.com> Bug: 1188627, 1199445 Change-Id: I776639709221d8e0505315c451f847d6cf592b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2828772 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/+/91d88f5f33de9779cc396cfe0e8d17edb078a8ab 91d88f5 (iannucci@chromium.org) [led] Default to RBE-CAS, add helper for rbh value. 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: Ie182491703dd1dc52e789aba2a154e0a2d53574a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2828771 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>
-
Jamie Madill authored
This config is now located in the ANGLE recipe_module. Bug: angleproject:5114 Change-Id: I2c4cc51dafeb94378056c135538d0d13bac9c8cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2826242 Auto-Submit: Jamie Madill <jmadill@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
Sylvain Defresne authored
The version of expr shipped on macOS does not support `substr` command and prints `expr: syntax error`. Change the invocation of `expr` to use the `:` operator which match rhs regexp into lhs string and return the length of the match. This should be supported by all versions of `expr` that are POSIX compliant. Bug: 1199260 Change-Id: Ib932702fedbbbc772d65086ebc371dc0a9023c0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2827931Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
-
- 14 Apr, 2021 6 commits
-
-
Dirk Pranke authored
This reverts commit f6e3b7fb. Reason for revert: See https://ci.chromium.org/ui/p/chromium/builders/try/linux-rel/665976/overview - looks like the bots don't have depot_tools populated :(. Original change's description: > Switch download_from_google_storage scripts to invoke python3. > > Bug: 941669 > Change-Id: I65a9ca3453858c447f6533d9a3a4eade4a825aa7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2825441 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Bug: 941669 Change-Id: I69856a8c68394ac42126ac68b38d68a6c0104872 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2827161 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>
-
Mirko Bonadei authored
Bug: 941669 Change-Id: I65a9ca3453858c447f6533d9a3a4eade4a825aa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2825441Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
-
Jamie Madill authored
Bug: 941669 Change-Id: I7f196860d87566cdbd2dda99da151124d9ba917f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2826237Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Jamie Madill <jmadill@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/+/bbbf2ecbd0d4f1623b1e3e9f2d4372cda30c4670 bbbf2ec (olivernewman@google.com) [tricium] Fix pylint analyzer executable name 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: I4f9b1505d0dfce4289bed1d327ff996dc3281745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2827152 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>
-
Mirko Bonadei authored
Bug: 941669 Change-Id: I515459793f2a406a959c361f9884b183e21ebdf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2825439Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
-
Owen Rodley authored
This contains two CLs of interest: * https://crrev.com/c/2807199, which strips the 'm' ABI tag and fixes https://crbug.com/1187476 * https://crrev.com/c/2820342, which generalises the Python 3 tag logic to more than just 3.8 Bug: 1187476,1176014 Change-Id: I2138e9a7b2147c8c72cb99daa08642919a30708c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2823254 Auto-Submit: Owen Rodley <orodley@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-