Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Skia Gold | 1 Skia Gold |
| 2 ========= | 2 ========= |
| 3 | 3 |
| 4 Recommended Workflows | 4 Overview |
| 5 --------------------- | 5 -------- |
| 6 | |
| 7 Gold is a Web application that compares the images produced by our bots against | |
|
hcm
2016/10/10 11:55:24
lowercase "web"
carriage return before key feature
stephana
2016/10/10 14:58:03
Done.
| |
| 8 known baseline images. Key features: | |
| 9 | |
| 10 * Baselines are managed in Gold outside of Git, but in lockstep with Git commits . | |
| 11 * Each commit creates >500k images. | |
| 12 * Deviations from the baseline are triaged after a CL lands and images are triag ed | |
| 13 as either `positive` or `negative`. If a CL causes Skia to break it is reverte d | |
| 14 or an additional CL is landed to fix the problem. | |
| 15 * We test across a range of dimensions, e.g.: | |
| 16 | |
| 17 - OS (Windows, Linux, Mac, Android, iOS) | |
| 18 - Architectures (Intel, ARM) | |
| 19 - Backends (CPU, OpenGL, Vulkan etc.) | |
| 20 - etc. | |
| 21 | |
| 22 * Written in Go, Polymer and deployed on the Google Cloud. The code | |
| 23 is in the [Skia Infra Repository](https://github.com/google/skia-buildbot). | |
| 24 | |
| 25 Recommended Workflows | |
| 26 --------------------- | |
| 6 ### How to best use Gold for commonly faced problems ### | 27 ### How to best use Gold for commonly faced problems ### |
| 7 | 28 |
| 8 These instructions will refer to various views which are accessible via the left | 29 These instructions will refer to various views which are accessible via the left |
| 9 navigation on [gold.skia.org](https://gold.skia.org/). | 30 navigation on [gold.skia.org](https://gold.skia.org/). |
| 10 View access is public, triage access is granted to | 31 View access is public, triage access is granted to |
| 11 Skia contributors. You must be logged in to triage. | 32 Skia contributors. You must be logged in to triage. |
| 12 | 33 |
| 13 Problem #1: As sheriff, I need to triage and “assign” many incoming new images. | 34 Problem #1: As sheriff, I need to triage and “assign” many incoming new images. |
| 14 ------------------------------------------------------------------------------- | 35 ------------------------------------------------------------------------------- |
| 15 Solution today: | 36 Solution today: |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 139 <br> | 160 <br> |
| 140 | 161 |
| 141 Problem #5: As a developer, I need to find results for a particular configuratio n. | 162 Problem #5: As a developer, I need to find results for a particular configuratio n. |
| 142 -------------------------------------------------------------------------------- -- | 163 -------------------------------------------------------------------------------- -- |
| 143 Solution: | 164 Solution: |
| 144 | 165 |
| 145 * Access the Search view | 166 * Access the Search view |
| 146 * Select any parameters desired to search across tests | 167 * Select any parameters desired to search across tests |
| 147 | 168 |
| 148 <img src=Search.png style="margin-left:30px" align="left" width="800"/> <br clea r="left"> | 169 <img src=Search.png style="margin-left:30px" align="left" width="800"/> <br clea r="left"> |
| 149 | |
| 150 | |
| OLD | NEW |