-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove pslot dir from local archive folder on CI case completion #2961
Remove pslot dir from local archive folder on CI case completion #2961
Conversation
…A/global-workflow into ci_clean_loc_arch
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 1 in |
Experiment C48_S2SW FAILED on Hera in Build# 1 in |
Experiment C48_ATM FAILED on Hera in Build# 1 in |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 1 in |
Experiment C96_atm3DVar FAILED on Hera in Build# 1 in |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 1 in |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 1 in |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 1 in |
CI Failed on Hera in Build# 1
|
…Jenkins file to cleanup experiment
Experiment C48_S2SWA_gefs FAILED on Orion in Build# 5 in |
Experiment C48_S2SW FAILED on Orion in Build# 5 in |
CI Failed on Orion in Build# 5
|
Experiment C48_ATM FAILED on Orion in Build# 7 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_ATM FAILED on Orion in Build# 7 in |
Experiment C48_S2SW FAILED on Orion in Build# 7 in |
Experiment C96_atm3DVar FAILED on Orion in Build# 7 in |
Experiment C96_S2SWA_gefs_replay_ics FAILED on Orion in Build# 7 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmDA FAILED on Orion in Build# 7 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96_S2SWA_gefs_replay_ics FAILED on Orion in Build# 7 in |
Experiment C48_S2SWA_gefs FAILED on Orion in Build# 7 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmDA FAILED on Orion in Build# 7 in |
Experiment C48_S2SWA_gefs FAILED on Orion in Build# 7 in |
CI Failed on Orion in Build# 7
Experiment C48_S2SWA_gefs_788dd8fb Terminated with tasks failed and dead at Fri Nov 8 11:52:02 AM CST 2024 |
Changes moved to PR 3076 |
Description
This Pr removes pslot dir (with hash) from local archive folder on CI case completion and also adds
cleanup_experiment
function in the BASH utilities to clean up after a CI case runs. This change consolidates cleanup actions and adds functionality to clean the local archive folders.Key changes:
DATAROOT
directory before new experiments are ran incase the pipeline is being ran for a second time.$HOMEgfs/ci/scripts/check_ci.sh
to use the newcleanup_experiment
function under the BASH CI system.cleanup_experiment
function in$HOMEgfs/ci/scripts/utils/ci_utils.sh
to handle various cleanups including DATAROOT, ARCDIR, and ATADIR directories.Resolves #2954, #3066
Type of change
Change characteristics
How has this been tested?
This PR was self tested with the CI system.
# Checklist