Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 committed Jun 18, 2024
1 parent 00ed28f commit 3e37583
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ pipeline {
checkout scm
sh '''
git submodule update --init --recursive
cd tests
cd tests/fv3_conf
sed 's/#SBATCH --time=.*/#SBATCH --time=02:00:00/g' -i fv3_slurm.IN_hera
cd ..
pwd
sed "s|intel|gnu|g" -i opnReqTest
export ACCNR=epic
Expand Down

0 comments on commit 3e37583

Please sign in to comment.