summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-29 17:35:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-29 17:36:06 (GMT)
commit6bb20b51c9af40372b6a818826613e965cde5f19 (patch)
tree0d0aa64500f818064f5ef57477cd814a29426e7c
parent1336d11d9ceabf070b75816b91c7ae9459f0817c (diff)
parent0eebd0a0e3c6711ebfa4c27244a6f4087b2a6fff (diff)
downloadCMake-6bb20b51c9af40372b6a818826613e965cde5f19.zip
CMake-6bb20b51c9af40372b6a818826613e965cde5f19.tar.gz
CMake-6bb20b51c9af40372b6a818826613e965cde5f19.tar.bz2
Merge topic 'gitlab-ci-concurrency-tags'
0eebd0a0e3 gitlab-ci: pin macOS and Windows jobs to nonconcurrent runners Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robert.maynard@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4823
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c0e9bf..e7440f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,6 +148,8 @@
- macos
- shell
- xcode-11.5
+ - nonconcurrent # Use runners without concurrency for fixed GIT_CLONE_PATH.
+ # TODO: Use "concurrent" and "nonconcurrent" on individual jobs.
.windows_builder_tags: &windows_builder_tags
tags:
@@ -156,6 +158,8 @@
- shell
- vs2019
- msvc-19.25
+ - nonconcurrent # Use runners without concurrency for fixed GIT_CLONE_PATH.
+ # TODO: Use "concurrent" and "nonconcurrent" on individual jobs.
.before_script_unix: &before_script_unix
- .gitlab/ci/cmake.sh