Commit 0e59d434 authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Update GPU Gold documentation

Adds a small section to the GPU Skia Gold Markdown documentation
explaining how to find a failed swarming task for a bad image in the
rare case that a bad image is found without a link to the failed build.

Bug: 965234
Change-Id: I257c95ed686f8b6902bd0739b9a1bb93054906f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700293Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#677127}
parent cf245935
...@@ -162,6 +162,25 @@ see all such images, visit [this link][untriaged non tot]. ...@@ -162,6 +162,25 @@ see all such images, visit [this link][untriaged non tot].
[untriaged non tot comment]: https://bugs.chromium.org/p/skia/issues/detail?id=9189#c4 [untriaged non tot comment]: https://bugs.chromium.org/p/skia/issues/detail?id=9189#c4
[untriaged non tot]: https://chrome-gpu-gold.skia.org/search?fdiffmax=-1&fref=false&frgbamax=255&frgbamin=0&head=false&include=false&limit=50&master=false&match=name&metric=combined&neg=false&offset=0&pos=false&query=source_type%3Dchrome-gpu&sort=desc&unt=true [untriaged non tot]: https://chrome-gpu-gold.skia.org/search?fdiffmax=-1&fref=false&frgbamax=255&frgbamin=0&head=false&include=false&limit=50&master=false&match=name&metric=combined&neg=false&offset=0&pos=false&query=source_type%3Dchrome-gpu&sort=desc&unt=true
### Finding A Failed Build
If for some reason you know that a test run produced a bad image, but do not
have a direct link to the failed build (e.g. you found a bad image using the
untriaged non-ToT link from above), you may want to find the failed Swarming
task to help debug the issue. Gold currently provides a list of CLs that were
under test when a particular image was produced, but does not provide a link to
the build that produced it, so the following workaround can be used.
Assuming the failure is relatively recent (within the past week or so), you can
use the flakiness dashboard to help find the failed run. To do so, substitute
the test name into
`https://test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&testType=pixel_skia_gold_test&tests=[test_name]`
and scroll through the history until you find the failed build (represented by
a red square). Click on the build and follow the `Build log` link. This will
take you to the failed build, from which you can get to the Swarming task like
normal by scrolling to the failed step and clicking on the link for the failed
shard number.
### Triaging A Specific Image ### Triaging A Specific Image
If for some reason an image is not showing up in Gold but you know the hash, you If for some reason an image is not showing up in Gold but you know the hash, you
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment