diff --git a/tests/ci/Jenkinsfile.ort b/tests/ci/Jenkinsfile.ort index 53e0a8823d..5e2d93e974 100644 --- a/tests/ci/Jenkinsfile.ort +++ b/tests/ci/Jenkinsfile.ort @@ -51,7 +51,7 @@ pipeline { } environment { ACCNR = 'epic' - NODE_PATH = '/scratch2/NAGAPE/epic/role.epic/' + NODE_PATH = '/scratch3/NAGAPE/epic/role.epic/' } steps { @@ -72,15 +72,15 @@ pipeline { export ACCNR=epic ./opnReqTest -n regional_control -a ${ACCNR} -c bit,dcp,thr cd logs/ - cp OpnReqTests_regional_control_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + cp OpnReqTests_regional_control_hera.log /scratch3/NAGAPE/epic/role.epic/jenkins/workspace cd .. ./opnReqTest -n cpld_control_nowave_noaero_p8 -a ${ACCNR} -c dbg,rst cd logs/ - cp OpnReqTests_cpld_control_nowave_noaero_p8_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + cp OpnReqTests_cpld_control_nowave_noaero_p8_hera.log /scratch3/NAGAPE/epic/role.epic/jenkins/workspace cd .. ./opnReqTest -n control_p8 -a ${ACCNR} -c std,dbg,bit,mpi,rst,thr,dcp cd logs/ - cp OpnReqTests_control_p8_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + cp OpnReqTests_control_p8_hera.log /scratch3/NAGAPE/epic/role.epic/jenkins/workspace git remote -v git fetch --no-recurse-submodules origin git reset FETCH_HEAD --hard