Skip to content

Commit 6876c65

Browse files
committed
feat: deploy fod-checker
1 parent 8e89ce1 commit 6876c65

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

non-critical-infra/hosts/build04.ofborg.org/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
enable = true;
4747
queueRunnerAddr = "https://queue-runner.staging-hydra.nixos.org";
4848
maxJobs = 2;
49+
supportedFeatures = [ "fod-checker" ];
50+
mandatoryFeatures = [ "fod-checker" ];
4951
mtls = {
5052
serverRootCaCertPath = "${inputs.infra}/non-critical-infra/hosts/staging-hydra/ca.crt";
5153
clientCertPath = "${./client.crt}";

non-critical-infra/hosts/eval04.ofborg.org/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
enable = true;
4949
queueRunnerAddr = "https://queue-runner.staging-hydra.nixos.org";
5050
maxJobs = 2;
51+
supportedFeatures = [ "fod-checker" ];
52+
mandatoryFeatures = [ "fod-checker" ];
5153
mtls = {
5254
serverRootCaCertPath = "${inputs.infra}/non-critical-infra/hosts/staging-hydra/ca.crt";
5355
clientCertPath = "${./client.crt}";

0 commit comments

Comments
 (0)