All my pipeline jobs are getting stuck with pending status. Is there any geral failure on gitlab.com?
Thank you,
Pedro
All my pipeline jobs are getting stuck with pending status. Is there any geral failure on gitlab.com?
Thank you,
Pedro
Can you elaborate or share a link please ?
Hello
Must have been a shared runners unavailability issue. All fine now
Tks
It’s actually a recurring issue. Just now :
Just stays like this for hours…
Do you use tags ? if not try adding one
job:
tags:
- docker
Hello,
Thanks.
I use tags to run some jobs in specific runners (eg. self-hosted runners)
How could that help me circumvent this issue with shared runners?
Thanks,
Pedro
It will make your jobs run in specific shared runners. This way we will be sure whether it is a “shared runners” problem or is it a scheduling problem or something else.
Edit: Try to add a default tag, so that all your jobs will be run on those specific runners.
default:
tags:
- docker
Thank you
Have you come to solve your issue ?
Hello,
For now it seems like a very valid workaround
Thanks,
Pedro