From 38166a24da62cc70086243c6a031890aaecf833f Mon Sep 17 00:00:00 2001 From: Lilian Date: Tue, 15 Jul 2025 19:00:39 -0400 Subject: [PATCH] fixes + timer adjustments --- build-containers.timer | 5 +++-- config-infra.yml | 2 +- config-verein.yml => config-vorstand.yml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) rename config-verein.yml => config-vorstand.yml (99%) diff --git a/build-containers.timer b/build-containers.timer index da02b40..7e94554 100644 --- a/build-containers.timer +++ b/build-containers.timer @@ -2,9 +2,10 @@ Description=Rebuild Forgejo Actions containers [Timer] -OnCalendar=weekly +# every two weeks (1st and 15th of the month) +OnCalendar=*-*-1,15 03:00:00 Persistent=true -RandomizedDelaySec=10s +RandomizedDelaySec=2h [Install] WantedBy=timers.target diff --git a/config-infra.yml b/config-infra.yml index 7803fe9..81cca53 100644 --- a/config-infra.yml +++ b/config-infra.yml @@ -6,7 +6,7 @@ log: runner: # Where to store the registration result. - file: /etc/forgejo-actions/.runner-verein + file: /etc/forgejo-actions/.runner-infra # Execute how many tasks concurrently at the same time. capacity: 1 # Extra environment variables to run jobs. diff --git a/config-verein.yml b/config-vorstand.yml similarity index 99% rename from config-verein.yml rename to config-vorstand.yml index 81cca53..f2d9bb8 100644 --- a/config-verein.yml +++ b/config-vorstand.yml @@ -6,7 +6,7 @@ log: runner: # Where to store the registration result. - file: /etc/forgejo-actions/.runner-infra + file: /etc/forgejo-actions/.runner-vorstand # Execute how many tasks concurrently at the same time. capacity: 1 # Extra environment variables to run jobs.