Skip to content

Commit 8ab15e1

Browse files
classabbyampthe-maldridge
authored andcommitted
ansible: configure a-nbg-de as a buildbot worker
1 parent e312b32 commit 8ab15e1

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,23 @@ network_static_interfaces:
1414

1515
sshd_AllowGroups:
1616
- build-ops
17+
18+
buildworker_archs:
19+
- x86_64
20+
21+
nomad_meta:
22+
builder: "true"
23+
24+
nomad_host_volumes:
25+
- name: x86_64-glibc_hostdir
26+
path: /hostdir
27+
read_only: false
28+
- name: x86_64-glibc_workdir
29+
path: /workdir
30+
read_only: false
31+
- name: x86_64-glibc_buildrootdir
32+
path: /buildroot
33+
read_only: false
34+
- name: ccache
35+
path: /hostdir/ccache
36+
read_only: true

ansible/inventory

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
a-hel-fi.m.voidlinux.org
33
a-fsn-de.m.voidlinux.org
44
b-fsn-de.m.voidlinux.org
5+
a-nbg-de.m.voidlinux.org
56

67
[root_mirror]
78
a-fsn-de.m.voidlinux.org

ansible/roles/nomad_client/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
mode: "0644"
99
vars:
1010
nomad_retry_join_servers: "{{ groups['hashimaster'] | map('extract', void_mesh) | list | sort }}"
11+
tags: [configure_nomad_client]
1112
notify:
1213
- nomad
1314

0 commit comments

Comments
 (0)