We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because the model will be clean up after it finished/failed. The crashdump won't include the real test model we need for debugging.
Solutions: add --keep-models argument for testing so the model won't be clean up.
--keep-models
The text was updated successfully, but these errors were encountered:
ci: POC arm64 runner
86c2e4f
- Fix issue #314, missing testing model on crashdump - Add arm64 functional test - Add arm64 charm build
ci: arm64 support (#312)
1396dbd
* ci: POC arm64 runner - Fix issue #314, missing testing model on crashdump - Add arm64 functional test - Add arm64 charm build on charmcraft
This issue has been fixed by #312
Sorry, something went wrong.
No branches or pull requests
Because the model will be clean up after it finished/failed. The crashdump won't include the real test model we need for debugging.
Solutions: add
--keep-models
argument for testing so the model won't be clean up.The text was updated successfully, but these errors were encountered: