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

Unified Diff: prober/probers.json

Issue 1307333002: Add alerting for CTFE V2. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Rebase. Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « prober/go/prober/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: prober/probers.json
diff --git a/prober/probers.json b/prober/probers.json
index e8d386b083300de8d364b2eb2278e541cc9c0f72..8d438091c1a83a648195b959612564e07384feb9 100644
--- a/prober/probers.json
+++ b/prober/probers.json
@@ -170,5 +170,199 @@
"expected": [200],
"body": "",
"mimetype": ""
+ },
+ "ctfe_staging": {
+ "url": "https://ct-staging.skia.org",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_chromium_perf": {
+ "url": "https://ct-staging.skia.org/chromium_perf/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_capture_skps": {
+ "url": "https://ct-staging.skia.org/capture_skps/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_lua_script": {
+ "url": "https://ct-staging.skia.org/lua_script/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_chromium_builds": {
+ "url": "https://ct-staging.skia.org/chromium_builds/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_admin_tasks": {
+ "url": "https://ct-staging.skia.org/admin_tasks/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_queue": {
+ "url": "https://ct-staging.skia.org/queue/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_history": {
+ "url": "https://ct-staging.skia.org/history/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_chromium_perf_runs": {
+ "url": "https://ct-staging.skia.org/chromium_perf_runs/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_capture_skp_runs": {
+ "url": "https://ct-staging.skia.org/capture_skp_runs/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_lua_script_runs": {
+ "url": "https://ct-staging.skia.org/lua_script_runs/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_chromium_builds_runs": {
+ "url": "https://ct-staging.skia.org/chromium_builds_runs/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_recreate_page_sets_runs": {
+ "url": "https://ct-staging.skia.org/recreate_page_sets_runs/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_recreate_webpage_archives_runs": {
+ "url": "https://ct-staging.skia.org/recreate_webpage_archives_runs/",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": ""
+ },
+ "ctfe_staging_chromium_perf_parameters": {
+ "url": "https://ct-staging.skia.org/_/chromium_perf/",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeChromiumPerfParametersJSON"
+ },
+ "ctfe_staging_chromium_rev_data": {
+ "url": "https://ct-staging.skia.org/_/chromium_rev_data?rev=LKGR",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeRevDataJSON"
+ },
+ "ctfe_staging_skia_rev_data": {
+ "url": "https://ct-staging.skia.org/_/skia_rev_data?rev=LKGR",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeRevDataJSON"
+ },
+ "ctfe_staging_get_chromium_perf_tasks": {
+ "url": "https://ct-staging.skia.org/_/get_chromium_perf_tasks?size=2",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksJSON"
+ },
+ "ctfe_staging_get_capture_skp_tasks": {
+ "url": "https://ct-staging.skia.org/_/get_capture_skp_tasks?size=2",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksJSON"
+ },
+ "ctfe_staging_get_lua_script_tasks": {
+ "url": "https://ct-staging.skia.org/_/get_lua_script_tasks?size=2",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksJSON"
+ },
+ "ctfe_staging_get_chromium_build_tasks": {
+ "url": "https://ct-staging.skia.org/_/get_chromium_build_tasks?size=2",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksJSON"
+ },
+ "ctfe_staging_get_recreate_page_sets_tasks": {
+ "url": "https://ct-staging.skia.org/_/get_recreate_page_sets_tasks?size=2",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksJSON"
+ },
+ "ctfe_staging_get_recreate_webpage_archives_tasks": {
+ "url": "https://ct-staging.skia.org/_/get_recreate_webpage_archives_tasks?size=2",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksJSON"
+ },
+ "ctfe_staging_get_oldest_pending_task": {
+ "url": "https://ct-staging.skia.org/_/get_oldest_pending_task",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "validJSON"
+ },
+ "ctfe_staging_any_skp_repository_available": {
+ "url": "https://ct-staging.skia.org/_/get_capture_skp_tasks?size=1&successful=true",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksNonEmptyJSON"
+ },
+ "ctfe_staging_any_chromium_builds_available": {
+ "url": "https://ct-staging.skia.org/_/get_chromium_build_tasks?size=1&successful=true",
+ "method": "POST",
+ "expected": [200],
+ "body": "",
+ "mimetype": "application/json",
+ "bodytest": "ctfeGetTasksNonEmptyJSON"
}
}
« no previous file with comments | « prober/go/prober/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698