style: trim comments for size gate
CI / validate (pull_request) Failing after 1m7s
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:56:48 +02:00
parent 28a230e7b0
commit 757ccea5b9
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -136,8 +136,8 @@ gitea_runner_containerd_max_compatible_major: 2
gitea_runner_containerd_max_compatible_minor: 2
# Production-host exclusion (GRM-173): the role fails when the target is a
# production host — either via this flag or the /etc/oblachno/production-host
# marker file — unless allow_production_host explicitly overrides.
# production host — via this flag or the marker file — unless
# allow_production_host explicitly overrides.
gitea_runner_on_production_host: false
gitea_runner_allow_production_host: false
gitea_runner_production_marker_path: "/etc/oblachno/production-host"
@@ -10,9 +10,9 @@ DOCKER_HOST="unix:///run/user/{{ gitea_runner_uid }}/docker.sock"
XDG_RUNTIME_DIR="/run/user/{{ gitea_runner_uid }}"
export DOCKER_HOST XDG_RUNTIME_DIR
# REQ-1 label contract: `org.oblachno.lease-until` (epoch) protects an object
# while in the future; `org.oblachno.owner` records the owning run.
TIER="${1:-routine}"
# REQ-1 label contract: `org.oblachno.lease-until` (epoch) protects an
# object while in the future; `org.oblachno.owner` records the owning run.
LEASE_UNTIL_LABEL="org.oblachno.lease-until"
KEEP_IMAGES_RE="{{ gitea_runner_keep_images | join('|') }}"
now_epoch=$(date +%s)