gitlab-ci: Clarify role of vtkm tag on Windows jobs

This commit is contained in:
Brad King 2021-02-04 12:50:08 -05:00
parent 0b277b1ec8
commit 2861513abf

@ -55,8 +55,8 @@
# Will have CUDA 10.2 once build issues are resolved # Will have CUDA 10.2 once build issues are resolved
build:windows_vs2019: build:windows_vs2019:
tags: tags:
- vtkm # Since this is a bare runner, pin to a project.
- build - build
- vtkm
- windows - windows
- vs2019 - vs2019
- shell - shell
@ -73,8 +73,8 @@ build:windows_vs2019:
test:windows_vs2019: test:windows_vs2019:
tags: tags:
- vtkm # Since this is a bare runner, pin to a project.
- test - test
- vtkm
- windows - windows
- shell - shell
- cuda-rt - cuda-rt