0
Commit Graph

5 Commits

Author SHA1 Message Date
Elly Fong-Jones
ef5bed36d6 docs: mention isolate --no-build for swarming
Thanks thakis@ :)

CC=thakis@chromium.org
R=agable@chromium.org

Bug: None
Change-Id: Ida6a7bcf5f59178d39546eb9f1c0d2c6810366cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1796202
Reviewed-by: Aaron Gable <agable@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695278}
2019-09-10 19:27:44 +00:00
Elly Fong-Jones
f278f715a8 docs: fix markdown syntax in debugging-with-swarming
Leading "- " sets off a list in markdown, oops :)

TBR=agable@chromium.org

Bug: None
Change-Id: I12bf7bcd460a9751c92c2c1e0aa3c5328e5d0382
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790377
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694916}
2019-09-09 21:08:49 +00:00
Brian Sheedy
00a51e467b Add notes about extra args for swarmed tests
Adds several notes about running swarmed tests with extra arguments in
docs/workflow/debugging-with-swarming.md.

Change-Id: I751e0237399ff96626ef699b9a66e598eb07ab5a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793282
Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694854}
2019-09-09 19:09:17 +00:00
Elly Fong-Jones
23e2b71268 tools: generalize run-swarmed
This change:
1) Adds support to run-swarmed for targeting macOS
2) Adds a --swarming-os argument that allows specifying the OS the
   targets should run on, which is useful for targeting specific OS
   versions and such
3) Makes the outdir and target arguments mandatory positional args
   instead of named args, since they were/are required anyway (the
   script crashes if they aren't given)
4) Removes Fuchsia-specific defaults and documentation references
5) Renames the test_name argument to target_name for more consistency
   with gn/ninja parlance
6) Updates doc references, especially for 

Bug: None
Change-Id: I64051d3e35d6b143d7688083a3c0877ffbf06ff3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787587
Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694321}
2019-09-06 18:14:58 +00:00
Elly Fong-Jones
9996b21790 docs: add debugging-with-swarming
This document describes how to use isolates and swarming to debug individual
test failures.

Bug: None
Change-Id: I7afe6f79caf41dd06f01be01580f738d2a3f661c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778984
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693684}
2019-09-05 13:24:43 +00:00