(PLATFORM-1077) Adding CI/CD capabilities and Unit Tests + Add if(allocated) checks to avoid segfaults #82#76
Merged
Conversation
Collaborator
|
Hi, @kbooker79 . Can you please sync up the PR branch with master? |
Collaborator
|
@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. |
zach1221
approved these changes
Feb 12, 2025
kbooker79
commented
Mar 4, 2025
…physics_ocn in stochastic_physics.F90 Fix segfault from attempt to use pointer SKEB_WTS when it is not associated with a target
14 tasks
… in stochastic_physics.F90
Collaborator
|
@pjpegion @NickSzapiro-NOAA Would it be ok to combine in #82 to this pr? then we can quickly schedule to merge PRs at weather model level. |
Contributor
|
Sounds like a good idea to me...I asked the same in ufs-community/ufs-weather-model#2718 |
14 tasks
Merged
14 tasks
jkbk2004
approved these changes
May 1, 2025
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.