Skip to content

Commit

Permalink
Update Jenkinsfile add orion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 authored Nov 21, 2023
1 parent 7a146e9 commit 5d177e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pipeline {
module use ../modulefiles && module load landda_hera.intel
ecbuild ../ && make -j4
echo $(pwd)
./run_ctest.sh
./run_hera_ctest.sh
'''
}
}
Expand All @@ -103,14 +103,14 @@ pipeline {
cp test/orion_ctest.sh build/
cp test/check_ctest.sh build/
cp test/run_ctest.sh build/
cd test/
sed -i 's|export MACHINE_ID=${MACHINE_ID:-hera}|export MACHINE_ID=${MACHINE_ID:-orion}|g' run_ufs_datm_lnd.sh
cd ..
cd test/
sed -i 's|export MACHINE_ID=${MACHINE_ID:-hera}|export MACHINE_ID=${MACHINE_ID:-orion}|g' run_ufs_datm_lnd.sh
cd ..
cd build/
module use ../modulefiles && module load landda_orion.intel.lua
ecbuild ../ && make -j4
echo $(pwd)
./run_ctest.sh
./run_orion_ctest.sh
'''
}
}
Expand Down

0 comments on commit 5d177e4

Please sign in to comment.