Skip to content

Commit

Permalink
contrib/intel/jenkins: Force Cleanup in Post
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Dec 17, 2024
1 parent 2f94ead commit e4a7c57
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -995,25 +995,6 @@ pipeline {
summarize("all")
}
}
}
aborted {
node ('daos_head') {
dir ("${DELETE_LOCATION}/middlewares") { deleteDir() }
}
node ('ze') {
dir ("${DELETE_LOCATION}/middlewares") { deleteDir() }
}
sh "scancel --jobname=\"${SLURM_JOB_NAME}\""
dir ("${DELETE_LOCATION}/middlewares") { deleteDir() }
}
success {
script {
if (DO_RUN) {
CI_summarize(verbose=true)
summarize("all", verbose=true, release=false,
send_mail=env.WEEKLY.toBoolean())
}
}
node ('daos_head') {
dir("${env.WORKSPACE}") { deleteDir() }
dir("${env.WORKSPACE}@tmp") { deleteDir() }
Expand Down

0 comments on commit e4a7c57

Please sign in to comment.