CI: Tag custom Ubuntu and Clazy jobs as 'Linux'

This makes them run on the faster CI servers that normally run linux.yml.
There are also 3 servers so this brings better parallelism.

Not all custom jobs are suitable to run there, but these in particular
should be fine.
remotes/origin/work/aacid/require_optional_dependencies
Nicolás Alvarez 4 years ago
parent 52d1a3b91e
commit 0553e93121
  1. 4
      .gitlab-ci.yml

@ -10,6 +10,8 @@ include:
build_ubuntu_20_04:
stage: build
image: ubuntu:focal
tags:
- Linux
only:
- merge_requests
before_script:
@ -26,6 +28,8 @@ build_ubuntu_20_04:
build_clazy_clang_tidy:
stage: build
image: debian:unstable
tags:
- Linux
only:
- merge_requests
before_script:

Loading…
Cancel
Save