Skip to content
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

Improve CI reliability and speed #265

Open
keyvaann opened this issue May 21, 2024 · 3 comments
Open

Improve CI reliability and speed #265

keyvaann opened this issue May 21, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@keyvaann
Copy link
Collaborator

keyvaann commented May 21, 2024

At the moment the CI jobs frequently fail or take a long time to run due to various reasons, this should be fixed in order to in order to make contributions easier. List of issues and their proposed solution:

@keyvaann keyvaann added the bug Something isn't working label May 21, 2024
@keyvaann keyvaann self-assigned this May 21, 2024
@pvannierop
Copy link

@keyvaann So, if I understand well, we reach the limit during CI because every time we destroy and reinstall the K3S cluster, right? Would it be a solution to not destroy the cluster, but run helmfile destroy? Would that keep all the docker images in the K3S cache?

@keyvaann
Copy link
Collaborator Author

I don't know if helmfile destroy will also remove the CRDs, if it does then we can use it. If it doesn't, we can copy the docker image cache somewhere else before removing the cluster and then restore it after installing the K3S again. That would be quite a fast and easy fix.

@keyvaann
Copy link
Collaborator Author

Related to #298 and #299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants