@@ -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
171171repository=http://{{ .Address }}:{{ .Port }}/multilib/bootstrap
172172repository=http://{{ .Address }}:{{ .Port }}/multilib
173173repository=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 }}
175185repository=http://{{ .Address }}:{{ .Port }}/${ group . value . name } /bootstrap
176186repository=http://{{ .Address }}:{{ .Port }}/${ group . value . name }
0 commit comments