fix(runner): keep controlled cd lane alive
Some checks failed
Ansible / Reboot Recovery Contract / validate (push) Successful in 1m13s
CD Pipeline / tests (push) Failing after 40s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
Code Review / ai-code-review (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-28 10:16:27 +08:00
parent b010afdbf6
commit 3bebf324c1
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
# 2026-06-28 retry controlled status cleanup deploy after cd-lane open
# 2026-06-28 retry controlled status cleanup deploy with persistent cd-lane

View File

@@ -342,7 +342,7 @@ Environment=AWOOOI_CONTROLLED_RUNNER_OPEN=1
Environment=HOST_WEB_BUILD_PRESSURE_ATTEMPTS=1
Environment=HOST_WEB_BUILD_PRESSURE_SLEEP_SECONDS=1
ExecStart=${CD_LANE_BINARY} daemon --config ${CD_LANE_CONFIG}
Restart=on-failure
Restart=always
RestartSec=10
KillSignal=SIGINT
TimeoutStopSec=3700