Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Side by Side Diff: site/dev/testing/skiagold.md

Issue 2406753002: Add description to Gold (Closed)
Patch Set: WIP Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
8 known baseline images.
9 Key features:
10
11 * Baselines are managed in Gold outside of Git, but in lockstep with Git commits .
12 * Each commit creates >500k images.
13 * Deviations from the baseline are triaged after a CL lands and images are triag ed
14 as either `positive` or `negative`. If a CL causes Skia to break it is reverte d
15 or an additional CL is landed to fix the problem.
16 * We test across a range of dimensions, e.g.:
17
18 - OS (Windows, Linux, Mac, Android, iOS)
19 - Architectures (Intel, ARM)
20 - Backends (CPU, OpenGL, Vulkan etc.)
21 - etc.
22
23 * Written in Go, Polymer and deployed on the Google Cloud. The code
24 is in the [Skia Infra Repository](https://github.com/google/skia-buildbot).
25
26 Recommended Workflows
27 ---------------------
6 ### How to best use Gold for commonly faced problems ### 28 ### How to best use Gold for commonly faced problems ###
7 29
8 These instructions will refer to various views which are accessible via the left 30 These instructions will refer to various views which are accessible via the left
9 navigation on [gold.skia.org](https://gold.skia.org/). 31 navigation on [gold.skia.org](https://gold.skia.org/).
10 View access is public, triage access is granted to 32 View access is public, triage access is granted to
11 Skia contributors. You must be logged in to triage. 33 Skia contributors. You must be logged in to triage.
12 34
13 Problem #1: As sheriff, I need to triage and “assign” many incoming new images. 35 Problem #1: As sheriff, I need to triage and “assign” many incoming new images.
14 ------------------------------------------------------------------------------- 36 -------------------------------------------------------------------------------
15 Solution today: 37 Solution today:
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 <br> 161 <br>
140 162
141 Problem #5: As a developer, I need to find results for a particular configuratio n. 163 Problem #5: As a developer, I need to find results for a particular configuratio n.
142 -------------------------------------------------------------------------------- -- 164 -------------------------------------------------------------------------------- --
143 Solution: 165 Solution:
144 166
145 * Access the Search view 167 * Access the Search view
146 * Select any parameters desired to search across tests 168 * Select any parameters desired to search across tests
147 169
148 <img src=Search.png style="margin-left:30px" align="left" width="800"/> <br clea r="left"> 170 <img src=Search.png style="margin-left:30px" align="left" width="800"/> <br clea r="left">
149
150
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698