increase max jobs on remote builder
This commit is contained in:
parent
ce5fa4b77f
commit
62c2063794
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
sshUser = "nixremote";
|
sshUser = "nixremote";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 10;
|
maxJobs = 32;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
supportedFeatures = [
|
supportedFeatures = [
|
||||||
"nixos-test"
|
"nixos-test"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
sshUser = "nixremote";
|
sshUser = "nixremote";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 10;
|
maxJobs = 32;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
supportedFeatures = [
|
supportedFeatures = [
|
||||||
"nixos-test"
|
"nixos-test"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue