-
Notifications
You must be signed in to change notification settings - Fork 128
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
Enable test repeat in Debian builds #2253
Enable test repeat in Debian builds #2253
Conversation
It seems like using the rolling release is inherently unstable and possibly not suitable for ci. Suggestions? |
You could put docker images in |
Yeah, I saw this issue working with Sid earlier. We could switch to Debian Testing, which is also rolling release but more likely to be stable, because only packages that last in Sid for 10 days without bugs make it to Testing. How does that sound? |
It's still an unstable base image when the code being tested is already a moving target. Even with the testing image you can still have a broken configuration. I'd rather have a known working base image we always use that's automatically updated. |
OK, how do I get Dockerhub to rebuild the image nightly? |
You might need admin access on the dockerhub repo. If you get the image built and pushed with a dockerfile in this repo then I can setup the automatic rebuild separately. |
Unfortunately, I can't build an image right now due to the Python issues in Sid. :( I've reported it to Debian but am still waiting for it to be fixed. I think for now the best thing would be to temporarily disable the Debian builds until I can get a better image uploaded. |
Closing in favor of #2260. |
No description provided.