-
Notifications
You must be signed in to change notification settings - Fork 42
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
(PLATFORM-1077) Adding CI/CD capabilities and Unit Tests #76
base: master
Are you sure you want to change the base?
Conversation
Hi, @kbooker79 . Can you please sync up the PR branch with master? |
@JeffBeck-NOAA I tested out the unit test pipeline, following our changes. Following the srun command (srun --label -A epic -n 24 standalone_stochy.x), the pipeline failed with the below. At line 182 of file compns_stochy.F90 (unit = 21, file = 'input.nml') Does do_spp need to be enabled in compns_stochy.F90 as well, perhaps? |
Sorry, @zach1221. The following needs to be in the &gfs_physics_nml (not &nam_sppperts) section of input.nml: do_spp = .true. |
@JeffBeck-NOAA @jkbk2004 fyi, the unit tests with spp enabled are working now, following input.nml changes from Jong. I have also successfully tested the stoch physics unit test pipeline, with the new jenkinsfile. Please feel free to review. |
This PR enables running of the standalone Stochastic Physics unit tests, and automation of the standalone unit tests through the addition of a jenkins pipeline integration. The pipeline is spun-up via git labels and executed through a newly created jenkinsfile script.