Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanga5 committed Jul 20, 2021
1 parent ee05fda commit 5a5c9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pipeline {
cloud 'sc-ipp-blossom-prod'
yaml pod.getGPUYAML("${IMAGE_PREMERGE}", "${env.GPU_RESOURCE}", '8', '32Gi') // cpu: 8, memory: 32Gi
workspaceVolume persistentVolumeClaimWorkspaceVolume(claimName: "${PVC}", readOnly: false)
customWorkspace "${CUSTOM_WORKSPACE}"
customWorkspace "${CUSTOM_WORKSPACE}-it"
}
}

Expand Down Expand Up @@ -208,7 +208,7 @@ pipeline {
cloud 'sc-ipp-blossom-prod'
yaml pod.getGPUYAML("${IMAGE_PREMERGE}", "${env.GPU_RESOURCE}", '8', '32Gi') // cpu: 8, memory: 32Gi
workspaceVolume persistentVolumeClaimWorkspaceVolume(claimName: "${PVC}", readOnly: false)
customWorkspace "${CUSTOM_WORKSPACE}"
customWorkspace "${CUSTOM_WORKSPACE}-ut"
}
}

Expand All @@ -218,7 +218,7 @@ pipeline {
// TODO: improve resource management
timeout(time: 2, unit: 'HOURS') { // step only timeout for test run
// sh "$JENKINS_ROOT/spark-premerge-build-ut.sh"
sh "sleep 60"
sh "pwd; ls -l"
}
}
}
Expand Down

0 comments on commit 5a5c9a3

Please sign in to comment.