-
Notifications
You must be signed in to change notification settings - Fork 175
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
Speed up GSI analysis jobs in CI testing #3115
Speed up GSI analysis jobs in CI testing #3115
Conversation
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.
Straightforward PR. Approve ... but did not test.
Experiment C48_S2SW FAILED on Hera in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SW FAILED on Hera in Build# 2 in |
@WalterKolczynski-NOAA I was pointed to this failure offline because it was about a wave IC issue:
I'm concerned that changes in staging of wave ICs has messed up existing regression tests in prep for #3112 |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 2 in |
A few symlinks got broken somehow. Breaking old tests was not intentional. The links are restored now. |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 3 in |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 3 in |
CI Failed on Hera in Build# 3
|
Checkout Failed on Hera in Build# 5: null |
1 similar comment
Checkout Failed on Hera in Build# 5: null |
CI Passed on Hera in Build# 7
|
efc25be
into
NOAA-EMC:develop
…est (#3120) This PR is a companion to NOAA-EMC/GDASApp#1365 It turns ```C96C48_ufs_hybatmDA``` and ```C48mx500_3DVarAOWCDA``` into a regression test using the JEDI application testing feature. This feature is turned on using the new ```DO_TEST_MODE``` parameter added to ```config.base``` in GW PR [#3115](#3115). This parameter is set to ```"YES"``` in the yaml defaults for the JEDI-based CI tests in GW. The motivation for this PR is a need to catch changes in JEDI which alter the outputs of our applications. --------- Co-authored-by: CoryMartin-NOAA <[email protected]> Co-authored-by: RussTreadon-NOAA <[email protected]>
Description
This PR adds
DO_TEST_MODE
, which can be used for other things in the future but for now sets the GSI to run just 5 iterations per outer loop to reduce runtime for CI testing.Resolves #3114
Type of change
Change characteristics
How has this been tested?
Checklist