Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "skfiddle": { | 2 "skfiddle": { |
| 3 "url": "https://fiddle.skia.org", | 3 "url": "https://fiddle.skia.org", |
| 4 "method": "GET", | 4 "method": "GET", |
| 5 "expected": [200], | 5 "expected": [200], |
| 6 "body": "", | 6 "body": "", |
| 7 "mimetype": "" | 7 "mimetype": "" |
| 8 }, | 8 }, |
| 9 "skfiddle_compile_bad": { | 9 "skfiddle_compile_bad": { |
| 10 "url": "https://fiddle.skia.org", | 10 "url": "https://fiddle.skia.org", |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 29 "body": "", | 29 "body": "", |
| 30 "mimetype": "" | 30 "mimetype": "" |
| 31 }, | 31 }, |
| 32 "skiagold": { | 32 "skiagold": { |
| 33 "url": "https://gold.skia.org", | 33 "url": "https://gold.skia.org", |
| 34 "method": "GET", | 34 "method": "GET", |
| 35 "expected": [200], | 35 "expected": [200], |
| 36 "body": "", | 36 "body": "", |
| 37 "mimetype": "" | 37 "mimetype": "" |
| 38 }, | 38 }, |
| 39 "skiagold-hashes": { | |
|
jcgregorio
2015/06/01 16:43:52
Are you going to add an alert based on this prober
stephana
2015/06/01 17:07:41
Done.
| |
| 40 "url": "https://gold.skia.org/_/hashes", | |
| 41 "method": "GET", | |
| 42 "expected": [200], | |
| 43 "body": "", | |
| 44 "mimetype": "text/plain" | |
| 45 }, | |
| 39 "skiamonitor": { | 46 "skiamonitor": { |
| 40 "url": "https://mon.skia.org", | 47 "url": "https://mon.skia.org", |
| 41 "method": "GET", | 48 "method": "GET", |
| 42 "expected": [200], | 49 "expected": [200], |
| 43 "body": "", | 50 "body": "", |
| 44 "mimetype": "" | 51 "mimetype": "" |
| 45 }, | 52 }, |
| 46 "skiamonitor_config_js": { | 53 "skiamonitor_config_js": { |
| 47 "url": "https://mon.skia.org/config.js", | 54 "url": "https://mon.skia.org/config.js", |
| 48 "method": "GET", | 55 "method": "GET", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 137 "mimetype": "" | 144 "mimetype": "" |
| 138 }, | 145 }, |
| 139 "skiawebtrylogs": { | 146 "skiawebtrylogs": { |
| 140 "url": "http://skia-webtry-b:10114", | 147 "url": "http://skia-webtry-b:10114", |
| 141 "method": "GET", | 148 "method": "GET", |
| 142 "expected": [401], | 149 "expected": [401], |
| 143 "body": "", | 150 "body": "", |
| 144 "mimetype": "" | 151 "mimetype": "" |
| 145 } | 152 } |
| 146 } | 153 } |
| OLD | NEW |