-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
create the /ccache directory for github runner containers. This is currently accomplished through docker volumes:
- name: Deploy dockerized GitHub runner
community.docker.docker_container:
name: "{{ runner_name }}"
image: "ghcr.io/{{ organization }}/github-runner-alma9:latest"
detach: yes
init: yes
network_mode: host
recreate: yes
pull: yes
shm_size: 512M
volumes:
- "{{ runner_name }}_ccache:/ccache"
- "{{ runner_name }}_external_data:/mantid_data"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog