hydra: disable gallium

This commit is contained in:
Sandro - 2024-05-01 02:01:07 +02:00
parent a42a9b9340
commit b0d8331578
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 10 additions and 10 deletions

View File

@ -53,22 +53,22 @@
{
hostName = "client@dacbert.hq.c3d2.de";
system = lib.concatStringsSep "," [
# "aarch64-linux" # very slow compared to gallium
"aarch64-linux" # very slow compared to gallium
"armv6l-linux" "armv7l-linux"
];
speedFactor = 1;
supportedFeatures = [ "kvm" "nixos-test" ];
maxJobs = 1;
}
{
hostName = "gallium.s6o.de";
maxJobs = 4;
speedFactor = 10;
sshUser = config.nix.remoteBuilder.name;
# kvm is not supported because /dev/kvm does not exist
supportedFeatures = [ "big-parallel" "nixos-test" "benchmark" ];
system = "aarch64-linux";
}
# {
# hostName = "gallium.s6o.de";
# maxJobs = 4;
# speedFactor = 10;
# sshUser = config.nix.remoteBuilder.name;
# # kvm is not supported because /dev/kvm does not exist
# supportedFeatures = [ "big-parallel" "nixos-test" "benchmark" ];
# system = "aarch64-linux";
# }
];
daemonCPUSchedPolicy = "idle";
daemonIOSchedClass = "idle";