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

Side by Side Diff: prober/probers.json

Issue 1307333002: Add alerting for CTFE V2. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Reformat Created 5 years, 3 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
« go/common/common.go ('K') | « prober/go/prober/main.go ('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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "expected": [401], 142 "expected": [401],
143 "body": "", 143 "body": "",
144 "mimetype": "" 144 "mimetype": ""
145 }, 145 },
146 "skiawebtrylogs": { 146 "skiawebtrylogs": {
147 "url": "http://skia-webtry:10114", 147 "url": "http://skia-webtry:10114",
148 "method": "GET", 148 "method": "GET",
149 "expected": [401], 149 "expected": [401],
150 "body": "", 150 "body": "",
151 "mimetype": "" 151 "mimetype": ""
152 },
153 "ctfe_staging": {
154 "url": "https://ct-staging.skia.org",
155 "method": "GET",
156 "expected": [200],
157 "body": "",
158 "mimetype": ""
159 },
160 "ctfe_staging_chromium_perf": {
161 "url": "https://ct-staging.skia.org/chromium_perf/",
162 "method": "GET",
163 "expected": [200],
164 "body": "",
165 "mimetype": ""
166 },
167 "ctfe_staging_capture_skps": {
168 "url": "https://ct-staging.skia.org/capture_skps/",
169 "method": "GET",
170 "expected": [200],
171 "body": "",
172 "mimetype": ""
173 },
174 "ctfe_staging_lua_script": {
175 "url": "https://ct-staging.skia.org/lua_script/",
176 "method": "GET",
177 "expected": [200],
178 "body": "",
179 "mimetype": ""
180 },
181 "ctfe_staging_chromium_builds": {
182 "url": "https://ct-staging.skia.org/chromium_builds/",
183 "method": "GET",
184 "expected": [200],
185 "body": "",
186 "mimetype": ""
187 },
188 "ctfe_staging_admin_tasks": {
189 "url": "https://ct-staging.skia.org/admin_tasks/",
190 "method": "GET",
191 "expected": [200],
192 "body": "",
193 "mimetype": ""
194 },
195 "ctfe_staging_queue": {
196 "url": "https://ct-staging.skia.org/queue/",
197 "method": "GET",
198 "expected": [200],
199 "body": "",
200 "mimetype": ""
201 },
202 "ctfe_staging_history": {
203 "url": "https://ct-staging.skia.org/history/",
204 "method": "GET",
205 "expected": [200],
206 "body": "",
207 "mimetype": ""
208 },
209 "ctfe_staging_chromium_perf_runs": {
210 "url": "https://ct-staging.skia.org/chromium_perf_runs/",
211 "method": "GET",
212 "expected": [200],
213 "body": "",
214 "mimetype": ""
215 },
216 "ctfe_staging_capture_skp_runs": {
217 "url": "https://ct-staging.skia.org/capture_skp_runs/",
218 "method": "GET",
219 "expected": [200],
220 "body": "",
221 "mimetype": ""
222 },
223 "ctfe_staging_lua_script_runs": {
224 "url": "https://ct-staging.skia.org/lua_script_runs/",
225 "method": "GET",
226 "expected": [200],
227 "body": "",
228 "mimetype": ""
229 },
230 "ctfe_staging_chromium_builds_runs": {
231 "url": "https://ct-staging.skia.org/chromium_builds_runs/",
232 "method": "GET",
233 "expected": [200],
234 "body": "",
235 "mimetype": ""
236 },
237 "ctfe_staging_recreate_page_sets_runs": {
238 "url": "https://ct-staging.skia.org/recreate_page_sets_runs/",
239 "method": "GET",
240 "expected": [200],
241 "body": "",
242 "mimetype": ""
243 },
244 "ctfe_staging_recreate_webpage_archives_runs": {
245 "url": "https://ct-staging.skia.org/recreate_webpage_archives_runs/",
246 "method": "GET",
247 "expected": [200],
248 "body": "",
249 "mimetype": ""
250 },
251 "ctfe_staging_chromium_perf_parameters": {
252 "url": "https://ct-staging.skia.org/_/chromium_perf/",
253 "method": "POST",
254 "expected": [200],
255 "body": "",
256 "mimetype": "application/json",
257 "bodytest": "ctfeChromiumPerfParametersJSON"
258 },
259 "ctfe_staging_chromium_rev_data": {
260 "url": "https://ct-staging.skia.org/_/chromium_rev_data?rev=LKGR",
261 "method": "POST",
262 "expected": [200],
263 "body": "",
264 "mimetype": "application/json",
265 "bodytest": "ctfeRevDataJSON"
266 },
267 "ctfe_staging_skia_rev_data": {
268 "url": "https://ct-staging.skia.org/_/skia_rev_data?rev=LKGR",
269 "method": "POST",
270 "expected": [200],
271 "body": "",
272 "mimetype": "application/json",
273 "bodytest": "ctfeRevDataJSON"
274 },
275 "ctfe_staging_get_chromium_perf_tasks": {
276 "url": "https://ct-staging.skia.org/_/get_chromium_perf_tasks?size=2",
277 "method": "POST",
278 "expected": [200],
279 "body": "",
280 "mimetype": "application/json",
281 "bodytest": "ctfeGetTasksJSON"
282 },
283 "ctfe_staging_get_capture_skp_tasks": {
284 "url": "https://ct-staging.skia.org/_/get_capture_skp_tasks?size=2",
285 "method": "POST",
286 "expected": [200],
287 "body": "",
288 "mimetype": "application/json",
289 "bodytest": "ctfeGetTasksJSON"
290 },
291 "ctfe_staging_get_lua_script_tasks": {
292 "url": "https://ct-staging.skia.org/_/get_lua_script_tasks?size=2",
293 "method": "POST",
294 "expected": [200],
295 "body": "",
296 "mimetype": "application/json",
297 "bodytest": "ctfeGetTasksJSON"
298 },
299 "ctfe_staging_get_chromium_build_tasks": {
300 "url": "https://ct-staging.skia.org/_/get_chromium_build_tasks?size=2",
301 "method": "POST",
302 "expected": [200],
303 "body": "",
304 "mimetype": "application/json",
305 "bodytest": "ctfeGetTasksJSON"
306 },
307 "ctfe_staging_get_recreate_page_sets_tasks": {
308 "url": "https://ct-staging.skia.org/_/get_recreate_page_sets_tasks?size=2",
309 "method": "POST",
310 "expected": [200],
311 "body": "",
312 "mimetype": "application/json",
313 "bodytest": "ctfeGetTasksJSON"
314 },
315 "ctfe_staging_get_recreate_webpage_archives_tasks": {
316 "url": "https://ct-staging.skia.org/_/get_recreate_webpage_archives_tasks?s ize=2",
317 "method": "POST",
318 "expected": [200],
319 "body": "",
320 "mimetype": "application/json",
321 "bodytest": "ctfeGetTasksJSON"
322 },
323 "ctfe_staging_get_oldest_pending_task": {
324 "url": "https://ct-staging.skia.org/_/get_oldest_pending_task",
325 "method": "GET",
326 "expected": [200],
327 "body": "",
328 "mimetype": "application/json",
329 "bodytest": "validJSON"
330 },
331 "ctfe_staging_any_skp_repository_available": {
332 "url": "https://ct-staging.skia.org/_/get_capture_skp_tasks?size=1&successf ul=true",
333 "method": "POST",
334 "expected": [200],
335 "body": "",
336 "mimetype": "application/json",
337 "bodytest": "ctfeGetTasksNonEmptyJSON"
338 },
339 "ctfe_staging_any_chromium_builds_available": {
340 "url": "https://ct-staging.skia.org/_/get_chromium_build_tasks?size=1&succe ssful=true",
341 "method": "POST",
342 "expected": [200],
343 "body": "",
344 "mimetype": "application/json",
345 "bodytest": "ctfeGetTasksNonEmptyJSON"
152 } 346 }
153 } 347 }
OLDNEW
« go/common/common.go ('K') | « prober/go/prober/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698