-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Fix parent pipeline number env on restarts #3683
Conversation
What can we do about this failure? https://ci.woodpecker-ci.org/repos/3780/pipeline/15704/27#L183 |
Not that simple. I had this issue quite often with Drone and Woodpecker while using the autoscaler. Summary from my observation:
Solutions:
|
Would caching using sth like the s3-cache help with this at least for the majority of executions? Otherwise as this problem seems to just occur rarely we are probably best to just throw away the agent and try again for now. |
In many cases, no. It is in the nature of a CI system to contain dynamic parts and, at least in my experience, it is quite difficult to make pipelines work completely offline.
Keep in mind that the same IP address will be assigned to your machine again if it has not already been assigned to someone else. Just re-creating the agent might not work, that's why I had to switch the DC to ensure to get a new IP from another pool. |
@anbraten Maybe you can just force-merge this for now? |
Closes #3680