diff --git a/jenkins/Jenkinsfile-blossom.premerge b/jenkins/Jenkinsfile-blossom.premerge index 3bdcc7b9535..f844a957be7 100644 --- a/jenkins/Jenkinsfile-blossom.premerge +++ b/jenkins/Jenkinsfile-blossom.premerge @@ -173,8 +173,8 @@ pipeline { label "premerge-test-it-${BUILD_TAG}" 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}" + // workspaceVolume persistentVolumeClaimWorkspaceVolume(claimName: "${PVC}", readOnly: false) + // customWorkspace "${CUSTOM_WORKSPACE}" } } @@ -207,8 +207,8 @@ pipeline { label "premerge-test-ut-${BUILD_TAG}" 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}" + // workspaceVolume persistentVolumeClaimWorkspaceVolume(claimName: "${PVC}", readOnly: false) + // customWorkspace "${CUSTOM_WORKSPACE}" } }