-
Notifications
You must be signed in to change notification settings - Fork 17
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
ENH: Added yaml workflow files for testing installation of Fierro via anaconda and some example input, for the purpose of CI #207
Conversation
… anaconda and some example inputs
… anaconda and some example input
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.
Looks good on my end. Do we know why the implicit solver takes so much longer? I didn't think it should, maybe it was just a testing anomaly.
Its performing an optimization run with that yaml file |
Lets make this CI workflow run when we deploy a new conda distributions |
This is great. The only tweak is to change it to test only after publishing the Conda packages instead of on each push. |
Ideally it would build a separate version and test but not publish. We should just manually tell it to publish when it's safe to do so. |
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.
Looks good. Having CI of anaconda is great.
Description
ENH: Added yaml workflow files for testing installation of Fierro via anaconda and some example input, for the purpose of CI
Fierro Test triggers whenever a publishing workflow is run. No reversion functionality, for now we decided to do reversions manually through Client CLI in the case of a failed test.
Publish All workflow currently not functional as
workflow_call:
must be added to each publish yaml file, but I don't want to create 10 pull requests to do that.Type of change
Please select all relevant options
How Has This Been Tested?
Test Configuration:
Checklist: