|
|
|
|
@@ -43,7 +43,7 @@ ssh.connectTimeout = 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
["bolle.pbsds.net"]
|
|
|
|
|
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
|
|
|
|
buildMachine.systems = ["x86_64-linux", "i686-linux", "aarch64-linux", "riscv64-linux"]
|
|
|
|
|
buildMachine.maxJobs = 3 # 12 threads 32GB
|
|
|
|
|
buildMachine.speedFactor = 4 # ???
|
|
|
|
|
buildMachine.supportedFeatures = ["kvm", "big-parallel", "nixos-test"]
|
|
|
|
|
@@ -52,7 +52,7 @@ ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
|
|
|
|
|
|
|
|
|
["eple.pbsds.net"] # r9 290x
|
|
|
|
|
aliases = [ "eple.tail9aac63.ts.net" ]
|
|
|
|
|
buildMachine.systems = ["x86_64-linux", "i686-linux", "aarch64-linux"]
|
|
|
|
|
buildMachine.systems = ["x86_64-linux", "i686-linux", "aarch64-linux", "riscv64-linux"]
|
|
|
|
|
buildMachine.maxJobs = 3 # 12 threads 32GB
|
|
|
|
|
buildMachine.speedFactor = 3 # i7-5820K
|
|
|
|
|
buildMachine.supportedFeatures = ["kvm", "big-parallel", "nixos-test"]
|
|
|
|
|
@@ -60,7 +60,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH03MEINNnjBvtmvN2QsC
|
|
|
|
|
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
|
|
|
|
|
|
|
|
|
["garp.pbsds.net"] # gtx 1080
|
|
|
|
|
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
|
|
|
|
buildMachine.systems = ["x86_64-linux", "i686-linux", "aarch64-linux", "riscv64-linux"]
|
|
|
|
|
buildMachine.maxJobs = 2 # 8 threads 32GB
|
|
|
|
|
buildMachine.speedFactor = 4 # i7-6700
|
|
|
|
|
buildMachine.supportedFeatures = ["kvm", "big-parallel", "nixos-test", "cuda"]
|
|
|
|
|
|