From 176387d050e7c96634e979e2a120af08ff098a69 Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:34:16 -0400 Subject: [PATCH] Update Jenkinsfile --- tests/ci/Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/ci/Jenkinsfile b/tests/ci/Jenkinsfile index fb79f7afb1..1ec1b6b663 100644 --- a/tests/ci/Jenkinsfile +++ b/tests/ci/Jenkinsfile @@ -65,17 +65,17 @@ pipeline { pwd sed "s|intel|gnu|g" -i opnReqTest export ACCNR=epic - ./opnReqTest -n control_p8 -a ${ACCNR} -c std,bit,dbg,dcp,rst,mpi,thr - cd logs/ - cp OpnReqTests_control_p8_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace - cd .. ./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 cd .. ./opnReqTest -n cpld_control_nowave_noaero_p8 -a ${ACCNR} -c dbg,rst - cd logs/ + cd logs/ cp OpnReqTests_cpld_control_nowave_noaero_p8_hera.log /scratch2/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 git remote -v git fetch --no-recurse-submodules origin git reset FETCH_HEAD --hard