Make dependant docker images optional for runner incept
What does this MR do?
In Wait for MR image before starting runner incept (!5528 - merged), the Runner Incept job was made dependent of the development docker images job. This dependence did not take in account the pipeline ran:
- For bleeding pipeline it should be
bleeding edge docker images - For stable pipeline,
stable docker images
Those jobs must also be make optional as they are not all run at the same time.
Why was this MR needed?
Fix a bug introduced in Wait for MR image before starting runner incept (!5528 - merged)
What's the best way to test this MR?
All Runner Incept pipeline pass