feat(gs/system): configure whitby as a remote builder
big cores wow Change-Id: I0fa14834365202f1c9a8ff69243f129c8acfe13d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1168 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
2abccc22ac
commit
0485515a06
1 changed files with 13 additions and 0 deletions
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
|
buildMachines = [{
|
||||||
|
hostName = "whitby.tvl.fyi";
|
||||||
|
sshUser = "grfn";
|
||||||
|
sshKey = "/root/.ssh/id_rsa";
|
||||||
|
system = "x86_64-linux";
|
||||||
|
maxJobs = 64;
|
||||||
|
supportedFeatures = ["big-parallel" "kvm" "nixos-test" "benchmark"];
|
||||||
|
}];
|
||||||
|
|
||||||
|
extraOptions = ''
|
||||||
|
builders-use-substitutes = true
|
||||||
|
'';
|
||||||
|
|
||||||
binaryCaches = [
|
binaryCaches = [
|
||||||
"ssh://nix-ssh@whitby.tvl.fyi"
|
"ssh://nix-ssh@whitby.tvl.fyi"
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue