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_config/global_variables.json

Issue 313203003: on CompareGMs failure, show link to most recent results on this builder (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: now displayed as a clickable link next to buildstep name Created 6 years, 6 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 | « master/skia_master_scripts/skia_build_step.py ('k') | slave/skia_slave_scripts/compare_gms.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "android_external_port": { 2 "android_external_port": {
3 "value": "10117", 3 "value": "10117",
4 "type": "integer", 4 "type": "integer",
5 "description": "Externally-visible port on the Android Skia build master." 5 "description": "Externally-visible port on the Android Skia build master."
6 }, 6 },
7 "android_internal_port": { 7 "android_internal_port": {
8 "value": "10115", 8 "value": "10115",
9 "type": "integer", 9 "type": "integer",
10 "description": "Internally-visible port on the Android Skia build master." 10 "description": "Internally-visible port on the Android Skia build master."
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "gm_summaries_bucket": { 189 "gm_summaries_bucket": {
190 "value": "chromium-skia-gm-summaries", 190 "value": "chromium-skia-gm-summaries",
191 "type": "string", 191 "type": "string",
192 "description": "Google Cloud Storage bucket we use for GM actual-result.json files." 192 "description": "Google Cloud Storage bucket we use for GM actual-result.json files."
193 }, 193 },
194 "googlestorage_bucket": { 194 "googlestorage_bucket": {
195 "value": "gs://chromium-skia-gm", 195 "value": "gs://chromium-skia-gm",
196 "type": "string", 196 "type": "string",
197 "description": "Google Cloud Storage bucket we use for most things." 197 "description": "Google Cloud Storage bucket we use for most things."
198 }, 198 },
199 "latest_gm_failures_preamble": {
200 "value": "View latest GM failures for this builder at: ",
201 "type": "string",
202 "description": "Wording that leads up to URL pointing at latest GM results f or this builder."
203 },
199 "master_branch_name": { 204 "master_branch_name": {
200 "value": "master", 205 "value": "master",
201 "type": "string", 206 "type": "string",
202 "description": "The git branch on which the bots operate." 207 "description": "The git branch on which the bots operate."
203 }, 208 },
204 "num_gce_compile_bots": { 209 "num_gce_compile_bots": {
205 "value": "5", 210 "value": "5",
206 "type": "integer", 211 "type": "integer",
207 "description": "The number of Compile buildbots on GCE." 212 "description": "The number of Compile buildbots on GCE."
208 }, 213 },
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "value": "https://skia-tree-status.appspot.com/binary-status", 305 "value": "https://skia-tree-status.appspot.com/binary-status",
301 "type": "string", 306 "type": "string",
302 "description": "URL that displays the status of the Skia tree." 307 "description": "URL that displays the status of the Skia tree."
303 }, 308 },
304 "try_svn_url": { 309 "try_svn_url": {
305 "value": "http://skia-try.googlecode.com/svn", 310 "value": "http://skia-try.googlecode.com/svn",
306 "type": "string", 311 "type": "string",
307 "description": "URL of the SVN repository used for try requests." 312 "description": "URL of the SVN repository used for try requests."
308 } 313 }
309 } 314 }
OLDNEW
« no previous file with comments | « master/skia_master_scripts/skia_build_step.py ('k') | slave/skia_slave_scripts/compare_gms.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698