fix: unquoted conditional filter args; trim spec
CI / validate (pull_request) Failing after 1m9s
CI / molecule-tests (1) (pull_request) Skipped
CI / molecule-tests (2) (pull_request) Skipped
CI / molecule-tests (3) (pull_request) Skipped
CI / molecule-tests (4) (pull_request) Skipped
CI / auto-merge (pull_request) Skipped

This commit is contained in:
Emil Simeonov
2026-09-22 18:58:21 +02:00
parent 7dfdee8b31
commit beed820562
2 changed files with 7 additions and 8 deletions
+6 -7
View File
@@ -41,15 +41,14 @@ and stops `gitea-runner.service` (the runner stops fetching jobs). A later
healthcheck restarts it once disk drops below warn. In-flight jobs are never
killed. Controlled by `gitea_runner_disk_admission_enabled`.
REQ-5: Declare physical-host capacity explicitly:
`runner.capacity: {{ gitea_runner_capacity }}` in the act_runner config
(default 1, matching upstream default).
REQ-5: Declare physical-host capacity explicitly: `runner.capacity:
{{ gitea_runner_capacity }}` in the act_runner config (default 1 = upstream).
REQ-6: Production-host exclusion. The role fails early when the target host
carries the production marker file `/etc/oblachno/production-host` or when
REQ-6: Production-host exclusion. The role fails early when the target carries
the marker file `/etc/oblachno/production-host` or
`gitea_runner_on_production_host` is true, unless
`gitea_runner_allow_production_host` overrides. Infra-side provisioning of the
marker is a follow-up task.
`gitea_runner_allow_production_host` overrides. Infra-side marker provisioning
is a follow-up task.
Historical spec for the colliding task ID:
[GRM-173-skills-historical](GRM-173-skills-historical.md).