Allow to select used virtualbox image from gitlab-ci.yml file
I am successfully using the gitlab-runner to automate build on a Windows 7 virtualbox image. But unfortunately for different builds I need different Windows images. Right now I can only run one Windows image per gitlab-runner since I can't select the image from the gitlab-ci.yml file. This meas that I e.g. have 5 PCs with 5 different images. This is quite a waste of resources. Especially if I have a build job coming in that e.g. consists of 5 different stages. Due to the image requirements the build of the five stages can't run in parallel on the 5 PCs but one after another on the single PC with the required image while 4 other PCs are idle :-(
Is there a chance that this support is added to the gitlab-runner? Or is someone willing to mentor me so that I can implement it with the chance of the change to get merged upstream?