We have a set of CI pipelines running in Gitlab v15.3.
We have an intermittent issue, where some build targets hang. If we cancel and retry they run to completion. There seems to be no distinct pattern; any targets might be affected, a set of parallel tasks will generally work but one or two jobs hang.
The symptom we see is
Checking out e18f49c1 as XYZ ...
Skipping Git submodules setup
and then no further action, hangs indefinitely. Cancel and retry always seems to work.
We have a relatively large mono-repository and a large gitlab-ci.yml file.
Suggestions please