-
Notifications
You must be signed in to change notification settings - Fork 913
Fix regression branch #1817
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
Fix regression branch #1817
Conversation
pcarruscag
left a comment
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.
Ok wait. @bigfooted also merged something to testcases with new restarts for the work in axisymmetry fix.
|
@pcarruscag @bigfooted It looks like some restart file and filenames changed. But I can hold off on fixing the regression value and merging the changes. |
| with: | ||
| # -t <Tutorials-branch> -c <Testcases-branch> | ||
| args: -b ${{github.ref}} -t develop -c feature_cat_wall -s ${{matrix.testscript}} | ||
| args: -b ${{github.ref}} -t develop -c develop_tmp -s ${{matrix.testscript}} |
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.
Update what you need to update but do not change this branch to develop for now
|
@pcarruscag I saw this got merged. What do you think the next steps are with develop_tmp? |
|
We remove it after #1784 is merged |
Proposed Changes
A recent change from #1417, which I merged in had the regression set to feature_cat_wall in the TestCases. This will update and fix that call. I'm sure I will need to check additional fixes associated with this change.