From 778ea72b5920873fdc80961d68a380f6b339b7d2 Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Tue, 11 Aug 2020 13:17:14 -0400 Subject: [PATCH] gitlab-ci: add 'cmake' tag to all jobs This will give us more granular control over which runners accept jobs for CMake. --- .gitlab/os-linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 1c9737734d..9ad8fc76a5 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -99,12 +99,14 @@ .linux_builder_tags: tags: + - cmake - build - docker - linux .linux_builder_tags_qt: tags: + - cmake - build - docker - linux @@ -112,6 +114,7 @@ .linux_builder_tags_cuda: tags: + - cmake - cuda-rt - docker - linux -- GitLab