aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
Commit message (Collapse)AuthorAge
* Add MotoG4 bot.Gravatar Ben Wagner2017-03-02
| | | | | | | | | | BUG=skia: NOTRY=true Change-Id: I987b1b1f2c739a8301923ac567f9a57dfb64dc97 Reviewed-on: https://skia-review.googlesource.com/9148 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Fix flutter compile botGravatar Ravi Mistry2017-03-02
| | | | | | | | | BUG=skia:6310 Change-Id: I540ea1b8a4e4c4faa8fa0f5550f25023763c3fea Reviewed-on: https://skia-review.googlesource.com/9135 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Test sRGB with non-linear blending using new "srgbnl" sinkGravatar Matt Sarett2017-03-02
| | | | | | | | | BUG=skia: Change-Id: Ief7516c1505f8e447f83121ed4ba75b9fa9ba75b Reviewed-on: https://skia-review.googlesource.com/8976 Commit-Queue: Matt Sarett <msarett@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
* Symbolize all Ubuntu dm/nanobench runsGravatar Kevin Lubick2017-03-02
| | | | | | | | | BUG=skia:6206 Change-Id: Ic73b04ee832c7c603a032c5726b34ecb3ac3b4ff Reviewed-on: https://skia-review.googlesource.com/9131 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
* Add Galaxy J5 bots.Gravatar Ben Wagner2017-03-01
| | | | | | | | | | BUG=skia:6097 NOTRY=true Change-Id: I34bd1b10201c4f38b00b80a59e30776414844e05 Reviewed-on: https://skia-review.googlesource.com/9107 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Allow dm threads for GalaxyS*Gravatar Ben Wagner2017-03-01
| | | | | | | | | | | | | | | This appears to have been added for the GalaxyS4 in https://codereview.chromium.org/1106173004/, but we no longer test the GalaxyS4. BUG=skia:3214 NOTRY=true Change-Id: I10c4e1457ebf0e65133ac914cd9fdf0964c74003 Reviewed-on: https://skia-review.googlesource.com/9090 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Disable f16 and srgb configs for Android CPU perf.Gravatar Ben Wagner2017-02-28
| | | | | | | | | | | This is a followup to https://skia-review.googlesource.com/c/9021/ BUG=skia: Change-Id: Ie8bae20162759c2545690fcc4c8867a478914c35 Reviewed-on: https://skia-review.googlesource.com/9065 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Remove unused Skia OWNERS filesGravatar Ravi Mistry2017-02-28
| | | | | | | | | | | | Context is in https://bugs.chromium.org/p/skia/issues/detail?id=6285 NOTRY=true BUG=skia:6285 Change-Id: I4d03f7c76acfcf3463e7895f58889a3d1b0e96fb Reviewed-on: https://skia-review.googlesource.com/9061 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Derek Sollenberger <djsollen@google.com>
* Move armv7 CPU tests to Nexus 10.Gravatar Ben Wagner2017-02-27
| | | | | | | | | | | The Android Ones are slow and there aren't enough to keep up. BUG=skia: Change-Id: Ib483dc31853c34c3cafca7c8a08193fd747f2094 Reviewed-on: https://skia-review.googlesource.com/9021 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Roll Recipe DEPSGravatar Eric Boren2017-02-27
| | | | | | | | | | | | Yet more upstream breaks BUG=skia: Change-Id: I2f38af7da8a1d5c3de61c5d0f52621ce64292e81 Reviewed-on: https://skia-review.googlesource.com/8983 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
* Update SKP versionGravatar UpdateSKPs2017-02-26
| | | | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR=update-skps@skia.org NO_MERGE_BUILDS Change-Id: I81be6e7c8d2ed9bea40628846d112db9ffff4354 Reviewed-on: https://skia-review.googlesource.com/8798 Reviewed-by: update-skps <update-skps@skia.org> Commit-Queue: update-skps <update-skps@skia.org>
* Remove iHD530 tests.Gravatar Ben Wagner2017-02-26
| | | | | | | | | | | The iHD530 bot is fairly similar to the IntelIris540 bot, and the only open bug for iHD530 (skia:5792) also occurs for IntelIris540. NOTRY=true Change-Id: I1f9d753a93efd8a26c11f143fe0b523fab4f29ae Reviewed-on: https://skia-review.googlesource.com/8886 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
* Fix bug handling CMYK images without color profilesGravatar Matt Sarett2017-02-24
| | | | | | | | | | | | We need the swizzler to convert CMYK->RGB in some cases where we do have a color xform. BUG=skia: Change-Id: Id467ad03df64368fd5a6c3bd5461566582eb492e Reviewed-on: https://skia-review.googlesource.com/8973 Commit-Queue: Matt Sarett <msarett@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com>
* Blacklist test on Vulkan Ubuntu Intel caused by driver bugGravatar Greg Daniel2017-02-23
| | | | | | | | | BUG=skia:6280 Change-Id: Ib8d0a8fe7ca2e0174daa209eac487027e833e6ec Reviewed-on: https://skia-review.googlesource.com/8907 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
* Reland "CQ config: add gerrit CQAbility verifier."Gravatar Andrii Shyshkalov2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 02241e976b34c8bc4b2d4add2f0c881d8a8d2bc1. Reason for revert: cq proto has been rolled to depot_tools. Original change's description: > Revert "CQ config: add gerrit CQAbility verifier." > > This reverts commit 04628221324eb2e5b329a8fd9c69196ea9acb43c. > > Reason for revert: Lets revert until the proto is rolled into Skia. > > Original change's description: > > CQ config: add gerrit CQAbility verifier. > > > > Goal is to ensure that unreviewed and untrusted code isn't sent through > > CQ to try bots, by accident or through malicious intent. > > > > R=​rmistry@google.com > > BUG=chromium:692613 > > NOTRY=True > > > > Change-Id: I750be91895f5b77229b8f4a22216f00eaa75f7a0 > > Reviewed-on: https://skia-review.googlesource.com/8620 > > Reviewed-by: Ravi Mistry <rmistry@google.com> > > Commit-Queue: Ravi Mistry <rmistry@google.com> > > > > TBR=rmistry@google.com,reviews@skia.org,tandrii@google.com > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:692613 > > Change-Id: I6d4b821b2a02ef3e097cf68cd8ebfb2b51d4d165 > Reviewed-on: https://skia-review.googlesource.com/8663 > Reviewed-by: Ravi Mistry <rmistry@google.com> > Commit-Queue: Ravi Mistry <rmistry@google.com> > R=rmistry@google.com,reviews@skia.org,tandrii@google.com # Not skipping CQ checks because original CL landed > 1 day ago. BUG=chromium:692613 Change-Id: Icefcd69b4608e5294f358de66a9ce014c9950ede Reviewed-on: https://skia-review.googlesource.com/8740 Reviewed-by: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Remove special build for Valgrind.Gravatar Ben Wagner2017-02-22
| | | | | | | | | | | Valgrind uses the unmodified binary. See skia:6267. BUG=skia:6267 Change-Id: I3fcecf9ffce67ebec88d4005e464c66d25c6aa21 Reviewed-on: https://skia-review.googlesource.com/8833 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Fix tasks.json after crossed CLs.Gravatar Ben Wagner2017-02-22
| | | | | | | | | | | | | These two CLs caused failure on Housekeeper-PerCommit-InfraTests: https://skia-review.googlesource.com/8839 https://skia-review.googlesource.com/8805 NOTRY=true Change-Id: Ie27c2fd73186cdd4d9ae5528635bc9690df03210 Reviewed-on: https://skia-review.googlesource.com/8845 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Add eGPU jobs.Gravatar Ben Wagner2017-02-22
| | | | | | | Change-Id: Ia160d3b17abebf0075f8ce2b608653e496f46d58 Reviewed-on: https://skia-review.googlesource.com/8805 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Do not retry test or perf tasksGravatar Eric Boren2017-02-22
| | | | | | | | | BUG=skia: Change-Id: I153978a92420eb2c39024213ebcdf95d1b8bde30 Reviewed-on: https://skia-review.googlesource.com/8839 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
* Split Valgrind jobs -- one DM/NB run per task.Gravatar Ben Wagner2017-02-22
| | | | | | | | | | | | Reland of https://skia-review.googlesource.com/c/8723/1 BUG=skia:2789 NOTRY=true Change-Id: I1fbd314457a9d411543c8d7af4df166608d1acc7 Reviewed-on: https://skia-review.googlesource.com/8832 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Revert "Split Valgrind jobs -- one DM/NB run per task."Gravatar Ben Wagner2017-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bc9cd524d8ce8fd61ff6e49fa2a6e2a26a069874. Reason for revert: Unable to find Valgrind binary. Original change's description: > Split Valgrind jobs -- one DM/NB run per task. > > Remove special build for Valgrind -- Valgrind uses the unmodified binary. See skia:6267. > > BUG=skia:2789,skia:6267 > > Change-Id: Id56c460abf36eb2be633ac3a309e0dbc7a278f41 > Reviewed-on: https://skia-review.googlesource.com/8723 > Commit-Queue: Ben Wagner <benjaminwagner@google.com> > Reviewed-by: Eric Boren <borenet@google.com> > Reviewed-by: Mike Klein <mtklein@chromium.org> > TBR=mtklein@chromium.org,borenet@google.com,mtklein@google.com,benjaminwagner@google.com,reviews@skia.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:2789,skia:6267 Change-Id: I16876a8528c441805931ed21e9aa8688ab2e0b4c Reviewed-on: https://skia-review.googlesource.com/8831 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Omit encode-platform on N5 for all configs.Gravatar Ben Wagner2017-02-21
| | | | | | | | | BUG=skia:5876 Change-Id: Icfd000638290418870df857722317c62cb6942d9 Reviewed-on: https://skia-review.googlesource.com/8827 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Split Valgrind jobs -- one DM/NB run per task.Gravatar Ben Wagner2017-02-21
| | | | | | | | | | | | Remove special build for Valgrind -- Valgrind uses the unmodified binary. See skia:6267. BUG=skia:2789,skia:6267 Change-Id: Id56c460abf36eb2be633ac3a309e0dbc7a278f41 Reviewed-on: https://skia-review.googlesource.com/8723 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
* Add machine_type dimension to disambiguate bots with GTX960.Gravatar Ben Wagner2017-02-21
| | | | | | | | | BUG=skia: Change-Id: Id66505d2e45cfff0bb31f630d96f7a78ad2f701b Reviewed-on: https://skia-review.googlesource.com/8721 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
* Roll recipe DEPS againGravatar Eric Boren2017-02-21
| | | | | | | | | | | | This time with coverage bypass BUG=skia: Change-Id: I7f51dcad7bad53c7209ac512876a0d72c6181b8e Reviewed-on: https://skia-review.googlesource.com/8768 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
* Roll recipe DEPSGravatar Eric Boren2017-02-21
| | | | | | | | | | | Attempt 2. Lots of fixes due to upstream breaks. BUG=skia: Change-Id: Ie05b2da1790fbcce5c45ef09c4c832e09de6b5c5 Reviewed-on: https://skia-review.googlesource.com/8762 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
* Stream logs in symbolized dm/nanobenchGravatar Kevin Lubick2017-02-21
| | | | | | | | | BUG=skia: Change-Id: I693bec4daa819f3c7802aa54f452b47f228b370b Reviewed-on: https://skia-review.googlesource.com/8673 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Kevin Lubick <kjlubick@google.com>
* Blacklisting scaled_tilemodes_npot on GalaxyTab3Gravatar Kevin Lubick2017-02-21
| | | | | | | | | | | | | It now fails after a few minutes instead of timing out after 4 hours, so that's an improvement. BUG=skia: Change-Id: I3e9319711953a5dad7898eea507cd4d83db7842d Reviewed-on: https://skia-review.googlesource.com/8729 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
* Update SKP versionGravatar UpdateSKPs2017-02-19
| | | | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR=update-skps@skia.org NO_MERGE_BUILDS Change-Id: I896cc218aa030760fc64ed43b516072fff6a77b9 Reviewed-on: https://skia-review.googlesource.com/8702 Reviewed-by: update-skps <update-skps@skia.org> Commit-Queue: update-skps <update-skps@skia.org>
* Revert "Roll Recipe DEPS"Gravatar Eric Boren2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 310f4d02c1e2d01181c1db18acf05f2846f94cd4. Reason for revert: Broke uploads Original change's description: > Roll Recipe DEPS > > BUG=skia: > > Change-Id: I3e32207e5809e126d53ee8ec2158eb855c1a26d2 > Reviewed-on: https://skia-review.googlesource.com/8671 > Commit-Queue: Eric Boren <borenet@google.com> > Reviewed-by: Ravi Mistry <rmistry@google.com> > TBR=borenet@google.com,rmistry@google.com,reviews@skia.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Change-Id: If6eed7a72aa7178afd23d0a4a7786e23b27c1ac2 Reviewed-on: https://skia-review.googlesource.com/8681 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
* Roll Recipe DEPSGravatar Eric Boren2017-02-17
| | | | | | | | | BUG=skia: Change-Id: I3e32207e5809e126d53ee8ec2158eb855c1a26d2 Reviewed-on: https://skia-review.googlesource.com/8671 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
* Revert "CQ config: add gerrit CQAbility verifier."Gravatar Ravi Mistry2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 04628221324eb2e5b329a8fd9c69196ea9acb43c. Reason for revert: Lets revert until the proto is rolled into Skia. Original change's description: > CQ config: add gerrit CQAbility verifier. > > Goal is to ensure that unreviewed and untrusted code isn't sent through > CQ to try bots, by accident or through malicious intent. > > R=​rmistry@google.com > BUG=chromium:692613 > NOTRY=True > > Change-Id: I750be91895f5b77229b8f4a22216f00eaa75f7a0 > Reviewed-on: https://skia-review.googlesource.com/8620 > Reviewed-by: Ravi Mistry <rmistry@google.com> > Commit-Queue: Ravi Mistry <rmistry@google.com> > TBR=rmistry@google.com,reviews@skia.org,tandrii@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:692613 Change-Id: I6d4b821b2a02ef3e097cf68cd8ebfb2b51d4d165 Reviewed-on: https://skia-review.googlesource.com/8663 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Add Flutter compile botGravatar Ravi Mistry2017-02-17
| | | | | | | | | BUG=skia:6227 Change-Id: I997663e49c407e3ec64c8e67a2ca27700d5081b4 Reviewed-on: https://skia-review.googlesource.com/8448 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
* Make all of the NUC tests use the newer intel driverGravatar Kevin Lubick2017-02-17
| | | | | | | | | | | Also update LD_LIBRARY_PATH to include the LIBGL_DRIVERS_PATH. BUG=skia: Change-Id: I0b4d3237f8042ac739f184b107f1c85368b71ee2 Reviewed-on: https://skia-review.googlesource.com/8603 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
* CQ config: add gerrit CQAbility verifier.Gravatar Andrii Shyshkalov2017-02-17
| | | | | | | | | | | | | | Goal is to ensure that unreviewed and untrusted code isn't sent through CQ to try bots, by accident or through malicious intent. R=rmistry@google.com BUG=chromium:692613 NOTRY=True Change-Id: I750be91895f5b77229b8f4a22216f00eaa75f7a0 Reviewed-on: https://skia-review.googlesource.com/8620 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
* Clean up SkSplicer.Gravatar Mike Klein2017-02-15
| | | | | | | | | | SkJumper's looking promising enough that I want this further out of my face. Change-Id: I6dbe71aeabe32f7f4258ba157460e6985733b0ce Reviewed-on: https://skia-review.googlesource.com/8528 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Herb Derby <herb@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
* Update intel linux vulkan driverGravatar Greg Daniel2017-02-15
| | | | | | | | | BUG=skia: Change-Id: I2bb32aa02719c6cb1f3fccecfa5fbec7af74eb90 Reviewed-on: https://skia-review.googlesource.com/8503 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
* Symbolize any stacktraces in DM and nanobenchGravatar Kevin Lubick2017-02-15
| | | | | | | | | | | | As a soft rollout, this only affects the Linux NUCS (on Ubuntu16). BUG=skia:6206 Change-Id: Ic314e85159cd3c0d9e55bbdce412a8d61adebb33 Reviewed-on: https://skia-review.googlesource.com/8276 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
* Fix Nexus 10s from shutting down too oftenGravatar Kevin Lubick2017-02-15
| | | | | | | | | BUG=skia: Change-Id: I373bb62c6894569a2672745ce20aa351c5893968 Reviewed-on: https://skia-review.googlesource.com/8486 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
* Remove Vulkan GalaxyS7 botGravatar Greg Daniel2017-02-14
| | | | | | | | | | | | | These bots have never worked so we're just waisting cycles on them. The Pixels have the same GPU and an up to date driver so we're not losing any test coverage. BUG=skia: Change-Id: I339c8191d80843399dd5d31d19f6808b235f6672 Reviewed-on: https://skia-review.googlesource.com/8446 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
* Blacklist arithmetic jpeg on WICGravatar Matt Sarett2017-02-13
| | | | | | | | | | | NOTRY=true BUG=skia: Change-Id: I2c455f596b516108e2a74a69f29f4f7d2c1e6e4f Reviewed-on: https://skia-review.googlesource.com/8382 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
* Clean up hack of run apiGravatar Kevin Lubick2017-02-13
| | | | | | | | | | | | Also fix such that the Nexus Players get kicked three times not one and a half times. BUG=skia:6045 Change-Id: Ie9142f809a979a46b17a8ad9a205279d6fcb9bd5 Reviewed-on: https://skia-review.googlesource.com/8266 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
* Update libjpeg-turbo to 1.5.1, enable arithmetic decodingGravatar Matt Sarett2017-02-13
| | | | | | | | | BUG=skia:4710 Change-Id: Idac44f7bdf140f1288bc1538f28ab1a4e1ccaae6 Reviewed-on: https://skia-review.googlesource.com/8274 Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
* Update SKP versionGravatar UpdateSKPs2017-02-12
| | | | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR=update-skps@skia.org NO_MERGE_BUILDS Change-Id: Ib239f6716492dce40c0f246a8bc68d9b1eb9caca Reviewed-on: https://skia-review.googlesource.com/8363 Reviewed-by: update-skps <update-skps@skia.org> Commit-Queue: update-skps <update-skps@skia.org>
* Re-enable ProcessorOptimizationValidationTest on iOS.Gravatar Brian Salomon2017-02-10
| | | | | | | Change-Id: I05aae2e86cd7a219ab98e882bb6041263b4aca71 Reviewed-on: https://skia-review.googlesource.com/8318 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
* Disable processor optimization on iOSGravatar Brian Salomon2017-02-10
| | | | | | | Change-Id: Ib34ddb689bd133f1ed7aff16f45b5f263d6f72d9 Reviewed-on: https://skia-review.googlesource.com/8314 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
* Add a -Mini build bot to build the smallest Skia possible.Gravatar Mike Klein2017-02-10
| | | | | | | | | | | This bot wants everything possible to turn off turned off. CQ_INCLUDE_TRYBOTS=skia.primary:Build-Ubuntu-Clang-x86_64-Release-Mini Change-Id: Ida7ee2406f8fecda9bd408cd9880a3838590a81b Reviewed-on: https://skia-review.googlesource.com/8280 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
* Prevent waiting for NexusPlayers indefinitelyGravatar Kevin Lubick2017-02-09
| | | | | | | | | | | | | | | | | | | Also, I noticed that sometimes the NexusPlayers would come back up such that adb would recognize them, but not such that the sys.boot_completed was set to 1. This was usually fixed by rebooting the devices again. This code will reboot them up to three times in total before giving up and killing the device. BUG=skia: TBR=borenet,rmistry NOTREECHECKS=true NOTRY=true Change-Id: Ic2217855ad643ab256a598a3f55a67ba84ebcb25 Reviewed-on: https://skia-review.googlesource.com/8285 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
* Reboot NexusPlayers with adb and shut them down if install failsGravatar Kevin Lubick2017-02-09
| | | | | | | | | BUG=skia:6045 Change-Id: Ibd31e4cc44b71633377b05ad33c1bdab9024f78c Reviewed-on: https://skia-review.googlesource.com/8152 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
* Fix -Shared bot.Gravatar Mike Klein2017-02-09
| | | | | | | | | | | | It's building a static library today. By turning on is_component_build, it should make an .so. CQ_INCLUDE_TRYBOTS=skia.primary:Build-Ubuntu-GCC-x86_64-Release-Shared Change-Id: I5e1179038d89f18654dfdd68e7a5a4cbad423ef6 Reviewed-on: https://skia-review.googlesource.com/8243 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>