Skip to content

Commit cb281b5

Browse files
classabbyampthe-maldridge
authored andcommitted
ansible/host_vars: add nomad metadata for builders
this will allow setting affinities to have other jobs prefer being on/off builders
1 parent 65fb0ec commit cb281b5

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

ansible/host_vars/a-fsn-de.m.voidlinux.org.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ buildworker_archs:
2626
- armv7l
2727
- armv6l
2828

29+
nomad_meta:
30+
builder: "true"
31+
2932
nomad_host_volumes:
3033
- name: void-packages
3134
path: /data/void-packages

ansible/host_vars/a-hel-fi.m.voidlinux.org.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ network_static_interfaces:
1515
sshd_AllowGroups:
1616
- build-ops
1717

18+
buildworker_archs:
19+
- x86_64-musl
20+
- armv7l-musl
21+
- armv6l-musl
22+
23+
nomad_meta:
24+
builder: "true"
25+
1826
nomad_host_volumes:
1927
- name: terrastate
2028
path: /nomad/terrastate

ansible/host_vars/b-fsn-de.m.voidlinux.org.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ buildworker_archs:
66
- aarch64
77
- aarch64-musl
88

9+
nomad_meta:
10+
builder: "true"
11+
912
nomad_host_volumes:
1013
- name: ccache
1114
path: /hostdir/ccache

0 commit comments

Comments
 (0)