From 5d177e4b1f329ceca04e13df7599783cdd075266 Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:20:23 -0500 Subject: [PATCH] Update Jenkinsfile add orion scripts --- test/ci/Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/ci/Jenkinsfile b/test/ci/Jenkinsfile index e7d1ca3d..2aebad61 100644 --- a/test/ci/Jenkinsfile +++ b/test/ci/Jenkinsfile @@ -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 ''' } } @@ -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 ''' } }