Action worflow Getting killed due to space issue after runner updated to 2.320.0 #3528
Unanswered
ajamadar-mdsol
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're encountering an issue with our CI pipeline where the unit-integration-test workflow fails due to timeouts and space issues. The runner reports "No space left on device," despite having 45GB of available disk space. We haven't made any code changes since our last successful CI run, but the runner version has changed from 2.319.1 (where it worked) to 2.320.0, where the failures began. We suspect this is related to a problem with version 2.320.0 of the runner, which seems to have issues with memory and resource management in memory-heavy workflows. Switching back to version 2.319.1 resolved the problem. We believe this could be linked to a breaking change in the runner version.
does anybody experiencing same with this version of runners
i found this open issue but not sure whether it is related to this issue - #3521
Beta Was this translation helpful? Give feedback.
All reactions