Skip to content

Commit 0f59c9c

Browse files
classabbyampthe-maldridge
authored andcommitted
services/nomad/build/buildbot{,-worker}: partially revert changes for a-sea-us
keep builders where they are for now while we solve a-sea-us instability
1 parent 1c9963e commit 0f59c9c

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

services/nomad/build/buildbot-worker.nomad

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ job "buildbot-worker" {
99
// memory is ~90% of capacity
1010
// memory_max is ~95% of capacity
1111
{ name = "glibc", jobs = 10, cpu = 38100, mem = 115840, mem_max = 122270 },
12-
{ name = "musl", jobs = 6, cpu = 12000, mem = 28500, mem_max = 30500 },
13-
{ name = "aarch64", jobs = 12, cpu = 16000, mem = 27500, mem_max = 29500 },
12+
{ name = "musl", jobs = 6, cpu = 21700, mem = 57690, mem_max = 60890 },
13+
{ name = "aarch64", jobs = 6, cpu = 12000, mem = 28500, mem_max = 30500 },
1414
]
1515
labels = [ "buildbot-worker-${group.value.name}" ]
1616

@@ -171,6 +171,16 @@ repository=http://{{ .Address }}:{{ .Port }}/nonfree
171171
repository=http://{{ .Address }}:{{ .Port }}/multilib/bootstrap
172172
repository=http://{{ .Address }}:{{ .Port }}/multilib
173173
repository=http://{{ .Address }}:{{ .Port }}/multilib/nonfree
174+
{{ else if eq "${group.value.name}" "aarch64" }}
175+
repository=http://{{ .Address }}:{{ .Port }}/bootstrap
176+
repository=http://{{ .Address }}:{{ .Port }}
177+
repository=http://{{ .Address }}:{{ .Port }}/nonfree
178+
repository=http://{{ .Address }}:{{ .Port }}/musl/bootstrap
179+
repository=http://{{ .Address }}:{{ .Port }}/musl
180+
repository=http://{{ .Address }}:{{ .Port }}/musl/nonfree
181+
repository=http://{{ .Address }}:{{ .Port }}/aarch64/bootstrap
182+
repository=http://{{ .Address }}:{{ .Port }}/aarch64
183+
repository=http://{{ .Address }}:{{ .Port }}/aarch64/nonfree
174184
{{ else }}
175185
repository=http://{{ .Address }}:{{ .Port }}/${group.value.name}/bootstrap
176186
repository=http://{{ .Address }}:{{ .Port }}/${group.value.name}

services/nomad/build/buildbot.nomad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ EOF
114114
{ name = "x86_64-musl", host = "x86_64-musl", worker = "musl", },
115115
{ name = "armv7l-musl", host = "x86_64-musl", target = "armv7l-musl", worker = "musl", },
116116
{ name = "armv6l-musl", host = "x86_64-musl", target = "armv6l-musl", worker = "musl", },
117-
{ name = "aarch64", host = "aarch64", worker = "aarch64" },
118-
{ name = "aarch64-musl", host = "aarch64-musl", worker = "aarch64" },
117+
{ name = "aarch64", host = "x86_64", target = "aarch64", worker = "aarch64" },
118+
{ name = "aarch64-musl", host = "x86_64-musl", target = "aarch64-musl", worker = "aarch64" },
119119
],
120120
})
121121
destination = "local/workers.json"

0 commit comments

Comments
 (0)