summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-11-11 17:06:48 (GMT)
committerBrad King <brad.king@kitware.com>2021-11-11 17:06:48 (GMT)
commit39bdb1e33272c7f9b94d879b44cc23ae6395f036 (patch)
tree8526ebd7bc38e69bd6f21a14f48eb35f7cf3c4de /.gitlab-ci.yml
parent2f37c48cf16d3afebddf6743b6ff55391a4cac83 (diff)
downloadCMake-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-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dc9dcf..10d908a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -728,14 +728,14 @@ build:windows-vs2019-x64-ninja:
- .windows_vs2019_x64_ninja
- .cmake_build_windows
- .cmake_build_artifacts
- - .windows_builder_tags
+ - .windows_tags_nonconcurrent_vs2019
- .run_manually
test:windows-vs2019-x64-ninja:
extends:
- .windows_vs2019_x64_ninja
- .cmake_test_windows
- - .windows_builder_tags
+ - .windows_tags_nonconcurrent_vs2019
- .cmake_test_artifacts
- .run_dependent
dependencies:
@@ -747,7 +747,7 @@ test:windows-vs2019-x64:
extends:
- .windows_vs2019_x64
- .cmake_test_windows_external
- - .windows_builder_ext_tags
+ - .windows_tags_concurrent_vs2019
- .cmake_junit_artifacts
- .run_dependent
dependencies:
@@ -759,7 +759,7 @@ test:windows-borland5.5:
extends:
- .windows_borland5.5
- .cmake_test_windows_borland
- - .windows_builder_ext_tags
+ - .windows_tags_concurrent
- .cmake_junit_artifacts
- .run_dependent
dependencies:
@@ -773,7 +773,7 @@ test:windows-borland5.8:
extends:
- .windows_borland5.8
- .cmake_test_windows_borland
- - .windows_builder_ext_tags
+ - .windows_tags_concurrent
- .cmake_junit_artifacts
- .run_dependent
dependencies:
@@ -787,7 +787,7 @@ test:windows-msvc-v71-nmake:
extends:
- .windows_msvc_v71_nmake
- .cmake_test_windows_nmake
- - .windows_builder_ext_tags
+ - .windows_tags_concurrent
- .cmake_junit_artifacts
- .run_dependent
dependencies:
@@ -801,7 +801,7 @@ test:windows-openwatcom1.9:
extends:
- .windows_openwatcom1.9
- .cmake_test_windows_openwatcom
- - .windows_builder_ext_tags
+ - .windows_tags_concurrent
- .cmake_junit_artifacts
- .run_dependent
dependencies: