0
Commit Graph

8 Commits

Author SHA1 Message Date
dbe63ef392 doc: update debugging-with-swarming.md
python client is deprecated, let me recommend to use go client instead.

Bug: 984869
Change-Id: I93bde0a245510a178bfe5990b074211ba6f45ebd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029565
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737178}
2020-01-31 02:33:52 +00:00
b2ff224db1 doc: update references to pool:Chrome.
Bug: 1011474
Change-Id: I06d9feecb00ce7e9d277b965a069ff997887fdff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917460
Commit-Queue: John Budorick <jbudorick@chromium.org>
Auto-Submit: John Budorick <jbudorick@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715305}
2019-11-14 17:35:59 +00:00
2edab67ba8 Rearrange swarming debug doc and add a concrete example.
- Move run-swarmed and mb.py to the top of the doc

This is a great doc but after working through a lot of steps, I found
that I could have just run mb.py. So this adds a "The easy way"
section at the top of the doc and moves the combined tools to that.

- Factor out the authentication section so that it's linkable.

- Add a concrete example and advice on how to construct $criteria.

Change-Id: I0e7dcbcf9ce38aeed08a614e35f3f1374d2fa8c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871158
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707793}
2019-10-21 14:12:16 +00:00
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
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
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
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
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