I'm using Gitlab's shared runner. Build has been in 'pending' state for over 20 minutes.
How to debug this? is it something to do with the runner availability or script execution issue.. Is it possible to gain more insight by any means?
I'm using Gitlab's shared runner. Build has been in 'pending' state for over 20 minutes.
How to debug this? is it something to do with the runner availability or script execution issue.. Is it possible to gain more insight by any means?
I don't think the UI supports viewing a shared runner's queue. However, this 'pending' state can be caused by things other than a queue.
Check the tags for that pipeline stage against the tags supported by the runners available to the runners activated for your project:
Remember, tags can vary from stage to stage, so it's possible for the first few stages to work before your pipeline is blocked.
Gitlab-ci will indicate 'pending' when a runner cannot be found with tags matching a given stage.