Closed yaronya closed 3 years ago
If you tick the rebase/retry checkbox in the PR, does the same problem happen or does it resolve?
If you tick the rebase/retry checkbox in the PR, does the same problem happen or does it resolve?
@rarkins so I tried that and it seems to happen again. BTW - I'd expect to see new logs for this execution under my renovate dashboard but couldn't see any.
It's possible that if the job completely times out then it will be preempted on the worker before it's had the chance to upload it.
Did the checkbox get unchecked in the PR?
What Renovate type, platform and version are you using?
Describe the bug
Renovate opens a PR but then fails on it with an unclear reason that an artifact fails to update (specifically always fails on
yarn.lock
)When looking at the renovate dashboard I can see that log clearly writes
Docker run timed out
. I'm solving it by updatingyarn.lock
manually.Relevant debug logs
Have you created a minimal reproduction repository?
Please read the minimal reproductions documentation to learn how to make a good minimal reproduction repository.
Additional context
I use a private monorepo which I can't share, and TBH this started happen to us not long ago so it used to work just fine for a long while. Also, it seems that the timeout is 15 minutes so I guess raising any timeout (if it's even configurable) wouldn't help.