Skip to content

Commit

Permalink
updated Jenkins file with correct RUNDIRS string (had RUNDIR as a bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Nov 8, 2024
1 parent 788dd8f commit 7d3b8bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pipeline {
try {
// Remove any data in that might still be in the DATAROOT directory from previous runs
STMP=sh(script: "${HOMEgfs}/ci/scripts/utils/get_config_var.py STMP ${CUSTOM_WORKSPACE}/RUNTESTS/EXPDIR/${pslot}", returnStdout: true).trim()
sh(script: "rm -Rf ${STMP}/RUNDIR/${pslot}")
sh(script: "rm -Rf ${STMP}/RUNDIRS/${pslot}")
sh(script: "${HOMEgfs}/ci/scripts/run-check_ci.sh ${CUSTOM_WORKSPACE} ${pslot} ${build_system}")
sh(script: "${HOMEgfs}/ci/scripts/utils/ci_utils_wrapper.sh cleanup_experiment ${CUSTOM_WORKSPACE}/RUNTESTS/EXPDIR/${pslot}")
} catch (Exception error_experment) {
Expand Down
1 change: 0 additions & 1 deletion ci/scripts/utils/ci_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ function cleanup_experiment() {
local pslot
local ARCDIR
local ATARDIR
local DATAROOT
local COMROOT

EXPDIR="$1"
Expand Down

0 comments on commit 7d3b8bf

Please sign in to comment.