hydra: run kvm+nixos-test on nix-build

This commit is contained in:
Astro 2022-04-16 02:57:25 +02:00
parent a65577c5fe
commit b321255cfe
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ in {
buildMachines = [ {
hostName = "localhost";
system = "x86_64-linux";
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
supportedFeatures = [ "big-parallel" "benchmark" ];
maxJobs = 4;
} {
hostName = nix-build;
system = "x86_64-linux";
supportedFeatures = [ "nixos-test" "big-parallel" "benchmark" ];
supportedFeatures = [ "kvm" "nixos-test" ];
maxJobs = 4;
} {
hostName = nix-build;