Adjust hydra GC timing
This commit is contained in:
parent
f0fff9c84d
commit
11c996a69c
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
let
|
||||
domain = "ci.sinerva.eu";
|
||||
in
|
||||
|
@ -54,5 +54,11 @@ in
|
|||
maxJobs = 6;
|
||||
}
|
||||
];
|
||||
|
||||
gc = {
|
||||
options = lib.mkForce "--delete-older-than 1d";
|
||||
dates = lib.mkForce "hourly";
|
||||
randomizedDelaySec = lib.mkForce "0";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue