-
Notifications
You must be signed in to change notification settings - Fork 177
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
Splitting up the archive task #3242
base: develop
Are you sure you want to change the base?
Splitting up the archive task #3242
Conversation
…o-NOAA/global-workflow into feature/arch-split
Experiment C96_atm3DVar FAILED on Hera in Build# 3 in |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 3 in |
Experiment C48_S2SW FAILED on Hera in Build# 3 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SW FAILED on Hera in Build# 3 in |
CI Failed on Hera in Build# 3
|
Experiment C96_atm3DVar FAILED on Hera in Build# 4 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96_atm3DVar FAILED on Hera in Build# 4 in |
CI Failed on Hera in Build# 4
|
The gfs_arch_tars job failed for the C96_atm3DVar test on Hera twice due to log file sizes changing during execution of htar. The first failure was for the log file gfs_arch_vrfy.log and the second for gfs_metpg2g1.log. First, the parm/archive/gfsa.yaml.j2 file needs to be amended here
to screen out gfs_arch_tars.log instead of gfs_arch.log .
Next, I think the dependencies need to be reworked for the |
@WalterKolczynski-NOAA @DavidHuber-NOAA |
if self.options['do_archtar']: | ||
dep_dict = {'type': 'task', 'name': f'{self.run}_arch_tars'} | ||
deps.append(rocoto.add_dependency(dep_dict)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The arch_tars
job shouldn't be a dependency for the metp
jobs. I don't think you have to rerun your local test after you fix this.
Description
In this PR the archive task will be split into two parts. The first will always run and will just be for the copying of verification data to the
VRFY_ARC
andARCDIR
directories. The second will only run whenHPSSARCH
orLOCALARCH
is set to YES and will generate and store tarballs in theATARDIR
, either onHPSS
or locally.Resolves Split up the archive task #3152
Type of change
Change characteristics
How has this been tested?
Hera
Example:
Checklist