update gold docs

No-Try: true
Docs-Preview: https://skia.org/?cl=99200
Bug: skia:
Change-Id: Iad54dbb530e2846ae176508414377f9a32f849cf
Reviewed-on: https://skia-review.googlesource.com/99200
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Heather Miller <hcm@google.com>
This commit is contained in:
Heather Miller 2018-01-24 07:30:26 -05:00 committed by Skia Commit-Bot
parent d00072d2e3
commit 3a08c65b96

View File

@ -10,9 +10,12 @@ Key features:
* Baselines are managed in Gold outside of Git, but in lockstep with Git commits.
* Each commit creates >500k images.
* Deviations from the baseline are triaged after a CL lands and images are triaged
as either `positive` or `negative`. If a CL causes Skia to break it is reverted
or an additional CL is landed to fix the problem.
* Deviations from the baseline are triaged after a CL lands and images are
triaged as either `positive` or `negative`. 'Positive' means the diff is
considered acceptable. 'Negative' means the diff is considered unacceptable
and requires a fix.
If a CL causes Skia to break it is reverted or an additional CL is landed to
fix the problem.
* We test across a range of dimensions, e.g.:
- OS (Windows, Linux, Mac, Android, iOS)