Skip to content

gitlab-ci: Drop tags for the jobs using Debos

Emanuele Aina requested to merge wip/em/drop-tags into apertis/v2021dev2

While we were switching to the Debos UML backend to be able to use the autoscaling runner on AWS we introduced the aws tag to avoid the old graviera runner which was not configured to run UML.

Now the configuration for the old runner has been updated to include the tmpfs:exec on /scratch and the SYS_PTRACE capability in the Docker settings, and is thus able to run Debos with the UML backend.

We can now assume again that all the available runners configured to run untagged jobs can execute Debos just fine, so drop the tags.

Merge request reports