From e1979ebbb87aecaf2131cda80f44ea1e9a0eb51e Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Thu, 24 Sep 2026 06:29:02 +0000 Subject: [PATCH] =?UTF-8?q?fix(runner):=20=E6=8C=82=E8=BD=BD=E7=8B=AC?= =?UTF-8?q?=E7=AB=8B=E5=B7=A5=E4=BD=9C=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/sandbox-ci-runners/pools.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platform/sandbox-ci-runners/pools.yaml b/platform/sandbox-ci-runners/pools.yaml index 5aa49d9..9c5873c 100644 --- a/platform/sandbox-ci-runners/pools.yaml +++ b/platform/sandbox-ci-runners/pools.yaml @@ -86,6 +86,8 @@ spec: mountPath: /opt/opensandbox - name: runner-data mountPath: /data + - name: runner-workspace + mountPath: /workspace - name: spire-socket mountPath: /run/spire/agent-sockets - name: spire-agent @@ -114,6 +116,8 @@ spec: emptyDir: {} - name: runner-data emptyDir: {} + - name: runner-workspace + emptyDir: {} - name: spire-data emptyDir: medium: Memory @@ -217,6 +221,8 @@ spec: mountPath: /opt/opensandbox - name: runner-data mountPath: /data + - name: runner-workspace + mountPath: /workspace - name: docker-socket mountPath: /run/docker - name: spire-socket @@ -259,6 +265,8 @@ spec: emptyDir: {} - name: runner-data emptyDir: {} + - name: runner-workspace + emptyDir: {} - name: docker-data emptyDir: {} - name: docker-socket -- 2.54.0