@cryptotaxi247 / infra / commits / f7969cb2

delft/eris: fix duplicate annotation in missing builder alert

Martin Weinelt committed Feb 13, 2022 at 13:41 UTC f7969cb28a301e9683dc3ef1376ef74ed9101052
1 file changed +1 -1
delft/eris.nix
+1 -1
@@ -139,7 +139,7 @@ in {
139 for = "30m";
140 labels.severity = "warning";
141 annotations.summary = "Runnable jobs for {{ $labels.machineType }}, but no runners to execute.";
142 - annotations.summary = "https://monitoring.nixos.org/grafana/d/MJw9PcAiz/hydra-jobs?orgId=1&from=now-7d&to=now&refresh=5m&var-machine=All&viewPanel=2";
142 + annotations.grafana = "https://monitoring.nixos.org/grafana/d/MJw9PcAiz/hydra-jobs?orgId=1&from=now-7d&to=now&refresh=5m&var-machine=All&viewPanel=2";
143 }
144 ];
145 }