From f8e07c7fe4edf3c20b6655e21c0732fc1dc95a80 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 27 Aug 2022 07:12:55 +0000 Subject: [PATCH] e2e: Update RunnerSet template for rootless-dind test --- acceptance/testdata/runnerset.envsubst.yaml | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/acceptance/testdata/runnerset.envsubst.yaml b/acceptance/testdata/runnerset.envsubst.yaml index 9a315a0d..f9e6147e 100644 --- a/acceptance/testdata/runnerset.envsubst.yaml +++ b/acceptance/testdata/runnerset.envsubst.yaml @@ -155,19 +155,19 @@ spec: # https://github.com/actions/setup-go/blob/56a61c9834b4a4950dbbf4740af0b8a98c73b768/src/installer.ts#L144 mountPath: "/opt/hostedtoolcache" # Valid only when dockerdWithinRunnerContainer=false - - name: docker - # PV-backed runner work dir - volumeMounts: - - name: work - mountPath: /runner/_work - # Cache docker image layers, in case dockerdWithinRunnerContainer=false - - name: var-lib-docker - mountPath: /var/lib/docker - # image: mumoshu/actions-runner-dind:dev + # - name: docker + # # PV-backed runner work dir + # volumeMounts: + # - name: work + # mountPath: /runner/_work + # # Cache docker image layers, in case dockerdWithinRunnerContainer=false + # - name: var-lib-docker + # mountPath: /var/lib/docker + # # image: mumoshu/actions-runner-dind:dev - # For buildx cache - - name: cache - mountPath: "/home/runner/.cache" + # # For buildx cache + # - name: cache + # mountPath: "/home/runner/.cache" # Comment out the ephemeral work volume if you're going to test the kubernetes container mode # volumes: # - name: work