-
Notifications
You must be signed in to change notification settings - Fork 12
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
kfp-v2
bundle tests fail during recurring run
#602
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6575.
|
Adding a
This explains also why
with its pod being pending and the node having a node yaml
We plan to refactor our tests soon and build each charm in a separate runner which will eliminate the issue of the runner being out of space. In the meantime, we will workaround this by deleting the lxd instances after build and deployment has been completed. This will be achieved with a snippet based on https://discourse.charmhub.io/t/how-to-quickly-clean-unused-lxd-instances-from-charmcraft-pack/15975
Implementing the above freed 11Gb actually:
which resulted in the tests passing 🎉 In order to avoid this behaviour being the default one, we will also introduce a flag that will enable/disable this. EDIT:
|
Closed by #616 |
Bug Description
Intermittently with #601, tests fail during test_create_and_monitor_recurring_run:
Looking at the juju status, it looks like node could be potentially out of space
To Reproduce
Rerun CI from PR #583
Environment
Juju 3.4.6
Microk8s 1.29
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: