- 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 3 commits
-
-
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>
-
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/ffa22068932840841717bad394021f2eed164dfb [file] Fix json.dumps call in write_json to correctly take in indent parameter. (ihuh@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3c9ca2cf31dfa27894b196cb433e278043d759a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1668771Reviewed-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/3b29f4f04b7d504b5f9953d1d6d95f7b99363b08 [buildbucket] Roll protos (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2b95f694937ed5705c8d29fd007a3d0dc686b589 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1668437Reviewed-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>
-
- 19 Jun, 2019 2 commits
-
-
smut authored
Bug: 879378 Change-Id: Ia8bf1a039b117d87c1caa493cf4b5d93daa69bf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1666254Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Commit-Queue: smut <smut@google.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/4b7e794e4dbf7abefd1732b76ff9539570d0be7f [file] Record written data in step presentation. (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2a53e952269ad05472caa8ce81a70cd96590ef72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1667939Reviewed-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>
-
- 18 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). Please review the expectation changes, and LGTM+CQ. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/c8f87374dfa70a48f26ce431db7b264209d8c479 Implements use of RawResult in engine.py as a recipe return value. (debrian@google.com) TBR=iannucci@chromium.org R=recipe-roller@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5f90b7bbdf2042fe003f4838c7ec996dc75c42a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1665508 Commit-Queue: Stephen Martinis <martiniss@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/a52290c0d5f11d95084ec59d9bd99047b43d0dbf Update PROPERTIES and ENV_PROPERTIES of user guide. (debrian@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I215e7d9db1d4222ec969242ed1d1b219be2dbcf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1663909Reviewed-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>
-
- 17 Jun, 2019 2 commits
-
-
Vadim Shtayura authored
It uses lock files to protect some internal guts in .cipd/*. R=tandrii@chromium.org BUG=972203 Change-Id: I7b45ec57fde1d2695379a91c3c54d76babfa5cad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1662815Reviewed-by:
Andrii Shyshkalov <tandrii@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 (e.g. depot_tools) into downstream projects (e.g. tools/build). Please review the expectation changes, and LGTM+CQ. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/8b75d5d75414bb2756bcf0b5188918887da8db20 Remove json_result leftovers (martiniss@google.com) R=recipe-roller@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I188aa6931a46fc2416228ffa308692cf0591f1cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1661367 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org>
-
- 13 Jun, 2019 3 commits
-
-
smut authored
Bug: 879378 Change-Id: I831319672c80cb7202d057d5d737eefc95ffad97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1659614Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Commit-Queue: smut <smut@google.com>
-
John Budorick authored
Bug: 803846 Change-Id: I8431cb0e9c7684ae9302749734bb74cc924d9f25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1461236Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org>
-
Sebastien Marchand authored
compile_single_file.py doesn't support Jumbo build because compiling a single file goes against the concept of Jumbo builds (where files get merged together). Change-Id: Ib53dc22ed8b61839dc936e8e20f7febbb477eff8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1657789Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
-
- 12 Jun, 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/bdc5cd8872c898ccb123cf7ea29d7a7975f28364 cq: use gerrit_changes from buildbucket, which are ordered by CQ daemon. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I7867bbf99baa52cd32f79ce410fe5387a8a58097 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1654237Reviewed-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>
-