From 3e37583959e3a9ccacd9ea757aea6f9129c66a21 Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:28:27 -0400 Subject: [PATCH] Update Jenkinsfile --- tests/ci/Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ci/Jenkinsfile b/tests/ci/Jenkinsfile index c86c535c2d..fb79f7afb1 100644 --- a/tests/ci/Jenkinsfile +++ b/tests/ci/Jenkinsfile @@ -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