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

Side by Side Diff: prober/probers.json

Issue 1156253004: Fix URLs and queries in prober and alerts (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 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 | « alertserver/alerts.cfg ('k') | 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 { 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
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
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 }
OLDNEW
« no previous file with comments | « alertserver/alerts.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698