Skip to content

Commit

Permalink
intel/ci: debug spawn re-enable
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nanal <[email protected]>
  • Loading branch information
nikhilnanal committed Sep 26, 2023
1 parent fdb0597 commit b3b1a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -367,16 +367,16 @@ pipeline {
}
}
aborted {
/* node ('daos_head') {
node ('daos_head') {
dir ("${DELETE_LOCATION}/middlewares") { deleteDir() }
}
node ('ze') {
dir ("${DELETE_LOCATION}/middlewares") { deleteDir() }
}
dir ("${DELETE_LOCATION}/middlewares") { deleteDir() }
/* dir ("${DELETE_LOCATION}/middlewares") { deleteDir() }
*/
}
cleanup {/*
cleanup {
node ('daos_head') {
dir ("${DELETE_LOCATION}") { deleteDir() }
dir("${env.WORKSPACE}") { deleteDir() }
Expand All @@ -389,7 +389,7 @@ pipeline {
}
dir("${DELETE_LOCATION}") { deleteDir() }
dir("${env.WORKSPACE}") { deleteDir() }
dir("${env.WORKSPACE}@tmp") { deleteDir() }
/*dir("${env.WORKSPACE}@tmp") { deleteDir() }
*/
}
}
Expand Down
2 changes: 1 addition & 1 deletion contrib/intel/jenkins/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def __init__(self, jobname, buildno, testname, core_prov, fabric,
self.pwd = os.getcwd()
self.weekly = weekly
self.mpichtests_exclude = {
'tcp' : { '.' : [('spawn','dir'), ('rma','dir')],
'tcp' : { '.' : [('rma','dir')],
'threads' : [('spawn','dir'), ('rma','dir')],
'threads/comm' : [('idup_nb 4','test'),
('idup_comm_gen 4','test')],
Expand Down

0 comments on commit b3b1a36

Please sign in to comment.