-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 flakes with "Renaming a container with the same name as its current name" #1294
Comments
From #1365 (comment) ...
@glensc Do you understand what's going on here and how to fix it? |
Currently there is:
perhaps the job-index is always "0" (the value is not shown unless there's an error), maybe use |
@BYK Confirming ... did you intend to fix this ticket by setting |
No I did not. I intended to fix another one with "container has the same name" or something like that and that one seems to be fixed. |
@chadwhitacre adding |
Temporary fix for getsentry#1294
This has been fixed since docker-compose 2.2.4, what do you think about changing docker-compose versions in our CI to something greater than 2.2.4 and using As this does not only affect CI, it will break users using docker-compose < 2.2.4 . I don't think we can set docker-compose minimum version to 2.2.4 for users, but we can check for docker-compose version less than 2.2.4 and do not use Otherwise we keep getting hit this issue from time to time and won't be fixed. |
That would be great! Flaky CI is always rather annoying :/
I think this seems reasonable, we might even want to give a warning about the potential issue? |
Yeah, I think we can print something for users using >= 2.2.4 which we're changing their workflow that I will come up with a PR in the next days for this. Reminder to my future self: Add/Replace a >=2.2.4 version of docker-compose to CI . |
Temporary fix for getsentry#1294
Seems we're not seeing this anymore closing, we can reopen if it occurs again. |
Reticketing from #1290 (comment). Log link
Happens at:
self-hosted/_integration-test/run.sh
Line 45 in da8f490
Possibly docker/compose#6704? But why? And how to avoid? 🤔
The text was updated successfully, but these errors were encountered: