- 16 Jul, 2019 4 commits
-
-
Debrian Figueroa authored
Changed all headers in message to be the size of header 4 tags. Made sure there is always a new line after code tag(```). Change-Id: I772941a8bbf0634c9496ec648533110997e23cde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1702293 Commit-Queue: Debrian Figueroa <debrian@google.com> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
Raul Tambre authored
The unicode type doesn't exist in Python 3, because everything's Unicode. This would resulted in the following error on Python 3: <Unicode console <stderr>>.write: NameError("name 'unicode' is not defined") Bug: 942522 Change-Id: I3e90d078df64abcec2c79aa69881deea40ff7d01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1701401Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee>
-
Raul Tambre authored
In Python 3 the output of a subprocess is bytes, so they need to be decoded to be used as a string. This previously caused the following error if there was an existing checkout during a fetch: Traceback (most recent call last): File "C:\Google\depot_tools\\fetch.py", line 318, in <module> sys.exit(main()) File "C:\Google\depot_tools\\fetch.py", line 313, in main return run(options, spec, root) File "C:\Google\depot_tools\\fetch.py", line 299, in run if not options.force and checkout.exists(): File "C:\Google\depot_tools\\fetch.py", line 98, in exists return (os.path.exists(os.path.join(gclient_root, b'.gclient')) or File "C:\Program Files\Python38\lib\ntpath.py", line 109, in join genericpath._check_arg_types('join', path, *paths) File "C:\Program Files\Python38\lib\genericpath.py", line 151, in _check_arg_types raise TypeError("Can't mix strings and bytes in path components") from None TypeError: Can't mix strings and bytes in path components Bug: 939847 Change-Id: Ibf5b4923268595ba439586d688894f92696ecbb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1701403 Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee>
-
Raul Tambre authored
This causes an error since Python 3.5 due to a regression (https://bugs.python.org/issue32745): Traceback (most recent call last): File "C:\Google\depot_tools\metrics.py", line 267, in print_notice_and_exit yield File "C:\Google\depot_tools\gclient.py", line 3153, in <module> sys.exit(main(sys.argv[1:])) File "C:\Google\depot_tools\gclient.py", line 3136, in main setup_color.init() File "C:\Google\depot_tools\setup_color.py", line 70, in init buf = ctypes.create_string_buffer('\0', 1024) File "C:\Program Files\Python38\lib\ctypes\__init__.py", line 63, in create_string_buffer raise TypeError(init) TypeError: <Unicode console <stderr>>.write: ArgumentError("argument 2: <class 'ValueError'>: embedded null character") Simply not filling the buffer with NULLs doesn't change the behaviour. Bug: 942522 Change-Id: I1feb81555e995597b0b70f4aee9151fea755510c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1701402 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
- 15 Jul, 2019 3 commits
-
-
Andrii Shyshkalov authored
CQ will soon start canceling tryjobs it triggered on no-longer-latest patchsets if these tryjobs won't be re-used. New option can be used by developers who upload new patchsets but actually care for prior CQ-triggered tryjobs to complete. This footer is effectively sticky, unless someone removes it by hand later. We need to have the footer one way or another to tell the CQ what to do (and provide a visible audit trail). We may revisit the stickiness later based on accumulated usage data s.t. the following uploads remove the footer unless the flag is passed. Bug: 909895 Test: git cl upload --preserve-tryjobs Change-Id: Ibbc6e917504c31eab8ab85296b3ecafd3add46df Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1701506Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Andrii Shyshkalov authored
Change-Id: If61260b1f4951d3c881fff46a0bde2dac47d593b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1701503Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Edward Lemur authored
Remove: - third_party/boto - third_party/fancy_urllib - third_party/protobuf26 - third_party/simplejson - third_party/upload.py Change-Id: I08488325f15ca04876fcff611eb766979299806b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1702495Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 12 Jul, 2019 5 commits
-
-
Debrian Figueroa authored
Change-Id: I6f7b0791172f9f4e7af278f8acb3f1ca986789d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1700390 Commit-Queue: Debrian Figueroa <debrian@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
Erik Staab authored
Bug: 850653 Change-Id: I3bbf0c423076fd42d5fb8f5cae193ffa8b1d63a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1699030 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/9f38694b68d88bf0bbc102aa614f42f21f13b71c Add named cache support to the swarming recipe module. (jbudorick@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib931ef657b6d5eead355f0ff0ee79eee14903298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1700151Reviewed-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>
-
Debrian Figueroa authored
Change-Id: Ie807735f22e76ce0e2ee18c2ed8b149c342fa7ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1700149 Commit-Queue: Debrian Figueroa <debrian@google.com> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/b9ad522afc7ff805c27a781d405b33e35f542dab [swarming] Fix task stdout/stderr link (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I986c987f52c7c71d9e1c512db6279fce0d5a8cdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1699050Reviewed-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>
-
- 11 Jul, 2019 3 commits
-
-
Eli Ribble authored
Without this we get an ugly stack trace. This is way more friendly. Bug: 983006 Change-Id: I5ba871ad71ad43bb48d91697e96473afbfe399a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1697221 Auto-Submit: Eli Ribble <eliribble@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/c311cdcc9e6de9c2decaa69ce54f9a5fbe00fa16 [isolated] Roll client (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3d7bdf3727a0e0632856ed5edac8f62e643f9808 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1696705Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/ce9672b4fa31f12efc35008478675193aa98a433 [swarming] Update presentation (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I4b45a1d223446b34b180b53450cedb6aad85e103 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1696464Reviewed-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>
-
- 10 Jul, 2019 3 commits
-
-
Vadim Shtayura authored
Picks up various CrOS protos, no changes to lucicfg itself. R=tandrii@chromium.org, maruel@chromium.org Change-Id: If9edc69f628909ca46a8c38a80f824aca4911fc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1696235Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/b077e6d7b5e202070b28b0e7e1be95396c423eec [fetch] Actually fetch from the provided ref. (iannucci@chromium.org) https://crrev.com/4cf2107dcc2dd67bb3e84154700ee5023eea02b3 [fetch] Fix docstring typos/inaccuracy. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie6195aad787bc1f04891b53b22f98d7f26a4c5e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1695864Reviewed-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>
-
Debrian Figueroa authored
Added headers and code tags Made sure that when limiting message size, at least part of the message is seen. Change-Id: I404e2f7e86907f701332a62fe46334ff437cca03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1690741Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Debrian Figueroa <debrian@google.com>
-
- 09 Jul, 2019 1 commit
-
-
Jesse McKenna authored
This incorporates a fix to psutil's calculation of the number of processors on Windows systems with more than 64 cores. Windows systems with more than 64 logical processors divide the processors into groups, with most applications using only one group, i.e. a portion of the actual processing power available. Prior to v5.4.4, psutil only counted the number of processors in the first processor group. This resulted in only partial utilization of high- processing-power systems. For example, on the 72-core P920, this change has the following effect: Before: > autoninja -C out\nogoma chrome "c:\src\depot_tools\ninja.exe" -C out\nogoma base -j 38 After: > autoninja -C out\nogoma chrome "c:\src\depot_tools\ninja.exe" -C out\nogoma base -j 74 Using this new version of psutil doubles the number of processors used for building Chrome on the P920 (when not using goma). A similar bug exists in ninja.exe, so using autoninja will be particularly important after this fix for users of the P920 and other systems with >64 cores. More fixes will be needed elsewhere for similar bugs - see crbug.com/980967 for general progress. Bug: 980270 Change-Id: I8de61a72cf95acf28ef1bcef1b0057b7b1225832 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1686081 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
- 08 Jul, 2019 1 commit
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/acbc4da8bc664d35bab3ba890bab1c01646d1aba [recipe_engine] Speculatively add retries on EINVAL to os.read on OS X. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0b8c475716b18267c461c50fcd1ac3c337ab42a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1690738Reviewed-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>
-
- 04 Jul, 2019 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/9dac536b55887262b4ce846f3db7a7f596542e5e [platform] Return intel or arm for platform.arch based on actual platform.machine(). (ihuh@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8446450e2dcaf04992d7537054905f6dd46349c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1688650Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/e2f09162f4902d4ce8cc02cbb54e1deec1511e7d [buildbucket] Add exe_cipd_version param (nodir@google.com) https://crrev.com/f4bcf2e22201416987c332e970156f4730de3cf1 [swarming] Expose swarming task result output_dir (olivernewman@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I39d642319d9d3bc2c61b7ca586912b53299edc60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1688589Reviewed-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>
-
- 03 Jul, 2019 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/6e5f0481e76309308a2cd155504b619915a1b529 [recipe_engine] Add more debug info to os.read shim on OS X. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I9ff824c1ff9fad58f92d10f66cd23da67298e1e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1688122Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/2e24f9a6923e685d7068cdef1e6c54c9cf24babf [recipe_engine] Add debug os.read method on darwin. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8ee89ba89937c2c22ac24c847536b6561e4c1d1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1686499Reviewed-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>
-
- 02 Jul, 2019 1 commit
-
-
John Budorick authored
Bug: 925774 Change-Id: I27e8670578095db71384d77cdb3d606bfdcf1077 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1684760 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org>
-
- 28 Jun, 2019 2 commits
-
-
Mohamed Heikal authored
my_activity.py prints out a help message when required, which has some example ways to use my_activity.py. However the dates used are ambiguous in terms of the date format used/required. This CL changes the example to make it clearer that it is mm/dd/yy. Change-Id: Id054739201e5c83528902b1f38d1c27c7bbc788b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1682498 Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
-
Debrian Figueroa authored
R=martiniss@google.com Change-Id: Ida198bd834e39cc76d483a88a894f8e39d346976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1681082Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Debrian Figueroa <debrian@google.com>
-
- 26 Jun, 2019 5 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/9fc4304dd3a91f553108a76aa90c70c27891601a [lint] Add textwrap to module whitelist. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If2591c2e718a2a7f950de1cba8580617eafe640c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1679549Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/030aa06ad86265996ac798450272c98c48d9dbbf Safely check _finalized in _AttributeRaiser.__setattr__. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id87580d4be6a570c04f2b899039304e60795205e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1678851Reviewed-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>
-
Yang Guo authored
Change-Id: Ie1109c3da9c687a9543c0cfb91f8660c29fb36c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1664391 Commit-Queue: Yang Guo <yangguo@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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/2ac91e7351b226f7d5ec133d8f7a6820ce40f5c1 [isolated] Implement -blacklist support (athom@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8253f3c35ad9dd7d5a242c35674b676ca1086319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1678060Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/42f7ab36378d1351a4192d61227fa83048558f19 Safely check _finalized in StepData.__setattr__. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I585bd2da3163d04a6fde4c3b2c48f6facde05a7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1677602Reviewed-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>
-
- 25 Jun, 2019 4 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/6bb449da37f04e02e60a27c910d491c851050191 [stream/luci] Combine stdout/stderr for now. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I20906590009878c6cb7fd7b60fe29dfd138ea99d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1677334Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/d13e90544ecc6da9fb394c5c61e927c0fe03ec65 [step_runner/subproc] Fix obvious regression from previous CL. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2791a271d5e84759051443a648778ed95ea62b4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1677326Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/0119d8e52f84da34f5c823a4f0ee2ce71a3ebe6a [futures] Add ability to kill greenlets. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I58de8f7e4e3a1dd46a411f439b00598e7308a5e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1674367Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/5ac823124c7a45cb74eacdd7cf32566aeb6cee77 [step_runner/subproc] Refactor `run()` method. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5a9c2fd92bead41cb436a5735d6d2d0433b00167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1674461Reviewed-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>
-
- 24 Jun, 2019 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/88961e6e5d8fb093d2e4298be01b760990d85be4 Added explanation in user guide on how to use RawResult. (debrian@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id603d102f1c00c495dc69bcb50199ac8ccd03fc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1674805Reviewed-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>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/3cb7e54dc24067c91f0dcc6a6c51dbd31caa0759 [step_runner/subproc] Improve the recipe engine's kill routine. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8e087d456f6d499ff34a4ecf6c45ccef8679b7b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1674481Reviewed-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>
-
- 21 Jun, 2019 1 commit
-
-
Debrian Figueroa authored
Adds functionality to presubmit api to return error, notification and warning messages caught in presubmit_support.py in the form of a json. Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: build_limited_scripts_slave Bug:971895 Change-Id: I42a3df3994077342216d002381b6135012b4334c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1666250 Commit-Queue: Debrian Figueroa <debrian@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org>
-
- 20 Jun, 2019 1 commit
-
-
Gabriel Charette authored
Also make autoninja.py a vpython script to use reliable version of psutil. Note: this change also makes autoninja always make a decision about -j; there's no longer a default where it lets ninja pick. The code is simpler this way and I think it's better because it lets developers always see which -j is in effect when using autoninja (and that's its exact purpose, if you wanted default you shouldn't have used autoninja). R=dpranke@chromium.org Bug: 976265 Change-Id: Ic9d12469729e4bf58da1ec1bd70437329519fc46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1663904Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org>
-