修复 LXC 内 microVM Runner 启动链路 #11

Merged
panxiao81 merged 11 commits from fix/microvm-lxc-bootstrap into main 2026-09-16 18:02:51 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6dac9897fd - Show all commits
+1 -1
View File
@@ -28,4 +28,4 @@ jobs:
set -euo pipefail
trap '/tmp/kind delete cluster --name smoke' EXIT
/tmp/kind create cluster --name smoke --wait 180s
test "$(/tmp/kind get clusters)" = smoke
/tmp/kind get clusters | grep -Fx smoke
+1 -1
View File
@@ -19,7 +19,7 @@ bridge=${RUNNER_BRIDGE:-mvrbr0}
cloud_hypervisor=${CLOUD_HYPERVISOR:-/usr/local/bin/cloud-hypervisor}
vm_timeout=${RUNNER_VM_TIMEOUT:-3h}
cpus=${RUNNER_VM_CPUS:-4}
memory=${RUNNER_VM_MEMORY:-3G}
memory=${RUNNER_VM_MEMORY:-2G}
gitea_instance=${GITEA_INSTANCE:-https://git.ddupan.top}
runner_labels=${RUNNER_LABELS:-self-hosted:host,vm:host}
token_url=${RUNNER_TOKEN_URL:-http://172.30.0.1:8787}