configure the interval _correctly_
(hopefully)
Linus Heckemann committed
Apr 3, 2023 at 17:42 UTC
7b96b3ac0f41efbf13113429ba9eee20e5f4b6d0
1 file changed
+1
-1
delft/hydra-scaler.nix
+1
-1
@@ -5,12 +5,12 @@
5
hydraRoot = "https://hydra.nixos.org/";
6
prometheusRoot = "https://status.nixos.org/prometheus";
7
secretFile = "/run/keys/hydra-scale-equinix-metal-env";
8
+ interval = "5m";
9
config = let
10
netboot_base = https://netboot.nixos.org/dispatch/hydra/hydra.nixos.org/equinix-metal-builders/main;
11
in {
12
facilities = ["any"];
13
tags = ["hydra"];
13
- interval = "5m";
14
categories = {
15
aarch64-linux = rec {
16
bigparallel = {