- 06 Feb, 2019 3 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/acaaf39516da65c2cad56e8e10c4731c3fc539df [swarming] Fix analyze() bug (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I478e0ab9aab6a72f879438b9187eba5d41c04d1c Reviewed-on: https://chromium-review.googlesource.com/c/1456376Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Michael Moss authored
This makes 'checkout_chromeos' conditions visible to '--deps=all' processing. R=ehmaldonado@google.com Bug: 928829 Change-Id: I1fe3d73117203d549c7039f7621eecadd3ac344e Reviewed-on: https://chromium-review.googlesource.com/c/1454849Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> 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 (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/30804bf930387e113e69c8291be3f75791e3f4de [archive] Add include_files option for extract (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Idca8fcd3b3ca32e3369efd640df7bf7ca2fb4d7b Reviewed-on: https://chromium-review.googlesource.com/c/1454852Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 05 Feb, 2019 2 commits
-
-
Gabriel Charette authored
Downside: the script now requires "-u user@chromium.org" or it results in "error: USER is not set, please use -u". Bug: 904604 Change-Id: I241ad440d0cf1a495ce6f57e48ed49d9d90a49d9 Reviewed-on: https://chromium-review.googlesource.com/c/1442851Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org>
-
Vadim Shtayura authored
Change log: https://chromium.googlesource.com/infra/luci/luci-go/+log/e2281b0154c8..e48c958d0748/lucicfg R=tandrii@chromium.org BUG=925532 Change-Id: Id9fe0493d739e5f6b71ff4bbd9dd7c34a000aff1 Reviewed-on: https://chromium-review.googlesource.com/c/1453477 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Auto-Submit: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
- 04 Feb, 2019 2 commits
-
-
Edward Lemur authored
So that bot_update can apply patched on top of experimental branches, which include the user's email (and so an extra @). Change-Id: I33acb49e8b48c6ed6db7e752fca7eb0f1ede0690 Reviewed-on: https://chromium-review.googlesource.com/c/1450895 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@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/1886f5a16a7736b63988858884cf7f7f7adf3637 [swarming] Fix typos (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id77c833dcfbef912eccee55af8b85483831beac4 Reviewed-on: https://chromium-review.googlesource.com/c/1452340Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 01 Feb, 2019 3 commits
-
-
Yuwei Huang authored
We have trouble rolling dep of the grpc library. It looks like buildbots use git_cache to download cache of the library from cloud storage, but the way it picks up the latest cache is to do a string sort on the filenames then pick the last one. This won't work if the filenames have digit carrying, say you have both 9999.zip and 10000.zip, then 9999.zip will get picked up. This CL fixes this by implementing a new filename sorting logic that extracts the numeral part of the filename and sort on it. Bug: 927154 Change-Id: I68fce3fe67e55ce5092e7e9dc1dca606b427fe87 Reviewed-on: https://chromium-review.googlesource.com/c/1448954 Commit-Queue: Yuwei Huang <yuweih@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/c6e3d6b111cae42449d3c0cd3c9555facc7a257c Remove no longer used cq.cfg. (tandrii@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I7c32617cb832a11c9298e3da04a0ba9aabeca7cc Reviewed-on: https://chromium-review.googlesource.com/c/1448637Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Andrii Shyshkalov authored
R=iannucci Bug: 926635 Change-Id: If44a3a6c47f1434b22a71ba17949f2b794b1c60e Reviewed-on: https://chromium-review.googlesource.com/c/1449293 Auto-Submit: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
- 31 Jan, 2019 2 commits
-
-
Vadim Shtayura authored
R=tandrii@chromium.org BUG=925532 Change-Id: I72ab6108cf43353e36ddeccd705acdd04716f785 Reviewed-on: https://chromium-review.googlesource.com/c/1448634 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@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/b43b34c89db8cf545ab79adfddb3710882dade30 [swarming][isolated] Make client calls infra steps (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I37f589b9c937c9f2a0935048b96496f737a6aa54 Reviewed-on: https://chromium-review.googlesource.com/c/1446250Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 30 Jan, 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/b84d8e945de938b65bb833573f8f2129e3c6c28b [isolated] Pass -verbose (joshuaseaton@google.com) https://crrev.com/23ef5d0ce66f6e32d82ebca86edb2aee58340079 [swarming] Fix analyze() bugs (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5a8666624a72524bc7c90cae63fcb0a15d75fd2c Reviewed-on: https://chromium-review.googlesource.com/c/1444655Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Vadim Shtayura authored
It knows how to interpret configuration files written in Starlark-based DSL and produce a bunch of protobuf messages as a result. Will be used to generate various infra configs. In particular, will be used by infra developers (to update configs), by PRESUBMIT.py on dev machines (to verify configs before uploading CLs) and by bots (to verify configs before submitting CLs). R=tandrii@chromium.org BUG=833946 Change-Id: Iceec7d808ce180f7d4a341fab8b5ce11933c2a6b Reviewed-on: https://chromium-review.googlesource.com/c/1444499 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
- 29 Jan, 2019 6 commits
-
-
Takuto Ikuta authored
I noticed current autoninja does not upload build log in failed build. Change-Id: Ie58646b483e130769ad22113953c0b95b3145548 Reviewed-on: https://chromium-review.googlesource.com/c/1441892Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@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/39bbb4e3749b0a9ebc6cb36d8b679b147e4ed270 Revert "[fetch] Remove the fetch subcommand." (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I6e0ae085708ba47445ab51124603d71baf766f90 Reviewed-on: https://chromium-review.googlesource.com/c/1441601Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/35a768684fedded3eba8976c83fb40858166ecee [step_runner.py] Dead code cleanup. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia614d9d2645cdbe132256edee5007cc6b16d40dc Reviewed-on: https://chromium-review.googlesource.com/c/1441597Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/1d38252917f68e1d02b1595c91b4c5cb0b44d0f5 [fetch] Remove the fetch subcommand. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia0ebe9834b158c52dc44f2f46407d7f9bf7ac0c9 Reviewed-on: https://chromium-review.googlesource.com/c/1441596Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/838b3f5e34449d890b5f87bc26a09977cc8eb4db [refs] Remove refs subcommand. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I6b3c85d8c33ac70f9e8d1e7557a7a2a6b971d036 Reviewed-on: https://chromium-review.googlesource.com/c/1441594Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/75531d6efd34f77b10639ff0de4b4f30c1e0b399 [depgraph] Remove depgraph subcommand for now. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I4745dbe02a0556840d7559287eb62b3ded297b34 Reviewed-on: https://chromium-review.googlesource.com/c/1441593Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 28 Jan, 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/94a9f6cfac2c3b993d28b8ef0e4c510f1528fbd8 [swarming] Introduce TaskResult.analyze() (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2fbae67d48be9fa2658292f3fd2f6d9907826697 Reviewed-on: https://chromium-review.googlesource.com/c/1439809Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Bruce Dawson authored
The Windows toolchain should be downloaded during gclient runhooks, however because get_toolchain_if_necessary.py can either configure an existing toolchain or download a toolchain there have been problems when the toolchain is downloaded at an unexpected point. In particular, a toolchain download during gn gen can lead to parallel downloads and configuration failures. The --nodownload option will be passed (after a subsequent change) by build\vs_toolchain.py. A --nodownload option is needed instead of a more positive --allowdownload option because of backwards compatibility. This change will have no effect until the build\vs_toolchain.py change is landed. Bug: 584393, 662325 Change-Id: I9a0950e066744c0310e49e45d001a9113f1831cf Reviewed-on: https://chromium-review.googlesource.com/c/1439805 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
-
- 26 Jan, 2019 1 commit
-
-
Robert Iannucci authored
Because of the (unfortunate) ways that PROPERTIES works currently, setting defaults in the obvious way means that providing a subset of the values as properties replaces the defaults entirely. In this case we want to override the sdk_version without having to override the toolchain app version. R=jchinlee@chromium.org, tandrii@chromium.org Change-Id: I13f4ee19e45a3bb147b37f69d10cb4ed4f734a21 Reviewed-on: https://chromium-review.googlesource.com/c/1438088 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
- 25 Jan, 2019 3 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/5fe47aa25ed8ffbd93a0cdc482dfe3691de97fe1 Enable requesting builds as experimental using buildbucket.put. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I226b0bfb373dbdc7f1e127af25327b6d0a133c9c Reviewed-on: https://chromium-review.googlesource.com/c/1437435Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/b7ddcda6a85a7f6ddba7d0ca8151ca43daa1012e [file][symlink tree] Update registration logic (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5edce40d74347033c1508e9f0f5f8ff53aad64e9 Reviewed-on: https://chromium-review.googlesource.com/c/1436481Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/43eff8591be49e62d8f264ec63ce1e162f88ab43 [isolated] Add UI link (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If322710d9bda1b3899106c29a5617c8d560f4bdf Reviewed-on: https://chromium-review.googlesource.com/c/1436478Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 24 Jan, 2019 3 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/46401269c52f3dc9bfaa582f05736ad1b68b2498 Print ran steps when verifying no test data remains (martiniss@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If31f1b0e0096e3b8c5cb2242bd6a730e6f02de74 Reviewed-on: https://chromium-review.googlesource.com/c/1435974Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Raul E Rangel authored
This is a reland of dd0c341b The problem is that chromium-review.googlesource.com started requiring SNI. httplib2 0.9.2 does not support that, but it seems to have been fixed since 0.10.1: https://github.com/httplib2/httplib2/commit/8aaecf4496a2da0e902977e623a2d5e65528b6de Original change's description: > httplib: Update to 0.11.3 > > The `DST Root CA X3` certificate was missing from cacerts.txt in the old > version. This resulted in failure to connect to Let's Encrypt hosts. > e.g., https://review.coreboot.org > > BUG=none > TEST=Made sure my_activity.py continues to function and it can also > connect to review.coreboot.org > > Signed-off-by: Raul E Rangel <rrangel@chromium.org> > Change-Id: I519916b58a59b8f13c227218e93c392a63a24800 > Reviewed-on: https://chromium-review.googlesource.com/1173064 > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Bug: 914564, 891505 Change-Id: Icd2a57da802864b2ebb17417b73434e1284a292d Reviewed-on: https://chromium-review.googlesource.com/c/1432633 Auto-Submit: Edward Lesmes <ehmaldonado@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/157d3d2973ebb66c21dce81dfa506695b8ab6926 [swarming] Expose isolated outputs ref (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I75a6a2e1e2fc78538effafecd7010a59fe8ed7cc Reviewed-on: https://chromium-review.googlesource.com/c/1434574Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 23 Jan, 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/e82bce74a9b5c7682beeca35ba67ea747ded69f4 [swarming] Add api.swarming.collect() (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I54ee283fd0b0b070c4e944eec306f2cb432a4bc1 Reviewed-on: https://chromium-review.googlesource.com/c/1431632Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 19 Jan, 2019 1 commit
-
-
Quinten Yearsley authored
Context: https://chromium-review.googlesource.com/c/infra/infra/+/1422779 Bug: 923438 Change-Id: Ib433e219b45065ae5064aece921e710545e41b59 Reviewed-on: https://chromium-review.googlesource.com/c/1423377Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
-
- 18 Jan, 2019 1 commit
-
-
Takuto Ikuta authored
Bug: 887141 Change-Id: I9850238f3beb8e4c61deb20a1b2fdfd9e84df935 Reviewed-on: https://chromium-review.googlesource.com/c/1416492 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
- 17 Jan, 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/91c13923c1d136dc688527fa39583ef61a3277f7 Fix a couple of typos in user_guide.md. (seanabraham@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0ea0ea1e67fbb54c562c8206da3b568962281966 Reviewed-on: https://chromium-review.googlesource.com/c/1415813Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/e9bab63ca257c333247040e2d9503aad2045082d [file] Expose root of SymlinkTree (joshuaseaton@google.com) https://crrev.com/3b4c9d9b26618f331b01287b466946bd768170cd [swarming] roll swarming client (tikuta@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I225f6052eee8eaf18aa45c83519b328d3544ba72 Reviewed-on: https://chromium-review.googlesource.com/c/1416061Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/f749c4664feacab9484dc8e24ae350b1114f0d12 [swarming] add OWNERS (tikuta@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I482c4836d081de9a6f29cf4cf4492d67dec4ec54 Reviewed-on: https://chromium-review.googlesource.com/c/1416060Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/3e07686e1a32a7500c5bbd64f939c168546d360e [isolated] Re-roll isolated. (joshuaseaton@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I7f041464d6249e9f57dd09571319c46152d16e45 Reviewed-on: https://chromium-review.googlesource.com/c/1416059Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 16 Jan, 2019 4 commits
-
-
Takuto Ikuta authored
Bug: 887141 Change-Id: Ieaa53c18b01f6882f1b8f48c252ec1f9847f94fa Reviewed-on: https://chromium-review.googlesource.com/c/1416491Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@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/ed32454c59ca7ba6d05f313f32f75c1b8157d66e Remove unused features of package.proto. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia5ca69de1e13209c336bcc82d52f2aa508551569 Reviewed-on: https://chromium-review.googlesource.com/c/1416057Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@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/b5365db8a7bac60b839af22029317e97bd2e77b4 Revert "Fix a couple of typos in user_guide.md". (seanabraham@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib6092bf23ff1c487c925f039dc26a57e2b3eb597 Reviewed-on: https://chromium-review.googlesource.com/c/1416055Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
™ Marc-Antoine Ruel authoredTrimming at the bottom looses an important datapoint: which is the oldest commit. To fix this problem, use Middle Out Compression
™ ️ to creates a better DEPS roll CL description. Change-Id: I290073d25989b6880a4b608cd2b8f26a300cc3a1 Reviewed-on: https://chromium-review.googlesource.com/c/1415430Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Marc-Antoine Ruel <maruel@chromium.org>
-