Styx: Update remote builders
This commit is contained in:
parent
0238686ef9
commit
e76d11bae5
2 changed files with 2 additions and 24 deletions
|
@ -1,21 +1,5 @@
|
||||||
{
|
{
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"builder-sail" = {
|
|
||||||
hostname = "sail.ts.kempkens.network";
|
|
||||||
port = 22;
|
|
||||||
user = "root";
|
|
||||||
identityFile = "~/.ssh/Hetzner.pub";
|
|
||||||
identitiesOnly = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
"builder-attic" = {
|
|
||||||
hostname = "attic.ts.kempkens.network";
|
|
||||||
port = 22;
|
|
||||||
user = "root";
|
|
||||||
identityFile = "~/.ssh/Hetzner.pub";
|
|
||||||
identitiesOnly = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
"builder-tanker" = {
|
"builder-tanker" = {
|
||||||
hostname = "tanker.ts.kempkens.network";
|
hostname = "tanker.ts.kempkens.network";
|
||||||
port = 22;
|
port = 22;
|
||||||
|
|
|
@ -43,15 +43,9 @@
|
||||||
|
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "builder-sail";
|
hostName = "builder-tanker";
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
maxJobs = 1;
|
maxJobs = 2;
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
hostName = "builder-attic";
|
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
|
||||||
maxJobs = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue