@cryptotaxi247 / infra-1 / commits / 0b940721

BuildsStuckOverTwoDays: require it to be firing for 30min

Graham Christensen committed Jan 6, 2020 at 22:06 UTC 0b940721d4126bbfc446c79d1ac9d43bd5f8e288
1 file changed +1
delft/eris.nix
+1
@@ -100,6 +100,7 @@ in {
100 {
101 alert = "BuildsStuckOverTwoDays";
102 expr = ''hydra_machine_build_duration_bucket{le="259200"} - ignoring(le) hydra_machine_build_duration_bucket{le="172800"} > 0'';
103 + for = "30m";
104 labels.severity = "page";
105 annotations.summary = "https://status.nixos.org/grafana/d/j0hJAY1Wk/in-progress-build-duration-heatmap";
106 }