Skip to content

Add gitlab runner dependencies

Steve Xuereb requested to merge add-gitlab-runner-dependencies into master

Blocked 🔴

Blocked by !1 (merged)

Overview

Create a new provisioner based on chef-solo, which will install all the required dependencies for the Custom executor.

It's ideal to use chef-solo in this case instead of a powershell because in #1 (closed) we are going to have installed a good amount of dependencies for the image to be useable, most of this would be done through chocolatey but chef gives us the power and the control we need instead of just writing a ton of PowerShell

closes #2 (closed)

Testing

Check versions on a VM created by the runners-windows-2019-core-containers-dev-78c0b5ca image

Screen_Shot_2019-09-03_at_17.41.42

Edited by Steve Xuereb

Merge request reports