Change act runner cache location #49

Closed
opened 2026-07-30 15:15:29 +02:00 by labrec_b · 1 comment
Member
  • Using /gfa/.mounts/sls_bd/hla/.cache/act is really slow as it is a nfs. Takes ~5mins to build a .venv
  • /tmp fills up fast
  • Using /var/lib/act_runner/work and /var/lib/act_runner/cache for now

On sls-vserv-bd-hla01-dev

df -h /tmp/

Filesystem                  Size  Used Avail Use% Mounted on
/dev/mapper/vg_root-lv_tmp  2.0G  1.2G  850M  58% /tmp

df -h /home

Filesystem                   Size  Used Avail Use% Mounted on
/dev/mapper/vg_root-lv_home  2.0G  1.6G  413M  80% /home

df -h /var

Filesystem                  Size  Used Avail Use% Mounted on
/dev/mapper/vg_root-lv_var   16G  1.9G   15G  12% /var
- Using `/gfa/.mounts/sls_bd/hla/.cache/act` is really slow as it is a nfs. Takes ~5mins to build a `.venv` - `/tmp` fills up fast - Using `/var/lib/act_runner/work` and `/var/lib/act_runner/cache` for now - See #48 On `sls-vserv-bd-hla01-dev` `df -h /tmp/` ``` Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_root-lv_tmp 2.0G 1.2G 850M 58% /tmp ``` `df -h /home` ``` Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_root-lv_home 2.0G 1.6G 413M 80% /home ``` `df -h /var` ``` Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_root-lv_var 16G 1.9G 15G 12% /var ```
labrec_b added this to the Benjamin Labrecque project 2026-07-30 15:15:29 +02:00
labrec_b moved this to Selected for Development in Benjamin Labrecque on 2026-07-30 15:15:34 +02:00
labrec_b moved this to In Progress in Benjamin Labrecque on 2026-07-30 16:22:36 +02:00
labrec_b added reference feature/add-services-tests-cicd 2026-07-31 10:30:35 +02:00
labrec_b moved this to In Review in Benjamin Labrecque on 2026-07-31 10:39:23 +02:00
Author
Member

Closed by #48

Closed by #48
labrec_b moved this to Done in Benjamin Labrecque on 2026-07-31 11:38:03 +02:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sls/hla_framework_bd#49