[gold] Remove gold probers.


Change-Id: I1cb209cda14d4d1eb90d2f50d7e554bd45e7e677
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/234996
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
diff --git a/golden/probers.json5 b/golden/probers.json5
deleted file mode 100644
index 7729f4b..0000000
--- a/golden/probers.json5
+++ /dev/null
@@ -1,49 +0,0 @@
-{
-   // Because of authentication hit the internal gold port.
-   "skiagold": {
-     "urls": ["http://skia-gold-prod:19000"],
-     "method": "GET",
-     "expected": [200],
-     "body": "",
-     "mimetype": ""
-   },
-
-   "skiagold_pdfium": {
-     "urls": ["https://pdfium-gold.skia.org"],
-     "method": "GET",
-     "expected": [200],
-     "body": "",
-     "mimetype": ""
-   },
-
-   // This will work with authentication but essentially tests whether
-   // the frontend is up and whether the hashes file is in GCS.
-   "skiagold_hashes": {
-     "urls": ["https://gold.skia.org/_/hashes"],
-     "method": "GET",
-     "expected": [200],
-     "body": "",
-     "mimetype": "text/plain"
-   },
-   "skiagold_public": {
-     "urls": ["https://public-gold.skia.org"],
-     "method": "GET",
-     "expected": [200],
-     "body": "",
-     "mimetype": ""
-   },
-   "skiagold_chromevr": {
-     "urls": ["https://chrome-vr-gold.skia.org"],
-     "method": "GET",
-     "expected": [200],
-     "body": "",
-     "mimetype": ""
-   },
-   "skiagold_chromevr": {
-     "urls": ["https://lottie-gold.skia.org"],
-     "method": "GET",
-     "expected": [200],
-     "body": "",
-     "mimetype": ""
-   },
-}