epyc: maybe we can afford 2 jobs on localhost for Hydra?
This commit is contained in:
parent
0e8785863e
commit
38e86907c8
|
@ -31,7 +31,7 @@ in
|
||||||
"riscv64-linux"
|
"riscv64-linux"
|
||||||
];
|
];
|
||||||
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ] ++ gcc-system-features "znver3";
|
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ] ++ gcc-system-features "znver3";
|
||||||
maxJobs = 1;
|
maxJobs = 2;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue