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
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user