Lines Matching +full:intel +full:- +full:ui
1 ---
4 ---
13 - Baselines are managed in Gold outside of Git, but in lockstep with Git
15 - Each commit creates >500k images.
16 - Deviations from the baseline are triaged after a CL lands and images are
21 - We test across a range of dimensions, e.g.:
23 - OS (Windows, Linux, Mac, Android, iOS)
24 - Architectures (Intel, ARM)
25 - Backends (CPU, OpenGL, Vulkan etc.)
26 - etc.
28 - Written in Go, Polymer and deployed on the Google Cloud. The code is in the
29 [Skia Infra Repository](https://github.com/google/skia-buildbot).
45 - Access the By Blame view to see digests needing triage and associated
47 - Only untriaged digests will be shown by default
48 - Blame is not sorted in any particular order
49 - Digests are clustered by runs and the most minimal set of blame
51 <img src=../BlameView.png style="margin-left:30px" align="left" width="800"/>
54 - Select digests for triage
55 - Digests will be listed in order with largest difference first
56 - Click to open the digest view with detailed information
58 <img src=../Digests.png style="margin-left:40px" align="left" width="780"/>
61 - Open bugs for identified owner(s)
62 - The digest detail view has a link to open a bug from the UI
63 - Via the Gold UI or when manually entering a bug, copy the full URL of single
65 - The URL reference to the digest in Issue Tracker will link the bug to the
68 <img src="../IssueHighlight.png" style="margin-left:60px" align="left" width="720" border=1/>
75 - Smarter, more granular blamelist
83 - Immediately following commit, access the By Blame view to find untriaged
85 - Click on one of the clusters including your CL to triage
86 - Return to the By Blame view to walk through all untriaged digests involving
88 - Note: It is not yet implemented in the UI but possible to filter the view by
91 <img src=../BlameView.png style="margin-left:30px" align="left" width="800"/>
96 - Access the Ignores view and create a new, short-interval (hours) ignore for
99 <img src=../Ignores.png style="margin-left:30px" align="left" width="800"/>
102 - Click on the Ignore to bring up a search view filtered by the affected
104 - Mark untriaged images as positive (or negative if appropriate)
105 - Follow one of two options for handling former positives:
106 - Leave former positives as-is and let them fall off with time if there is low
108 - Mark former positives as negative if needed to verify the change moving
113 - Trybot support prior to commit, with view limited to your CL
114 - Pre-triage prior to commit that will persist when the CL lands
124 - Follow the process for rebaselining images:
125 - Wait for the bot/test/config to be committed and show up in the Gold UI
126 - Access the Ignores view and create a short-interval ignore for the
128 - Triage the ignores for that config to identify positive images
129 - Delete the ignore
133 - Introduction of a new or updated test can make use of try jobs and pre-triage.
134 - New configs may be able to use these features as well.
142 - Access the By Test view
144 <img src=../ByTest.png style="margin-left:30px" align="left" width="800"/>
147 - Click the magnifier to filter by configuration
148 - Access the Cluster view to see the distribution of digest results
149 - Use control-click to select and do a direct compare between data points
150 - Click on configurations under “parameters” to highlight data points and
153 <img src=../ClusterConfig.png style="margin-left:30px" align="left" width="800"/>
156 - Access the Grid view to see NxN diffs
158 <img src=../Grid.png style="margin-left:30px" align="left" width="800"/>
161 - Access the Dot diagram to see history of commits for the trace
162 - Each dot represents a commit
163 - Each line represents a configuration
164 - Dot colors distinguish between digests
166 <img src=../DotDiagram.png style="margin-left:30px" align="left" width="800"/>
173 - Large diff display of image vs image
181 - Access the Search view
182 - Select any parameters desired to search across tests
184 <img src=../Search.png style="margin-left:30px" align="left" width="800"/>