github action for running a coarse gis meshgen test#899
Merged
xylar merged 4 commits intoMPAS-Dev:mainfrom Apr 3, 2025
Merged
Conversation
16a412b to
368a4a5
Compare
Collaborator
It could potentially be hosted on the LCRC server. We've tried to be careful not to overload the server but this wouldn't be big and wouldn't run all that often. |
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 adds a github action workflow for running a coarse GIS meshgen case on a 'free' github hosted runner. The run takes about 11 minutes. It is only triggered when a PR, in any of its commits, changes either of the following files:
https://github.com/SCOREC/compass/blob/368a4a5b0d22344b53c08dbd2c8fbebf6b738032/.github/workflows/gis_coarse_meshgen.yml#L7-L8
Testing was done here by pushing changes to
compass/landice/tests/mesh.py. Those changes were reverted, but the action log is available here: https://github.com/MPAS-Dev/compass/actions/runs/14233471393/job/39888454918As noted below in the checklist, this test is currently downloading the GIS input data from a public RPI box directory. Is there a better place to host these files?
Checklist