steveej-x13s: add x64-linux-dev-01 builder
This commit is contained in:
parent
122d4072bb
commit
5324e1390b
1 changed files with 16 additions and 0 deletions
|
@ -99,6 +99,22 @@
|
||||||
"big-parallel"
|
"big-parallel"
|
||||||
"kvm"
|
"kvm"
|
||||||
];
|
];
|
||||||
|
maxJobs = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
hostName = "x64-linux-dev-01.dev.infra.holochain.org";
|
||||||
|
sshUser = "nix-remote-builder";
|
||||||
|
sshKey = config.sops.secrets.builder-private-key.path;
|
||||||
|
protocol = "ssh-ng";
|
||||||
|
systems = [
|
||||||
|
"x86_64-linux"
|
||||||
|
# "aarch64-linux"
|
||||||
|
];
|
||||||
|
supportedFeatures = [
|
||||||
|
"big-parallel"
|
||||||
|
"kvm"
|
||||||
|
];
|
||||||
maxJobs = 32;
|
maxJobs = 32;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue