feat(steveej-x13s,holo-chain): change remote builder and disable cache.holo.host
This commit is contained in:
parent
28812ffb2c
commit
c8b6ec9394
2 changed files with 5 additions and 6 deletions
|
@ -104,10 +104,9 @@
|
||||||
sops.secrets.builder-private-key = {};
|
sops.secrets.builder-private-key = {};
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
nix.buildMachines = [
|
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";
|
sshUser = "nix-remote-builder";
|
||||||
sshKey = config.sops.secrets.builder-private-key.path;
|
sshKey = config.sops.secrets.builder-private-key.path;
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
|
@ -119,7 +118,7 @@
|
||||||
"big-parallel"
|
"big-parallel"
|
||||||
"kvm"
|
"kvm"
|
||||||
];
|
];
|
||||||
maxJobs = 0;
|
maxJobs = 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -135,7 +134,7 @@
|
||||||
"big-parallel"
|
"big-parallel"
|
||||||
"kvm"
|
"kvm"
|
||||||
];
|
];
|
||||||
maxJobs = 32;
|
maxJobs = 0;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://holochain-ci.cachix.org"
|
"https://holochain-ci.cachix.org"
|
||||||
"https://holochain-ci-internal.cachix.org"
|
"https://holochain-ci-internal.cachix.org"
|
||||||
"https://cache.holo.host/"
|
# "https://cache.holo.host/"
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue