Fix rose stem io demo and lbc demo#356
Open
Ricky Wong (mo-rickywong) wants to merge 3 commits intoMetOffice:mainfrom
Open
Fix rose stem io demo and lbc demo#356Ricky Wong (mo-rickywong) wants to merge 3 commits intoMetOffice:mainfrom
Ricky Wong (mo-rickywong) wants to merge 3 commits intoMetOffice:mainfrom
Conversation
Collaborator
|
Don't think this requires an SR |
Contributor
There was a problem hiding this comment.
As a stop-gap before we can discover or implement a solution to getting upgrade macros working properly in lfric_core I understand the need for this change.
My main issues with this change are regarding the use of the 3.1 tag for the changed metadata. Would it be possible to introduce a new vn3.1_t232 tag and copy the current HEAD to that tag and then use that as the base for this issue? We could remove it after the 3.2 release
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.
PR Summary
Sci/Tech Reviewer:
Code Reviewer: James Bruten (@james-bruten-mo)
io_demo and lbc_demo apps have rose-app.conf in rose-stem which use rose-metadata at HEAD instead of vn3.1.
Having them set to HEAD means that they are not affected by the upgrade macro and fail for updates.
However setting them to vn3.1 causes failure in validation because there is no upgrade macro for io_demo to migrate vn3.1 to HEAD.
This fixes the current issue by:
Code Quality Checklist
Testing
Core test-suite green as expected
Security Considerations
Performance Impact
AI Assistance and Attribution
Documentation
PSyclone Approval
Sci/Tech Review
(Please alert the code reviewer via a tag when you have approved the SR)
Code Review