-
Notifications
You must be signed in to change notification settings - Fork 53
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
Tests on CI run slow, too often and flaky #5284
Comments
I quite like it. Especially when many people are actively pushing/merging
I think we should try to make the e2e test less flakey. I don't like not testing them, as before we upgrade to vue3 I'd like add more tests. We could try to use https://docs.cypress.io/guides/continuous-integration/github-actions#Testing-with-Cypress-Docker-Images instead of pulling the latest one.
The question is, are we testing the right way?
That was once the plan.
We could try to run e.g. the api test on PR push only if certain conditions match? |
Core Meeting DecisionThings we want to tackle:
Maybe/explore:
|
This is a collection of issues I see with our current CI setup that make development slow and makes the life of renovate hard.
Problem description
This might be unrelated to above. I couldn't figure out anything on renovatebot issues list. I wonder though if this is somehow connected to merge queue and the config rebaseWhen:conflicted.
Potential solutions (to be discussed)
The text was updated successfully, but these errors were encountered: