- 30 Mar, 2020 4 commits
-
-
Edward Lesmes authored
This is a reland of e3a49aa4 GetRelativeRoot was fixed to use '.' instead of None Original change's description: > git-cl: Remove unused and duplicate functions. > > Remove unused functions, and use scm.GIT where possible to reduce > duplication. > > Change-Id: I24f05e7b3ae04743e97b6665ee668f44d6acc294 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116938 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: I54bd1d34d3501a38bf8af2f9e70059d58fa538a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2125293Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Follow up to crrev.com/c/2125626. This allows depot_tools commands to run successfully when depot_tools is installed in a path containing spaces. Change-Id: I8f99dbdcb3b1acf27d51ce26b6153f643b8d4dcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2127675 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
John Stiles authored
This allows git-cl to run successfully when the depot tools are installed to a path with a space in it. Change-Id: I79fa44d13f89fb0ee1baaa90961b4c4284913c40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2125626 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> 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://crrev.com/c7bd3cd4eb151ae7a00352e1180ab7ec6933a71e (olivernewman@google.com) [autoroll] Don't gen docs if no_docs is set More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I006885495c8be7ce86d4dd876db656ef96c8d7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2127239Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 27 Mar, 2020 5 commits
-
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Change-Id: I5bf1aa21a5ae9b90dbab4cc0439ca19e73de337f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2125221Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Bruce Dawson authored
Normal weight colored text can be hard to read, especially over Chrome Remote Desktop (video compression treats chroma harshly). Git colors can be made more readable by editing .gitconfig, but git cl colors are hard coded. This hard codes them to all be bold, for greater readability and effective brightness, and changes the still-too-dim-over-CRD blue to red. Magic bold code found here: https://stackoverflow.com/questions/8924173/how-do-i-print-bold-text-in-python Change-Id: If3a8684d1886291ca692d6fdbe7e30095a5acbc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116941Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Josip Sokcevic authored
This patch enables more unit tests on Windows. R=ehmaldonado@chromium.org Change-Id: I8667777fc6eef11568aa2aead9850f7e37757e58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2123808Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Change-Id: Ie801df1cef3d36fbfe6ba9fbd922bff4cf03a006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2123867Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
John Budorick authored
logging.warn is deprecated. Change-Id: I047f356b8eeced631edc51e3b846f0995f4ce95e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2124526Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org>
-
- 26 Mar, 2020 4 commits
-
-
Edward Lesmes authored
On an initial upload, git-cl upload -t <title> should append <title> before the change description. This broke because options.squash is set to a default value very late into code execution, so its value was not available when computing the initial description. options.squash is now set when parsing the options, early into code execution. Bug: 1064905 Change-Id: I04a18c572dd5b04a3013d39f71bc43d026ea85d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2122324Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Josip Sokcevic authored
This fixes python2 unit tests (py3 works fine) Change-Id: I9b968ba5d5f534166ce6c4fe59c8dfa4beb73021 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2121563Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Edward Lesmes authored
This reverts commit e2ac022f. git-cache issues were solved by https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2120966 Original change's description: > Reland "depot_tools: Run using Python 3 by default." > > This is a reland of 01ed3589 > > * python_runner.sh, gclient, roll-dep and fetch will call vpython > (instead of vpython3) when running on Windows under git-bash. > * vpython3 now detects when running on Windows under git-bash and > executes vpython3.bat instead. > * vpython3.bat calls python3.exe directly instead of calling python3.bat. > > Original change's description: > > depot_tools: Run using Python 3 by default. > > > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > > using vpython3 by default. > > > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > > Reviewed-by: Anthony Polito <apolito@google.com> > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Change-Id: I9829141d7ea26a67e655264430151f493e73a930 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2118418 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Anthony Polito <apolito@google.com> Change-Id: Iff02533f0a11062f335a010c074043c720d5b2ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2121304Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Josip Sokcevic authored
This fixes default value for Windows platform. Unit tests still don't work for Windows as CTRL+C handling is not working properly. Change-Id: I11fd33279313bfd7a2070e90164da6cf9f63696e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2121555 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org>
-
- 25 Mar, 2020 7 commits
-
-
Alex Drexler authored
The storage.* links do not work unless an individual object is specified. This isn't the case for recursive upload/copy operations. When uploading multiple objects recursively, we should use the console link instead. Bug: None Test: Updated recipe expectations. Recipe-Nontrivial-Roll: build Change-Id: I511f04f367f6c20c538b3c2093a40807323d7b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2118421Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Alex Drexler <adrexler@google.com>
-
Edward Lesmes authored
This can happen if the cache repo was init'd, but has no pack files; previously it would try to fetch from scratch. Change-Id: I71689e30bdede392588c69e118e9297d86a134a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2120281Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
gclient_smoketest takes the longest to run among all tests. Split it so that presubmit takes less time overall, and is less likely to exceed the time limit. Change-Id: I5a4f714b98f59a2e46bae944a043ad41b6786c25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2121154Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Always decode subprocess.check_output. Bug: 1064547 Change-Id: I459a236235a2355f9dd9813dafc12dff44866529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2120966Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Josip Sokcevic authored
This reverts commit e9013eeb. Reason for revert: https://crbug.com/1064547 Original change's description: > Reland "depot_tools: Run using Python 3 by default." > > This is a reland of 01ed3589 > > * python_runner.sh, gclient, roll-dep and fetch will call vpython > (instead of vpython3) when running on Windows under git-bash. > * vpython3 now detects when running on Windows under git-bash and > executes vpython3.bat instead. > * vpython3.bat calls python3.exe directly instead of calling python3.bat. > > Original change's description: > > depot_tools: Run using Python 3 by default. > > > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > > using vpython3 by default. > > > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > > Reviewed-by: Anthony Polito <apolito@google.com> > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Change-Id: I9829141d7ea26a67e655264430151f493e73a930 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2118418 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Anthony Polito <apolito@google.com> TBR=ehmaldonado@chromium.org,ajp@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Change-Id: Ia382d6e4e330f5a7a7a62e4d369c3fa16fc17333 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2120956Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Tibor Goldschwendt authored
This option lets users specify a format of the archive tags. E.g. git cl archive -p 'archived/{issue}-{branch}' makes tags in the format archived/1234-foo-feature Change-Id: Icb74cc68781cda21a70c802bd640543e92ae97a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116723Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
-
Edward Lesmes authored
This reverts commit e3a49aa4. Reason for revert: TypeError: expected str, bytes or os.PathLike object, not NoneType Original change's description: > git-cl: Remove unused and duplicate functions. > > Remove unused functions, and use scm.GIT where possible to reduce > duplication. > > Change-Id: I24f05e7b3ae04743e97b6665ee668f44d6acc294 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116938 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Change-Id: I334a6289eb2c1f3e20feddd428307542d2aa38a9 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2119411Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 24 Mar, 2020 6 commits
-
-
Edward Lesmes authored
Remove unused functions, and use scm.GIT where possible to reduce duplication. Change-Id: I24f05e7b3ae04743e97b6665ee668f44d6acc294 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116938Reviewed-by:
Anthony Polito <apolito@google.com> 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://crrev.com/9ea4c747b17c7db08d5a7ca39418d2d385de75ef (iannucci@chromium.org) [engine] Drop recipe_engine subfolder from sys.path. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I18488270ef8a39a4716022b98260e023f84e0ba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2117938Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lesmes authored
This is a reland of 01ed3589 * python_runner.sh, gclient, roll-dep and fetch will call vpython (instead of vpython3) when running on Windows under git-bash. * vpython3 now detects when running on Windows under git-bash and executes vpython3.bat instead. * vpython3.bat calls python3.exe directly instead of calling python3.bat. Original change's description: > depot_tools: Run using Python 3 by default. > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > using vpython3 by default. > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: I9829141d7ea26a67e655264430151f493e73a930 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2118418 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Anthony Polito <apolito@google.com>
-
Josip Sokcevic authored
Change-Id: I8cfbc013b4f17d727b65313e9e4823bab5d9ac18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113553Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Ye Kuang authored
https://chromium.googlesource.com/infra/goma/client/+/bd9711495c9357eead845f0ae2d4eef92494c6d5 Bug: b/151806816 Change-Id: I7ff43c5b736578be28e08641019ac2d5cc888f75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116379Reviewed-by:
Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Ye Kuang <yekuang@google.com>
-
Peter Kasting authored
This reverts commit 01ed3589. Reason for revert: Broke tools on Windows with bash Original change's description: > depot_tools: Run using Python 3 by default. > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > using vpython3 by default. > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,ajp@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Change-Id: If29ad72feaa215b8b282f2f6c9911700dd2f228c No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116728Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org>
-
- 23 Mar, 2020 3 commits
-
-
Edward Lesmes authored
gclient_utils.AskForData will use raw_input on Python 2 and input on Python 3. Bug: 1063976 Change-Id: I93c059c4e4454d01787716b5a0a2641ad5253f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116370 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Anthony Polito <apolito@google.com> Auto-Submit: 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://crrev.com/0e8214509db0b273e7136270946b8d6688899356 (chanli@chromium.org) Fix api.resultdb.update_inclusions More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I59d22b2b2d2e22ea91f42d8588c4ec6cd711e196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2115949Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lemur authored
Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) using vpython3 by default. Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 21 Mar, 2020 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. recipe_engine: https://crrev.com/845d6c3e423fb08e9aa317cb7539c52cef004753 (robertocn@google.com) Add include_invocations and remove_invocations to api.resultdb More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I81f463fc569a8632d515a56b46b3b755a279fc40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113554Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 20 Mar, 2020 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://crrev.com/69104bbe3c28562e00ac49d64ea8444457d459d3 (engeg@google.com) buildbucket: add 'with_host' context manager More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2fe2bcbf658babc05e79a9003387b97573221955 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113261Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lemur authored
It's always true. Change-Id: I96a53c032de705724e61c64ee37e9a14b596cbd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113250Reviewed-by:
Josip Sokcevic <sokcevic@google.com> 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://crrev.com/b509c8e28ba5142f5f798f44f5abafd2807d04b8 (yiwzhang@google.com) [warning] Define Cause proto message and its proto-free equivalent More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id9644061d4a2b57e529356568a4e915b40fe87a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2111701Reviewed-by:
Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Josip Sokcevic authored
Change-Id: Idea502dc67d8cf0b7387c1b68eb0c62837af971b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2111430Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Richard Townsend authored
Using the x86 binary is required for testing on Windows on Arm systems, which can only emulate the x86 architecture at this time. Change-Id: I28f01e3974b69ced4a96d8675adc024555791131 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2108724Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Richard Townsend <richard.townsend@arm.com>
-
- 18 Mar, 2020 5 commits
-
-
Josip Sokcevic authored
Change-Id: I9d3d084e7f48ab991db3db16873f030890ad72d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2108981Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Edward Lemur authored
This is a reland of 9f29465e Original change's description: > git-cl: Refactor CMDUploadChange > > Changes: > - Add _GetDescriptionForUpload and _GetTitleForUpload. > - Add ensure_change_id to ChangeDescription, that ensures the > description has a particular Change-Id. > - If more than a Change-Id was entered on new issue upload, remove > all, and add a new one. > > Change-Id: I0eae474eb07ea3036973b18571f72a80da425b21 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2101811 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: Ib2c0ad61b169f6b0c3141674591b0d3fa42bc664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2103532 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Change-Id: Ib11ada368fda13bbef62c8be26ddb9c78a528a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2107839Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Simon Que authored
Bug: b/151197414 Change-Id: I6bf1aa388bf38fe855bae8e7290ec07fce2f8426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2107341Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Simon Que <sque@chromium.org>
-
Samuel Huang authored
GetUnitTests() has named params {run_on_python2, run_on_python3}. This CL adds these params to GetUnitTestsRecursively() so they can be forwarded to GetUnitTests(). Bug: https://crbug.com/1054018 Change-Id: I06ac25a37f94cdea1cdc91954b70113e54cfdd15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2107610Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org>
-