-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CI - Address Failures #132
Comments
@timothystewart6 I assume you are talking about the "Test" workflow? I did just take a look and found that out of the last 25 runs of the workflow, 12 runs failed:
So, let's look at the problems:
|
@sleiner Thank you for the analysis! I am going to spin up some self-hosted runners to see if that eases the failures due to performance. RE: RE: |
If we were not freezing dependencies right now, CI would be broken because of the schema changes in molecule 4.0.2, so I agree that this is sensible for this project. Just to make sure that we are on the same page: With
|
Also, if this was a "real Python project", one should probably use |
I think these can be addressed in separate PRs. Thank you again for your insight! |
I decided not to pursue self-hosted runners, at least in Kubernetes and for now. #136 |
fixed by #389 |
Expected Behavior
CI should not fail as often
Current Behavior
CI seems to fail quiet a bit and I think this is just a side effect of how slow the VMs are in GitHub.
I see a few possibilities here:
The text was updated successfully, but these errors were encountered: