@cryptotaxi247 / infra-1 / commits / 59281364

Remove some ill-advised attempts at DRY

Linus Heckemann committed Apr 5, 2023 at 14:49 UTC 592813647a8709b22904ec5672ba8f2901552e38
1 file changed +5 -2
delft/hydra-scaler.nix
+5 -2
@@ -12,7 +12,7 @@
12 facilities = ["any"];
13 tags = ["hydra"];
14 categories = {
15 - aarch64-linux = rec {
15 + aarch64-linux = {
16 bigparallel = {
17 divisor = 2000;
18 minimum = 1;
@@ -25,7 +25,10 @@
25 }
26 ];
27 };
28 - small = bigparallel // {
28 + small = {
29 + divisor = 2000;
30 + minimum = 1;
31 + maximum = 5;
32 plans = [
33 {
34 bid = 2.0;