Use runner tags to reflect different runner categories
Description
Recent changes in our GitLab runner setup lead to some of the runners having significantly less computational resources available than others. This was necessary to take load off the server hosting our GitLab instance and to run more lightweight build jobs in parallel. The runners with a lot of resources, which we require for building DORiE, are tagged multicore
.
Proposal
Add the tag multicore
to the necessary build jobs. Jobs that only execute DORiE or Python scripts should be able to work on any runner.
How to test the implementation?
Pipeline passes without issues.
Related issues
None.