mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
add write permissions in workspace (#2154)
[ROCm/composable_kernel commit: b9d17bdb11]
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -76,6 +76,7 @@ def check_host() {
|
||||
if ("${env.CK_SCCACHE}" != "null"){
|
||||
def SCCACHE_SERVER="${env.CK_SCCACHE.split(':')[0]}"
|
||||
echo "sccache server: ${SCCACHE_SERVER}"
|
||||
sh "chmod +w -R ${env.WORKSPACE}"
|
||||
sh '''ping -c 1 -p 6379 "${SCCACHE_SERVER}" | echo $? > tmp.txt'''
|
||||
def output = readFile(file: "tmp.txt")
|
||||
echo "tmp.txt contents: \$output"
|
||||
|
||||
Reference in New Issue
Block a user