diff options
author | Brad King <brad.king@kitware.com> | 2021-11-11 17:06:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-11 17:06:48 (GMT) |
commit | 39bdb1e33272c7f9b94d879b44cc23ae6395f036 (patch) | |
tree | 8526ebd7bc38e69bd6f21a14f48eb35f7cf3c4de /.gitlab | |
parent | 2f37c48cf16d3afebddf6743b6ff55391a4cac83 (diff) | |
download | CMake-39bdb1e33272c7f9b94d879b44cc23ae6395f036.zip CMake-39bdb1e33272c7f9b94d879b44cc23ae6395f036.tar.gz CMake-39bdb1e33272c7f9b94d879b44cc23ae6395f036.tar.bz2 |
gitlab-ci: Re-organize Windows job tags
Name the tag groups based on the VS version needed, if any. Drop
VS-related tags from Windows jobs that do not need any pre-installed VS
version.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-windows.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index 7e12496..dc470f7 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -104,7 +104,7 @@ ## Tags -.windows_builder_tags: +.windows_tags_nonconcurrent_vs2019: tags: - cmake # Since this is a bare runner, pin to a project. - windows @@ -113,7 +113,7 @@ - msvc-19.29-16.11 - nonconcurrent -.windows_builder_ext_tags: +.windows_tags_concurrent_vs2019: tags: - cmake # Since this is a bare runner, pin to a project. - windows @@ -122,6 +122,13 @@ - msvc-19.29-16.11 - concurrent +.windows_tags_concurrent: + tags: + - cmake # Since this is a bare runner, pin to a project. + - windows + - shell + - concurrent + ## Windows-specific scripts .before_script_windows: &before_script_windows |