blob: 63ffd7d264ba5bdcc4fe2b8dc95d06b111f0230e [file] [log] [blame]
{
// The /healthz endpoint is reachable, even for locked down instances.
"gold_frontend": {
"urls": [
"https://chrome-gold.skia.org/healthz",
"https://chrome-gpu-gold.skia.org/healthz",
"https://flutter-gold.skia.org/healthz",
"https://flutter-engine-gold.skia.org/healthz",
"https://gold.skia.org/healthz",
"https://lottie-gold.skia.org/healthz",
"https://pdfium-gold.skia.org/healthz",
"https://public-gold.skia.org/healthz",
"https://skia-infra-gold.skia.org/healthz",
],
"method": "GET",
"expected": [200],
"body": "",
"mimetype": ""
},
"gold_frontend_protected": {
"urls": [
"https://gold.skia.org/",
"https://fuchsia-public-gold.skia.org/",
],
"method": "GET",
"expected": [307],
"body": "",
"mimetype": ""
},
"gold_baselines": {
"urls": [
"https://chrome-gold.skia.org/json/expectations",
"https://chrome-gpu-gold.skia.org/json/expectations",
"https://flutter-engine-gold.skia.org/json/expectations",
"https://flutter-gold.skia.org/json/expectations",
"https://fuchsia-public-gold.skia.org/json/expectations",
"https://skia-infra-gold.skia.org/json/expectations",
],
"method": "GET",
"expected": [200],
"body": "",
"mimetype": "",
"responsetest": "validJSON"
}
}