-
Notifications
You must be signed in to change notification settings - Fork 31
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 more CI to GW-CI #1365
base: develop
Are you sure you want to change the base?
Add more CI to GW-CI #1365
Conversation
This reverts commit e024564.
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.
Looks good @DavidNew-NOAA except for the missing gfsv17 test (c384/0.25). We don't want to run it a every pr's but it certainly needs to be checked regularly.
Question: do we expect reference checks to pass on all platforms? If not, on which platform(s) are the reference checks to be performed? |
@RussTreadon-NOAA I would expect them to pass within the tolerance that we set |
This PR is a companion to [#1365](NOAA-EMC/GDASApp#1365). It adds test reference blocks to the YAMLs for the JEDI-to-FV3 increment converters.
Reminder DO NOT MERGE this PR until GW PR #2992 is merged. |
1da115d
This PR is a companion to jcb-algorithms #7 and jcb-gdas #42. It does a couple things:
C96C48_hybatmDA
,C96C48_ufs_hybatmDA
,C96C48_hybatmaerosnowDA
, andC48mx500_3DVarAOWCDA
.C96C48_ufs_hybatmDA
, so that we're actually testing the output, not just whether it cycles. This can be turned off in ``C96C48_ufs_hybatmDA.yaml``` if you just want.CMakeCache.txt
file and re-running make. This will allow us to use these tests in nightly testing.test/gw-ci/CMakeLists.txt
is refactored quite a bit.The primary motivation for this PR is that we can run CI for our nightly testing of GDASApp. Also, anyone with a PR can easily do CI testing through CTests.
Note:
I'm not going to make a companion PR yet for the GW, because my branch will depend on #2992 being merged, but you can compare my branch to the branch for that PR here to see what it will do:
DavidNew-NOAA/global-workflow@feature/jcb-obsbias...DavidNew-NOAA:global-workflow:feature/gw-ci