Skip to content

Commit

Permalink
Fix race condition in CI between Orion and Hercules (NOAA-EMC#2604)
Browse files Browse the repository at this point in the history
Hotfix to solve race conditions in the CI system due to cross-mounted
file systems between Orion and Hercules
  • Loading branch information
TerrenceMcGuinness-NOAA authored May 16, 2024
1 parent e8b17e2 commit ef340ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/platforms/config.hercules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

export GFS_CI_ROOT=/work2/noaa/stmp/GFS_CI_ROOT/HERCULES
export ICSDIR_ROOT=/work/noaa/global/glopara/data/ICSDIR
export STMP="/work2/noaa/stmp/${USER}"
export STMP="/work2/noaa/stmp/${USER}/HERCULES"
export PTMP="/work2/noaa/ptmp/${USER}/HERCULES"
export SLURM_ACCOUNT=nems
export max_concurrent_cases=5
export max_concurrent_pr=4
3 changes: 2 additions & 1 deletion ci/platforms/config.orion
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

export GFS_CI_ROOT=/work2/noaa/stmp/GFS_CI_ROOT/ORION
export ICSDIR_ROOT=/work/noaa/global/glopara/data/ICSDIR
export STMP="/work2/noaa/stmp/${USER}"
export STMP="/work2/noaa/stmp/${USER}/ORION"
export PTMP="/work2/noaa/ptmp/${USER}/ORION"
export SLURM_ACCOUNT=nems
export max_concurrent_cases=5
export max_concurrent_pr=4

0 comments on commit ef340ff

Please sign in to comment.