- 18 Aug, 2022 3 commits
-
-
Samuel Attard authored
On windows paths with spaces some cipd and depot_tools bootstrap commands were failing due to misquoting or syntax that didn't support such paths. This ensures that a clean bootstrap on a path such as "C:/Foo Bar/depot_tools" works as expected. Change-Id: Ib516d16ed7809635369399f3df0eff2269ff6e2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3834965Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Michael Savigny authored
At the moment reclient isn't supported for developer builds. Add messaging to autoninja to indicate this if a developer attempts a build with use_remoteexec set. Bug:b/199192766 Change-Id: I9e016a09c98b756018505f661afdb6eaf3db3243 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3839070 Commit-Queue: Michael Savigny <msavigny@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
Takuto Ikuta authored
This will be used in ChromeOS build_packages. Bug: b/242680623, b/203606263 Change-Id: I3eedec7b245405c24091db43a450181a270d1305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3833266Reviewed-by: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
-
- 16 Aug, 2022 2 commits
-
-
Josip Sokcevic authored
If a wrong command name is used (e.g. typo), cmdhelp is triggered. However, if user specifies any additional arguments (other than -h), then user is presented with not so useful message. This CL calls cmdhelp with no arguments. Fixed: 1352093 Change-Id: I30c0b5f580f18b4fa2cb59d3195b67bb083f3442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3828794Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Zhaoyang Li authored
The roll in depot_tools enables uploading Xcode in legacy format and not excluding some folders at upload. Bug: 1348212 Change-Id: I2a6b635a6c236bf2eedbbf7855da3c0d58b4abaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3834034Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
-
- 12 Aug, 2022 3 commits
-
-
Yuanjun Huang authored
To release https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3825181 Bug:1347622 Change-Id: Ib5daf9fa35b764b6a3b37e36c7daa8fd94625817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3825397Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Yuanjun Huang <yuanjunh@google.com>
-
Bruce Dawson authored
When running presubmits you can tell if Python 2 presubmits are running, but it's subtle, and it isn't obvious which presubmits are running under Python 2. This makes it obvious by always printing the path to PRESUBMIT.py scripts that are run under Python 2. This change also fixes a bug in the --verbose logic - it would print that a script was running before evaluating _ShouldRunPresubmit. Bug: 1352347 Change-Id: I45213acdb3b37f7be0713e5caba775841704817c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3826917 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com>
-
Bruce Dawson authored
This reverts commit ba352e00. Reason for revert: Unfortunately this breaks this command when run from a normal cmd.exe prompt: autoninja ..\..\base\win\access_token.cc^^ The escaping of ^^ as it passes through batch files is very finicky, but important. Original change's description: > Update autoninja.bat to work with other shells. > > Other shells, such as TCC, have subtle differences in how batch files are processed. This will not break cmd.exe compatibility. > > Without the "call" command, running a nested batch file should, according to CMD.exe "rules", cancel the current batch file and run the new one. However, the 'FOR /f "usebackq"' command will call the batch file and return. One could argue for both approaches, however, adding the "call" command doesn't seem to affect cmd.exe and fixes the other shell. > > There is a similar issue with the "do" (in the FOR command) block and the use of the '&' separator. The '%a' variable isn't expanded, but adding the '()' block works in both instances. > > Bug: 1351817 > Change-Id: Idd685a64404ea950b71e1f3cc0f5d1e3bf13b8b6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3824199 > Commit-Queue: Allen Bauer <kylixrd@chromium.org> > Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Bug: 1351817 Change-Id: I9d204a3369c468664c0cff247ed1a53065dfebfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3829729 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
- 11 Aug, 2022 1 commit
-
-
Chan Li authored
To release https://chromium-review.googlesource.com/c/infra/infra/+/3827304 Bug: 1349169 Change-Id: If1ac56926bf97c1ce3b373d67e077d120d78fbbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3828041Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
- 10 Aug, 2022 6 commits
-
-
Gavin Mak authored
ListOwners returns all OWNERS for a file, which is undesirable in cases when only direct OWNERS are needed. Bug: 1351212, 1351519 Change-Id: I693b6645c780aa589e8ab24d0b58691f4aeb30f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3823299Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Vadim Shtayura authored
This adds new optional fields to -json-output: { ... "error_code": see cipderr.go for possible values. "error_details": { "package": "package/path/or/prefix", "version": "instance version", "subdir": "installation subdir" } } R=iannucci@chromium.org, ddoman@chromium.org BUG=1348065 Change-Id: I2a2bf01c180330f83fcf6813150ea1d4faef79c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3824200Reviewed-by: Scott Lee <ddoman@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Allen Bauer authored
Other shells, such as TCC, have subtle differences in how batch files are processed. This will not break cmd.exe compatibility. Without the "call" command, running a nested batch file should, according to CMD.exe "rules", cancel the current batch file and run the new one. However, the 'FOR /f "usebackq"' command will call the batch file and return. One could argue for both approaches, however, adding the "call" command doesn't seem to affect cmd.exe and fixes the other shell. There is a similar issue with the "do" (in the FOR command) block and the use of the '&' separator. The '%a' variable isn't expanded, but adding the '()' block works in both instances. Bug: 1351817 Change-Id: Idd685a64404ea950b71e1f3cc0f5d1e3bf13b8b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3824199 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
-
Bruce Dawson authored
Pylint uses parallelism to improve performance, but high startup costs means that this only makes sense if there are lots of files to be processed. So, a while ago a change was made such that if there are fewer than ten files to be analyzed then no parallelism is used. Our Pylint wrapper also has a hack where it does one type of check in serial mode, because that is the only time it is reliable. This requires running Pylint twice, which is expensive. If there are a small enough number of files to analyze then we will be doing serial analysis anyway, so there is no need to do two separate runs. In this test case: git cl presubmit -v --files tools\code_coverage\create_js_source_maps\test\create_js_source_maps_test.py the cost of Pylint is dropped roughly in half, from six seconds to three seconds, by eliminating one of the three-second runs. Bug: 1309977 Change-Id: I2e5e96a86d1d76b127f481af7478d807c042b609 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3812436Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Thiago Perrotta authored
Bug: None Tested: `fetch gn` Change-Id: Icaa673d3932c220da111166af91d3d30b4b721af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3818401Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Auto-Submit: Thiago Perrotta <tperrotta@chromium.org> Commit-Queue: Thiago Perrotta <tperrotta@chromium.org>
-
Robert Liao authored
This update is per http://crrev.com/1031130 where OSS licensing requested removal of "All rights reserved" from new files. Change-Id: I52a9deab99539ea90403798606c7bbeb261df994 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3811744 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
-
- 09 Aug, 2022 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/8806288072918160561 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/18a8990ccd78ccaf47cd97616bf1c8513ffc5482 18a8990 (gredelston@google.com) Recipes user guide: document `./recipes.py debug` Please check the following references for more information: - autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller - rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback - cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: I27dc8aa30530540e468c4c12a6d9a07af552349a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3821401 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 Aug, 2022 3 commits
-
-
Gavin Mak authored
This reverts commit 10dbd7ba. Reason for revert: removal broke builders Original change's description: > Remove old DepotToolsOwners implementation > > code-owners should have been enabled for most hosts that depot_tools > supports by now. Remove our own implementation and rely on code-owners. > > Change-Id: Iaf0d3db65b2e5063b67d42b92188c4ec51d2cd9a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3783475 > Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> > Reviewed-by: Joanna Wang <jojwang@chromium.org> > Commit-Queue: Gavin Mak <gavinmak@google.com> Change-Id: I781648f470e8f2c9d408ae7112cfc41060f5385d No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3818251 Auto-Submit: Gavin Mak <gavinmak@google.com> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
-
Gavin Mak authored
code-owners should have been enabled for most hosts that depot_tools supports by now. Remove our own implementation and rely on code-owners. Change-Id: Iaf0d3db65b2e5063b67d42b92188c4ec51d2cd9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3783475Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Reviewed-by: Joanna Wang <jojwang@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. The build that created this CL was https://ci.chromium.org/b/8806434034565787329 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6bc92831b8d168354d9370618afb3642f048b837 6bc9283 (justinluong@google.com) [luci-recipes] Add CLIENT_ERROR task state to Swarming module Please check the following references for more information: - autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller - rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback - cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: I1cdcbf0bb1733754c01a134b33f6d42d71f454a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3815380 Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 06 Aug, 2022 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/8806603273859599617 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/d70dec9441f91a8a9d0d9789527a23def02f5370 d70dec9 (akashmukherjee@google.com) [snoopy] Uprev provenance broker tool. Please check the following references for more information: - autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller - rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback - cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: I8ac25711d86e9ae0b86de45960df276e7bbcd231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3814637 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, 2022 7 commits
-
-
Bruce Dawson authored
Recent gerrit issues made it obvious that "git cl presubmit" relies on gerrit much more than most people would expect (the expectation is zero for many people). This makes presubmits flaky or much slower under poor network conditions, and it means that the presubmit step may drastically underestimate how long it takes to run because of a cl.FetchDescription() that may occur outside of the timed portion of the presubmits. This change wraps more network-touching steps in try/except blocks, to make them robust. It also gets them to check for the existence of a PRESUBMIT_SKIP_NETWORK environment variable. And, it prints the elapsed time to get the CL description if this is inordinately long. Bug: 1350227 Change-Id: I7954fd50e928fd24975a4f61a316cb280542ebbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3813095Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Chan Li authored
To release change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3814095 Change-Id: I3bd89d41517012d99db9b523eae1c63b5149cf60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3812233Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
Chan Li authored
To release https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3812292 Bug: 1350060 Change-Id: I45f5a9329e5fd70d8ad3abaf4e32b0ed029444d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3812224Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
Joanna Wang authored
The try/except was added for one specific situation but the 'except' portion accepts a wide range of errors. This results in confusing logs and nothing clearly states what actually caused the error. Bug: 1349905, 1350210 Change-Id: Ia86c71b0b77658992fca5d3de215e659ccd90d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3810798 Commit-Queue: Joanna Wang <jojwang@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
Junji Watanabe authored
This reverts commit a2267932. Reason for revert: this version has an issue with led edit-recipe-bundle https://crbug.com/1350060 Original change's description: > Update led to the current version. > > This will pull in the change that allows for "led edit-cr-crl" to accept > URLs in the form output by "git cl issue": URLs that do not contain the > gerrit project. > > Bug: 1348269 > Change-Id: Icb360686c9ca1548636e755bc9a611351d78d2f7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3807651 > Commit-Queue: Garrett Beaty <gbeaty@google.com> > Reviewed-by: Chan Li <chanli@chromium.org> Bug: 1348269 Change-Id: Idad964cf47b0cbc7174201add38ab8799c1ae9b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3812817 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Junji Watanabe <jwata@google.com>
-
Junji Watanabe authored
This reverts commit 466ab5c2. Reason for revert: This seems still broken. https://crbug.com/1350060#c17 Original change's description: > [depot_tools] roll led > > To include change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3811860 > > Bug: 1350060 > Change-Id: I35081e93fd966a6b3da02f7fa4fbb6f458be83eb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3812434 > Commit-Queue: Chan Li <chanli@chromium.org> > Reviewed-by: Yuanjun Huang <yuanjunh@google.com> Bug: 1350060 Change-Id: I99375da748612706a74e195067cf4f8a3748338e No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3812814 Commit-Queue: Junji Watanabe <jwata@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
Brian Ryner authored
The bundled python interpreter is used instead. Bug: 1318617 Change-Id: I86c359ad765ecf494a11d199f2e01a711c86d4c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3807202Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Brian Ryner <bryner@google.com>
-
- 04 Aug, 2022 2 commits
-
-
Chan Li authored
To include change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3811860 Bug: 1350060 Change-Id: I35081e93fd966a6b3da02f7fa4fbb6f458be83eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3812434 Commit-Queue: Chan Li <chanli@chromium.org> Reviewed-by: Yuanjun Huang <yuanjunh@google.com>
-
Yuki Shiino authored
In case of PartitionAlloc project in Chromium, there is a case that it's useful to declare 'noparent' in the DEPS due to the situation that a sub directory is exported to a standalone git project. //base/allocator/partition_allocator/ (sub directory) is exported to https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git Change-Id: Ic51b6cd3928002962f25620b4d8797bed7802d1e Bug: chromium:1151236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3802719Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by: Joanna Wang <jojwang@chromium.org>
-
- 03 Aug, 2022 3 commits
-
-
Garrett Beaty authored
This will pull in the change that allows for "led edit-cr-crl" to accept URLs in the form output by "git cl issue": URLs that do not contain the gerrit project. Bug: 1348269 Change-Id: Icb360686c9ca1548636e755bc9a611351d78d2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3807651 Commit-Queue: Garrett Beaty <gbeaty@google.com> Reviewed-by: Chan Li <chanli@chromium.org>
-
Joanna Wang authored
Change-Id: I47961f3208a22cc05b5a38db3ccfd38a0f32520f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3808331Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com> Auto-Submit: Joanna Wang <jojwang@chromium.org>
-
Brian Ryner authored
Once this is rolled out, we will no longer need to bootstrap python(3) in the vpython wrapper, only vpython itself. Bug: 1318617 Change-Id: If11b81f19d1d15eda74aae94ddc95c2997148c8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3760318Reviewed-by: Chenlin Fan <fancl@chromium.org> Commit-Queue: Brian Ryner <bryner@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
- 02 Aug, 2022 2 commits
-
-
Bruce Dawson authored
Change crrev.com/c/3788227 fixed one instance of errors being treated as warnings when running "git cl presubmit" with the --upload option. This is undesirable when testing "git cl presubmit" with --all or --files, because it makes the errors harder to find. This change fixes four more newly discovered instances of this behavior. That is, this change makes it so that pylint issues and other serious problems will be reported as errors when running: git cl presubmit --force --all --upload This will make the pylint errors that this command triggers easier to find and fix: git cl presubmit --force --upload --files mojo\public\tools\bindings\*.py This change does _not_ turn cpplint warnings into errors, even though they are errors when running non-upload presubmits. That is because there are several directories that only run cpplint on upload and these directories have many errors and there is no short-term path to changing this. Bug: 1309977 Change-Id: If49f820fc6894dcd1d9aaaf4d932b04f79922bc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3791744 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Jesse McKenna <jessemckenna@google.com>
-
Quinten Yearsley authored
Includes this change: https://chromium.googlesource.com/infra/luci/luci-go.git/+/85ebd26fcae0dcc91d12871da48babc572ee3d1b This changes the generation of location_filters from location_regexp in some cases. Bug: 1171945 Change-Id: I233281adb2edd62771f47ccb941fa99ade628f75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3799232Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
-
- 01 Aug, 2022 3 commits
-
-
Brian Ryner authored
Contains commits: 7979d954927af292bd5a57dd398a9791cc43099c Use the full paths of bundled interpreters. ededcc9ee88d285f6c1ea6154b0c61da5cc6fd6a Provide a way to pass in the full python executable path. 376c57dec286030d5321b4aeffbbc26dd297d28c Add a test that inheritable file handles are passed through to Python. Bug: 1318617 Change-Id: Ib163c6b8d88667dcec5afe975006586d13b2b2f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3787826Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Brian Ryner <bryner@google.com>
-
Joanna Wang authored
Bug: 1339472 Change-Id: I250dd72dd806d26ba6cbe213280ecd65fbc66123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3789864 Commit-Queue: Joanna Wang <jojwang@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
Joanna Wang authored
Tested locally with chromium/src. going from 17s -> <1s Bug: 1339472 Change-Id: I71b90dcd6a7934ea7c9722dd040d63645792078e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3791746 Commit-Queue: Joanna Wang <jojwang@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
- 29 Jul, 2022 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/8807297222984475361 recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/dd96320d1653687c45d6e00d4e9024f99f021082 dd96320 (gerb@google.com) resultdb: Ensure Artifacts.contents is binary Please check the following references for more information: - autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller - rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback - cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: Ic50d6d209d8ee3d482a13aa2ca46182a06622307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3793318 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>
-
- 28 Jul, 2022 2 commits
-
-
Allen Xie authored
Include crrev.com/c/3779863 via https://chromium.googlesource.com/infra/infra/+/0fbf0c3c84a67bca202dd5002fb38bd93b08d0a1 Regenerate cipd_manifest.versions using `cipd ensure-file-resolve -ensure-file ./cipd_manifest.txt` rdb rollout example: crrev.com/c/3627691 BUG=b:1337692 TEST=No test Change-Id: I8407e55ed6054131e091a494ff7c016a346f0b5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3789454Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Zhihui Xie <zhihuixie@google.com> Auto-Submit: Zhihui Xie <zhihuixie@google.com>
-
Arthur Milchior authored
Applying a command on a value usually mean to call `cmd value`. Hence it seemed important to me to clarify that the current working directory is changed. Tested: * Entered `gclient recurse --help` and checked the new message appear. * Entered both examples in the terminal and checked the output. Thanks to sdefresne for his help understanding recurse. Change-Id: I729efc2014ed3cf90112cc89875a283d58ce8af0 Fixed: 1345272 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3769966Reviewed-by: Arthur Milchior <arthurmilchior@google.com> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Arthur Milchior <arthurmilchior@google.com>
-