fix/runner-workspace-dir
main
VM smoke 在 runner 初始化 host workdir 时失败:mkdir /workspace: permission denied。
mkdir /workspace: permission denied
在 runner 镜像构建时预创建 /workspace,并归属运行 runner 的 UID/GID 2000。
/workspace
go test ./...
git diff --check
No dependencies set.
The note is not visible to the blocked user.
问题
VM smoke 在 runner 初始化 host workdir 时失败:
mkdir /workspace: permission denied。修复
在 runner 镜像构建时预创建
/workspace,并归属运行 runner 的 UID/GID 2000。验证
go test ./...git diff --check