Skip to content
Snippets Groups Projects
Commit ed597a37 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitlab-ci: use arch-specific tags for OS selection

parent b5bb50e2
No related branches found
No related tags found
No related merge requests found
......@@ -66,13 +66,13 @@
tags:
- build
- docker
- linux
- linux-x86_64
- paraview
.linux_test_tags:
tags:
- docker
- linux
- linux-x86_64
- paraview
- x11
......
......@@ -41,7 +41,7 @@
.macos_builder_tags:
tags:
- paraview
- macos
- macos-x86_64
- shell
- xcode-13.1
- nonconcurrent
......@@ -59,7 +59,7 @@
.macos_builder_tags_test:
tags:
- paraview
- macos
- macos-x86_64
- shell
- xcode-13.1
- nonconcurrent
......
......@@ -52,7 +52,7 @@
- nonconcurrent
- shell
- vs2019
- windows
- windows-x86_64
.windows_test_tags:
tags:
......@@ -61,7 +61,7 @@
- nonconcurrent
- shell
- vs2019
- windows
- windows-x86_64
- test # Some machines have trouble running tests.
## Windows-specific scripts
......
......@@ -5,7 +5,7 @@
stage: upload
tags:
- docker
- linux
- linux-x86_64
- build
environment:
name: rsync-upload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment