-
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
Make separate JCB algorithm YAMLs for CI tests #1394
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.
Do you want to further your if statement around the testing to also include resolution? Especially since that's hardcoded in the path for the reference files. And/or template the reference file names to include the resolution?
@danholdaway Interesting idea. Let me give that a try |
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.
Thanks @DavidNew-NOAA . That should fix the issue that we have when testing the 3dfgat in static and hybrid mode, it currently points to the same ref file.
8c0dd32
@danholdaway OK, I implemented your suggestion |
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.
👍
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.
👍
I did approve, but that was with the understanding that we should be running the gdasapp test @DavidNew-NOAA . Are these broken? I see that the label I set in my pr has not been updated. |
@guillaumevernieres I'm actually refactoring and testing those scripts right now, so they won't work right now with the CI labels. I wasn't aware anyone was using those scripts currently. |
The motivation for having separate JCB algorithm YAMLs for each CI test is that in the future, we may want different regression tests for various resolutions, obs configurations, etc. The primary JCB algorithm YAMLs should be generic.