Skip to content

CI: remove outdated 'docker' tab to run on the new CERN infrastructure

Riccardo Maria Bianchi requested to merge ci-move-to-new-infr into main

The CERN GitLab CI infrastructure has changed in the latest months, and runners tagged as 'docker' are being phasing out.

To run our jobs on the new infrastrucre we need to remove the code:

tags:
  - docker

In that way, the jobs will land on the new generic runners.

This is the doc about the new infrastructure: https://gitlab.docs.cern.ch/docs/Build%20your%20application/CI-CD/Runners/k8s-shared-runners/


NOTE We start with the generic runners, to see if they work fine for our use cases. If not, we'll ask for more specific runners.

Edited by Riccardo Maria Bianchi

Merge request reports