Scala Assembly hangs at kubernetes gitlabrunner pod

7/12/2019

I have a K8S Cluster and gitlabrunner pods connected to it.

So that when I run the sbt assembly command on this gitlabrunner build phase, gitlab runner return timeout exception to me and pipeline FAIL.

I have fetched all jstack <PID> outputs and it return WAITING-parking, according to these message I have removed all resource limit to gitlab runner .

I want to build my app but it hang too long building and downloading the dependencies .

Please help!

-- Ayhan Balik
gitlab-ci
jvm
kubernetes
scala

0 Answers