From 8fee36f0307b0c08080e3a8fa8fa6703e7da5fce Mon Sep 17 00:00:00 2001 From: Rahul Mahajan Date: Tue, 6 Aug 2024 11:02:45 -0400 Subject: [PATCH] Clean-up temporary rundirs - take 2. (#2753) This PR: - is a follow-up to a previous PR that aggressively pruned run directories. - removes run directories for the current cycle in the clean-up if the cycle is successful. If the cycle is not successful, cleanup is not called and all run directories for the cycle are safe from being purged. - also updates the PR template to list/query for any updates to submodules. --------- Co-authored-by: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Co-authored-by: David Huber Co-authored-by: Walter Kolczynski - NOAA --- .github/pull_request_template.md | 11 +++++++++++ jobs/JGFS_ATMOS_FBWIND | 2 +- jobs/JGFS_ATMOS_GEMPAK_META | 2 +- jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC | 2 +- jobs/JGLOBAL_CLEANUP | 6 +++--- parm/config/gefs/config.base | 1 - parm/config/gfs/config.base | 1 - parm/config/gfs/config.fbwind | 11 +++++++++++ parm/config/gfs/config.resources | 7 +++++++ scripts/exglobal_cleanup.sh | 33 +++++++++---------------------- ush/jjob_header.sh | 5 ++--- workflow/rocoto/tasks.py | 4 +++- 12 files changed, 49 insertions(+), 36 deletions(-) create mode 100644 parm/config/gfs/config.fbwind diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dbebfe8f6e..3f8fe65065 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,6 +33,17 @@ # Change characteristics - Is this a breaking change (a change in existing functionality)? YES/NO - Does this change require a documentation update? YES/NO +- Does this change require an update to any of the following submodules? YES/NO (If YES, please add a link to any PRs that are pending.) + - [ ] EMC verif-global + - [ ] GDAS + - [ ] GFS-utils + - [ ] GSI + - [ ] GSI-monitor + - [ ] GSI-utils + - [ ] UFS-utils + - [ ] UFS-weather-model + - [ ] wxflow + # How has this been tested?