-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add missing arch_tars dependencies #3319
base: develop
Are you sure you want to change the base?
Add missing arch_tars dependencies #3319
Conversation
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
I ran a pair of tests on Hera, both C96_atm3dvar_extended with I then made some adjustments to the XML to open the throttle to test if I overlooked any dependencies. This was achieved by changing the parameters It would be good to repeat this operation with the other CI tests (especially the hybvar tests). When CI testing for this PR is launched on Hercules and Hera, I will inspect the XMLs to verify all jobs have the correct dependencies. |
I'm doing Hercules first, as that seems to be the machine where the cleanup was running prematurely the most often. |
Looking through the |
CI Passed on Hercules in Build# 1
|
Description
The
gfs_arch_tars
job currently does not depend ongempak
jobs, even though it archives data produced by them. This PR will introduce that dependency. Additionally, there are several missing dependencies for cleanup when the arch_tar job is not executed. Nearly all of the job's dependencies need to be replicated for cleanup in case arch_tar doesn't run. This PR will address this problem as well.Resolves Missing gfs_arch_tars dependencies #3294
Type of change
Change characteristics
How has this been tested?
Checklist