Skip to content

Commit 0527bda

Browse files
committed
contrib/intel/jenkins: Re-enable DSA
Signed-off-by: Zach Dworkin <[email protected]>
1 parent 3009e2d commit 0527bda

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

contrib/intel/jenkins/Jenkinsfile

+9-9
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ pipeline {
235235
// }
236236
// }
237237
// }
238-
/*stage ('build-dsa') {
238+
stage ('build-dsa') {
239239
agent {
240240
node {
241241
label 'dsa'
242-
customWorkspace "${JENKINS_HOME}/workspace/${JOB_NAME}/${env.BUILD_NUMBER}"
242+
customWorkspace "${CB_HOME}/workspace/${JOB_NAME}/${env.BUILD_NUMBER}"
243243
}
244244
}
245245
steps {
@@ -260,7 +260,7 @@ pipeline {
260260
"""
261261
}
262262
}
263-
}*/
263+
}
264264
}
265265
}
266266
stage('parallel-tests') {
@@ -491,11 +491,11 @@ pipeline {
491491
}
492492
}
493493
}
494-
/*stage('dsa') {
494+
stage('dsa') {
495495
agent {
496496
node {
497497
label 'dsa'
498-
customWorkspace "${JENKINS_HOME}/workspace/${JOB_NAME}/${env.BUILD_NUMBER}"
498+
customWorkspace "${CB_HOME}/workspace/${JOB_NAME}/${env.BUILD_NUMBER}"
499499
}
500500
}
501501
when { equals expected: 1, actual: DO_RUN }
@@ -506,12 +506,12 @@ pipeline {
506506
(
507507
echo `hostname`
508508
cd ${env.WORKSPACE}/${SCRIPT_LOCATION}/
509-
python3.9 runtests.py --prov=shm --test=fabtests --user_env="{'FI_SHM_DISABLE_CMA':1, 'FI_SHM_USE_DSA_SAR':1}"
509+
python3.9 runtests.py --prov=shm --test=fabtests --user_env FI_SHM_DISABLE_CMA=1 FI_SHM_USE_DSA_SAR=1
510510
)
511511
"""
512512
}
513513
}
514-
}*/
514+
}
515515
}
516516
}
517517
stage ('Summary') {
@@ -599,7 +599,7 @@ pipeline {
599599
// }
600600
// }
601601
// }
602-
/*node ('dsa') {
602+
node ('dsa') {
603603
withEnv(['PATH+EXTRA=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin:$PYTHONPATH']) {
604604
dir ("${env.JOB_INSTALL_DIR}/${env.JOB_NAME}/${env.BUILD_NUMBER}") {
605605
deleteDir()
@@ -611,7 +611,7 @@ pipeline {
611611
deleteDir()
612612
}
613613
}
614-
}*/
614+
}
615615
withEnv(['PATH+EXTRA=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin:$PYTHONPATH']) {
616616
dir ("${env.JOB_INSTALL_DIR}/${env.JOB_NAME}/${env.BUILD_NUMBER}") {
617617
deleteDir()

0 commit comments

Comments
 (0)