summaryrefslogtreecommitdiffstats
path: root/tools/roll_angle.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in the roll_angle.py script.geofflang2016-02-161-1/+1
| | | | | | | | TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1702773002 Cr-Commit-Position: refs/heads/master@{#375690}
* Improve the Roll ANGLE script.geofflang2016-02-121-16/+50
| | | | | | | | | | | | * Move the clang bot to be a "FYI" trybot so the CQ does not block on it. * Allow adding a TBR from the command line. * Allow setting the CQ bit from the command line. BUG=489922 Review URL: https://codereview.chromium.org/1562203005 Cr-Commit-Position: refs/heads/master@{#375185}
* Run WebGL 2.0 conformance tests in more cases.kbr2016-02-091-9/+25
| | | | | | | | | | | | | | | | | | | | | | Use CQ_INCLUDE_TRYBOTS directive to run optional GPU tests, which include the WebGL 2.0 conformance tests, on the commit queue during ANGLE rolls. Add a script for rolling the WebGL conformance suite and do the same then. Add presubmit checks for the gpu/ directory and the Blink WebGL sources which run the WebGL 2.0 conformance suite, since these are the places most likely to break these tests. (These tests will be run by default on the commit queue as soon as there is machine capacity to do so.) BUG=295792 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1682593002 Cr-Commit-Position: refs/heads/master@{#374307}
* Fix roll_angle.py script.kbr2016-01-071-2/+6
| | | | | | | | | | | | win_clang_dbg is ambiguous because it exists on multiple masters. BUG=none TBR=thakis@chromium.org, geofflang@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1568083003 Cr-Commit-Position: refs/heads/master@{#368195}
* Move find_depot_tools.py to build/mcgrathr2015-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | build/vs_toolchain.py requires find_depot_tools.py, but it's not available to a project that gets build/ via DEPS and does not also get all of tools/ via DEPS. The native_client repo needs to use build/vs_toolchain.py, but it does not copy chromium/src/tools/ and it should not have to duplicate find_depot_tools.py just to use build/vs_toolchain.py. The native_client repo also needs a standalone script to print out the depot_tools directory location, and find_depot_tools.py can serve that purpose too with some trivial additions. BUG= 512869 R=ben@chromium.org, dbeam@chromium.org, dpranke@chromium.org, jbudorick@chromium.org, klundberg@chromium.org, phajdan.jr@chromium.org, sky@chromium.org, tbreisacher@chromium.org Review URL: https://codereview.chromium.org/1418513007 Cr-Commit-Position: refs/heads/master@{#356141}
* Update the roll_angle script to run the clang trybot.geofflang2015-09-151-1/+15
| | | | | | Review URL: https://codereview.chromium.org/1334173011 Cr-Commit-Position: refs/heads/master@{#348981}
* Only set core.autocrlf on Windows.kbr2015-06-251-4/+5
| | | | | | | | | BUG=504206 TBR=geofflang@chromium.org Review URL: https://codereview.chromium.org/1211723002 Cr-Commit-Position: refs/heads/master@{#336075}
* Update roll_angle.py to work on Windows.geofflang2015-06-091-17/+50
| | | | | | | | | | | Also added new features to generate a list of chromium bugs and trigger tryjobs after upload. BUG=489922 Review URL: https://codereview.chromium.org/1163333002 Cr-Commit-Position: refs/heads/master@{#333579}
* Update roll_angle.py to use new API.jmadill2015-05-251-4/+4
| | | | | | | | | | The depot tools script was changed recently. BUG=489922 Review URL: https://codereview.chromium.org/1156903002 Cr-Commit-Position: refs/heads/master@{#331300}
* Add ANGLE auto-roll script based on kjellander's roll_webrtc.py.kbr2015-05-211-0/+309
This is a significantly stripped down version of the WebRTC auto-roller which doesn't attempt to auto-commit CLs or watch the trybots. If we decide to add that functionality then the two scripts should be refactored and generalized. BUG=489922 Review URL: https://codereview.chromium.org/1151783002 Cr-Commit-Position: refs/heads/master@{#330984}