| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |