gitlab-ci: Add 'concurrent' tag to Windows jobs

Our shell jobs on Windows use the default `GIT_CLONE_PATH`,
which contains `CI_CONCURRENT_ID`.  Therefore the jobs can use
a concurrent runner.
This commit is contained in:
Brad King 2021-02-05 09:10:06 -05:00
parent 469d57b415
commit 4d5e829c55

@ -62,6 +62,7 @@
build:windows_vs2019:
tags:
- vtkm # Since this is a bare runner, pin to a project.
- concurrent
- build
- windows
- shell
@ -82,6 +83,7 @@ build:windows_vs2019:
test:windows_vs2019:
tags:
- vtkm # Since this is a bare runner, pin to a project.
- concurrent
- test
- windows
- shell