Skip to content

Commit

Permalink
Update Jenkinsfile accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 authored Mar 12, 2024
1 parent 6c07243 commit 223d127
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sorc/test/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pipeline {
label "hera"
}
environment {
ACCNR = 'nems'
ACCNR = 'epic'
NODE_PATH = '/scratch2/NAGAPE/epic/role.epic/'
}
steps {
Expand Down Expand Up @@ -88,7 +88,7 @@ pipeline {
label "orion"
}
environment {
ACCNR = 'nems'
ACCNR = 'epic'
NODE_PATH = '/work/noaa/epic/role-epic/'
}
steps {
Expand All @@ -102,9 +102,9 @@ pipeline {
cp sorc/test/orion_ctest.sh sorc/build/
cp sorc/test/check_ctest.sh sorc/build/
cp sorc/test/run_orion_ctest.sh sorc/build/
cd sorc/test/
sed -i 's|MACHINE_ID=${MACHINE_ID:-hera}|MACHINE_ID=${MACHINE_ID:-orion}|g' run_ufs_datm_lnd.sh
cd ../../
cd sorc/test/
sed -i 's|MACHINE_ID=${MACHINE_ID:-hera}|MACHINE_ID=${MACHINE_ID:-orion}|g' run_ufs_datm_lnd.sh
cd ../../
cd sorc/build/
echo $(pwd)
ctest
Expand Down

0 comments on commit 223d127

Please sign in to comment.