Skip to content

Commit 34f10e4

Browse files
classabbyampthe-maldridge
authored andcommitted
ansible/host_vars: add volume for buildbot workdirs
1 parent 54b868e commit 34f10e4

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ nomad_host_volumes:
3636
- name: glibc_hostdir
3737
path: /hostdir
3838
read_only: false
39+
- name: glibc_workdir
40+
path: /workdir
41+
read_only: false
3942
- name: ccache
4043
path: /hostdir/ccache
4144
read_only: true

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ nomad_host_volumes:
4646
- name: musl_hostdir
4747
path: /hostdir
4848
read_only: false
49+
- name: musl_workdir
50+
path: /workdir
51+
read_only: false
4952
- name: ccache
5053
path: /hostdir/ccache
5154
read_only: true

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ nomad_host_volumes:
1212
- name: aarch64_hostdir
1313
path: /hostdir
1414
read_only: false
15+
- name: aarch64_workdir
16+
path: /workdir
17+
read_only: false

0 commit comments

Comments
 (0)