-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update testing for release #475
Update testing for release #475
Conversation
…into feature/testing_for_release
… feature/testing_for_release
…testing_for_release
…testing_for_release
@@ -150,6 +150,7 @@ jobs: | |||
cd ${SCM_ROOT} | |||
./contrib/get_all_static_data.sh | |||
./contrib/get_thompson_tables.sh | |||
./contrib/get_aerosol_climo.sh |
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.
This is going to (potentially) slow down CI a lot since the files are big. Any way to stash this data for future use?
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 was worried that this was going to bring this whole thing crashing down, but to my surprise it is faster to download this data on the GitHub servers than on Hera. It only took ~2min., but that's more than the ~15sec before.
There may be slick ways to stash this, I just don't know any.
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.
Wonderful as-is, but there are a few questions to ponder.
@grantfirl I addressed your concerns. Now the script only creates plots when there are differences, and the comparison/plotting scripts are usable outside of the RT/CI context (I used them offline for faster debugging of the CI plots) |
This PR contains changes/updates to the SCM RT CI for the CCPP V7 release. Includes the following:
This PR contains changes from #467 and #474.