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

Unified 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, 7 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 | « alertserver/alerts.cfg ('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 8a40c493c207915ba75e2d1c21b2869292dc34e9..79c0d8304ff88d41e32acdbb97d581a0ec7be923 100644
--- a/prober/probers.json
+++ b/prober/probers.json
@@ -36,6 +36,13 @@
"body": "",
"mimetype": ""
},
+ "skiagold_hashes": {
+ "url": "https://gold.skia.org/_/hashes",
+ "method": "GET",
+ "expected": [200],
+ "body": "",
+ "mimetype": "text/plain"
+ },
"skiamonitor": {
"url": "https://mon.skia.org",
"method": "GET",
« 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