commit | 8cb6aa788b5700afccb241ba7acdd1aa13b5d5de | [log] [tgz] |
---|---|---|
author | Dirk Pranke <[email protected]> | Sat Dec 16 02:31:33 2017 |
committer | Commit Bot <[email protected]> | Sat Dec 16 02:31:33 2017 |
tree | b528ae2363f32d09f3d6d73d6e1900d53eff9193 | |
parent | 55fab54d24277549a682a1e220faec6c027626eb [diff] |
Add initial support for `mb run --swarmed`. This adds the initial support to MB to be able to build and run a binary under swarming easily. It builds on the existing code in MB for building and isolating targets, and just adds uploading the isolate, triggering the task, waiting for and collecting the results. e The end goal is that it should be this easy to reproduce a failure in a bot config: $ fetch chromium && python src\tools\mb\mb.py run --swarmed \ --master tryserver.chromium.win \ --builder win-msvc-rel \ out\Release base_unittests Adding this gives us a starting framework that we can build on for the bit.ly/chromium-test-runner-api cleanup work. [email protected], [email protected] BUG=794783 Change-Id: I160706b1a563bceb36b8465857d32692a3ca004d Reviewed-on: https://chromium-review.googlesource.com/825925 Commit-Queue: Dirk Pranke <[email protected]> Reviewed-by: Marc-Antoine Ruel <[email protected]> Cr-Commit-Position: refs/heads/master@{#524568}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .