-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
"Waiting on threads to park on joinable thread list timed out" with Drone.io CI #98
Comments
Could you verify whether this problem occurs while running out of disk space? If you're not sure, you could use |
We have at least 94GB free on the server on which Drone is running, so i don't think that we are running out of disk space, but i will test it.
|
I have the same issue on azure devops running a unity-ios build
|
Bug description
I created a Drone.io pipeline with your images. I took inspiration from the gitlab and Travis examples. Here is the
.drone.yml
:.drone.yml
Im not really sure if this qualifies as a bug, because i am trying to run the images with a Drone.io CI and you don't officially support that, but...it kind of is a mono bug. At least that was what i found when searching for
Waiting on threads to park on joinable thread list timed out.
, so i hope you can help me out here. And when all goes well, i would like to add the Drone config/instructions to your documentation.How to reproduce
Setup Drone.io with docker and run the above pipeline config with a Unity project.
Expected behavior
Pipeline finishes or at least does not hang with
Additional details
The last part of the pipeline logs
Logfile
The text was updated successfully, but these errors were encountered: