feat(steveej-x13s,holo-chain): change remote builder and disable cache.holo.host

This commit is contained in:
steveej 2024-10-13 20:18:56 +02:00
parent 28812ffb2c
commit c8b6ec9394
2 changed files with 5 additions and 6 deletions

View file

@ -104,10 +104,9 @@
sops.secrets.builder-private-key = {};
nix.distributedBuilds = true;
nix.buildMachines = [
# test these with: sudo nix store ping --store 'ssh-ng://nix-remote-builder@sj-bm-hostkey0.dev.infra.holochain.org?ssh-key=/run/secrets/builder-private-key'
# test these with: sudo nix store ping --store 'ssh-ng://nix-remote-builder@<fqdn>?ssh-key=/run/secrets/builder-private-key'
{
hostName = "sj-bm-hostkey0.dev.infra.holochain.org";
hostName = "buildbot-nix-0.infra.holochain.org";
sshUser = "nix-remote-builder";
sshKey = config.sops.secrets.builder-private-key.path;
protocol = "ssh-ng";
@ -119,7 +118,7 @@
"big-parallel"
"kvm"
];
maxJobs = 0;
maxJobs = 16;
}
{
@ -135,7 +134,7 @@
"big-parallel"
"kvm"
];
maxJobs = 32;
maxJobs = 0;
}
];
}

View file

@ -3,7 +3,7 @@
substituters = [
"https://holochain-ci.cachix.org"
"https://holochain-ci-internal.cachix.org"
"https://cache.holo.host/"
# "https://cache.holo.host/"
];
trusted-public-keys = [