August 2019
Beginner
608 pages
16h 7m
English
We start with the local gitLab-runner service with the config file for VirtualBox:
brew services start gitlab-runner
After a few seconds, we will see that VirtualBox spins up a number of virtual machines:

When we started a build of the event manager project in Chapter 10, Create Your Product, Verify, and Package it, we saw that it needs more runners (five parallel jobs) to run the pipeline. Therefore, we will start more machines:

When the build has finished, after IdleTime has gone by, ...
Read now
Unlock full access