Jobs failing on Runners

Hello All,

I am new to GiLab and need one of your help to troubleshoot the problem.

One of our scheduled jobs is failing at Build/Flake8 stage with following errors on runner. Our runners are under docker.


error: RPC failed; curl 92 HTTP/2 stream 7 was not closed cleanly: INTERNAL_ERROR (err 2)
error: 7602 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
section_end:1720371958:get_sources

What can I do to fix the problem?

Please let me know.

Thanks,
Mayank

Have you tried this?

Hey @jack97,

Thanks for reply. I have not tried this.

Will this config go to .gitlab-ci.yml OR on runner?

Can you tell me please?

Thanks,
Mayank

I would expect your pipeline is doing the git pull/push items, so it would need to go in .gitlab-ci.yml.