Roope Kallio

Results 3 comments of Roope Kallio

Similar issue: https://github.com/actions/runner-container-hooks/issues/229

I created a separate issue for k8s mode and container hooks: https://github.com/actions/runner-container-hooks/issues/229. There the jobs fail if there's not enough quota at the moment available.

Following change seems to "fix" at least the simple case with two jobs but this is probably not the way to go and I would not recommend it: ```diff diff...