Skip to content

Commit

Permalink
Update Jenkinsfile.combined hera epic
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 authored Apr 22, 2024
1 parent a5c8326 commit 5c49efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci/Jenkinsfile.combined
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def generateStage(nodeLabel) {
elif [[ $machine =~ "Hera" ]]
then
echo "Creating baselines on $machine"
export ACCNR=nems
export ACCNR=epic
./rt.sh -a ${ACCNR} -c -r -l rt.conf
export DISKNM=/scratch2/NAGAPE/epic/UFS-WM_RT
cd ${DISKNM}/NEMSfv3gfs/
Expand Down Expand Up @@ -241,7 +241,7 @@ def generateStage(nodeLabel) {
elif [[ $machine =~ "Hera" ]]
then
echo "Running regression tests on $machine"
export ACCNR=nems
export ACCNR=epic
./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log
cd logs/
cp RegressionTests_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace
Expand Down

0 comments on commit 5c49efd

Please sign in to comment.