You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any jobs that need to be skipped on a specific machine should be specified in the workflow/hosts/.yaml file and appropriate templates added to config.base. As-is, options are hard coded into config.base, e.g.
)
This moves all machine-specific options to the workflow/hosts files from
the config.* files.
This also turns HPSS archiving on for WCOSS2 by default.
This turns OFF UFS DA tests on WCOSS2.
ResolvesNOAA-EMC#2942ResolvesNOAA-EMC#3087
---------
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Rahul Mahajan <[email protected]>
What new functionality do you need?
Any jobs that need to be skipped on a specific machine should be specified in the workflow/hosts/.yaml file and appropriate templates added to
config.base
. As-is, options are hard coded into config.base, e.g.global-workflow/parm/config/gfs/config.base
Lines 486 to 493 in c6e3262
Instead, these options should be added to each host file. This will also necessitate removing these options from the CI defaults yaml file:
global-workflow/parm/config/gfs/yaml/defaults.yaml
Lines 13 to 16 in c6e3262
What are the requirements for the new functionality?
All systems configure and run only the jobs that they need to run without hard coding anything into J-Jobs, scripts, or config files.
Acceptance Criteria
There are no machine-specific options in config.base and CI passes on all affected platforms.
Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: