Skip to content

Commit

Permalink
Update Jenkinsfile.combined revert previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 authored Mar 4, 2024
1 parent 7911a0f commit 6a8831a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ci/Jenkinsfile.combined
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def generateStage(nodeLabel) {
then
echo "Creating baselines on $machine"
export dprefix=/work2/noaa/$ACCNR/$USER
sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh
export ACCNR=epic
./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log
export DISKNM=/work/noaa/epic/hercules/UFS-WM_RT
Expand Down Expand Up @@ -160,6 +161,7 @@ def generateStage(nodeLabel) {
then
echo "Running regression tests on $machine"
export dprefix=/work2/noaa/$ACCNR/$USER
sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh
export ACCNR=epic
./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log
elif [[ $machine =~ "Orion" ]]
Expand Down

0 comments on commit 6a8831a

Please sign in to comment.