|
|
|
@@ -36,7 +36,7 @@ var (
|
|
|
|
|
|
|
|
|
|
testResultCMNamePrefix = "test-result-"
|
|
|
|
|
|
|
|
|
|
RunnerVersion = "2.313.0"
|
|
|
|
|
RunnerVersion = "2.314.0"
|
|
|
|
|
RunnerContainerHooksVersion = "0.5.1"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
@@ -1076,7 +1076,7 @@ func installActionsWorkflow(t *testing.T, testName, runnerLabel, testResultCMNam
|
|
|
|
|
steps = append(steps,
|
|
|
|
|
testing.Step{
|
|
|
|
|
// This might be the easiest way to handle permissions without use of securityContext
|
|
|
|
|
// https://stackoverflow.com/questions/50156124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
// https://stackoverflow.com/questions/50.5.124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
Run: sudo + "mkdir -p \"/var/lib/docker\"",
|
|
|
|
|
},
|
|
|
|
|
)
|
|
|
|
@@ -1087,7 +1087,7 @@ func installActionsWorkflow(t *testing.T, testName, runnerLabel, testResultCMNam
|
|
|
|
|
steps = append(steps,
|
|
|
|
|
testing.Step{
|
|
|
|
|
// This might be the easiest way to handle permissions without use of securityContext
|
|
|
|
|
// https://stackoverflow.com/questions/50156124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
// https://stackoverflow.com/questions/50.5.124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
Run: sudo + "chmod 777 -R \"${RUNNER_TOOL_CACHE}\" \"${HOME}/.cache\"",
|
|
|
|
|
},
|
|
|
|
|
testing.Step{
|
|
|
|
@@ -1095,12 +1095,12 @@ func installActionsWorkflow(t *testing.T, testName, runnerLabel, testResultCMNam
|
|
|
|
|
},
|
|
|
|
|
testing.Step{
|
|
|
|
|
// This might be the easiest way to handle permissions without use of securityContext
|
|
|
|
|
// https://stackoverflow.com/questions/50156124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
// https://stackoverflow.com/questions/50.5.124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
Run: "ls -lah \"${RUNNER_TOOL_CACHE}\" \"${HOME}/.cache\"",
|
|
|
|
|
},
|
|
|
|
|
testing.Step{
|
|
|
|
|
// This might be the easiest way to handle permissions without use of securityContext
|
|
|
|
|
// https://stackoverflow.com/questions/50156124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
// https://stackoverflow.com/questions/50.5.124/kubernetes-nfs-persistent-volumes-permission-denied#comment107483717_53186320
|
|
|
|
|
Run: "ls -lah \"/var/lib/docker\" || echo ls failed.",
|
|
|
|
|
},
|
|
|
|
|
)
|
|
|
|
|