4e51570f9b
Fix typo in swarming documentation.
...
BUG=None
Change-Id: Ib1a08fcf6e3cfb0dd28455e39e42daa7d3d4507a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3315640
Reviewed-by: Robert Sesek <rsesek@chromium.org >
Commit-Queue: Will Harris <wfh@chromium.org >
Cr-Commit-Position: refs/heads/main@{#948216}
2021-12-03 23:08:17 +00:00
2d01a49ebf
docs: replace python swarming client usage with go client
...
Removed run_isolated.py usage as there are no alternatives.
Bug: 984869, 1163817
Change-Id: Ieb72ebb2356d982ac5e90fde0799713daf8aa2c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2936424
Auto-Submit: Takuto Ikuta <tikuta@chromium.org >
Reviewed-by: Brian Sheedy <bsheedy@chromium.org >
Commit-Queue: Takuto Ikuta <tikuta@chromium.org >
Cr-Commit-Position: refs/heads/master@{#889080}
2021-06-04 00:28:58 +00:00
3221144c13
[docs] replace isolate server with CAS in debugging-with-swarming.md
...
CAS is already available on production, and developers should be able to use it instead of Isolate server.
Bug: 1163817
Change-Id: I1ea0333725eb8c6337507605781e9c3e29b4f5e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626816
Commit-Queue: Takuto Ikuta <tikuta@chromium.org >
Auto-Submit: Junji Watanabe <jwata@google.com >
Reviewed-by: Takuto Ikuta <tikuta@chromium.org >
Cr-Commit-Position: refs/heads/master@{#842913}
2021-01-13 07:31:47 +00:00
fdcd905f3c
Restore the python auth instructions pending full conversion of mb.py
...
R=tikuta@chromium.org
Bug: 984869
Change-Id: I07a131c587e921a11ff1ac63a90831b794677a21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437651
Commit-Queue: Fergal Daly <fergal@chromium.org >
Auto-Submit: Fergal Daly <fergal@chromium.org >
Reviewed-by: Takuto Ikuta <tikuta@chromium.org >
Cr-Commit-Position: refs/heads/master@{#811582}
2020-09-29 05:22:28 +00:00
fbdb1b50f2
Fix typo and add flag which fixes bot failure in some cases.
...
NOTRY=true
Change-Id: Ib263b44be73614c7d78b0d52df8c417dae0e7c1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242203
Auto-Submit: Katie Dektar <katie@chromium.org >
Reviewed-by: Ben Pastene <bpastene@chromium.org >
Commit-Queue: Ben Pastene <bpastene@chromium.org >
Cr-Commit-Position: refs/heads/master@{#777536}
2020-06-11 22:44:06 +00:00
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 #3
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