gitlab-ci: replace '$os' tags with '$os-x86_64' on 3.25 release branch

The latter tags are now available on our CI runners to more explicitly
distinguish `linux-x86_64` from `linux-aarch64` and to distinguish
`{macos,windows}-x86_64` from `{macos,windows}-arm64`.

This backports commit 33fe37a660 (gitlab-ci: replace '{macos,windows}'
tags with '{macos,windows}-x86_64', 2022-11-30) and commit 94d82d91d5
(gitlab-ci: replace 'linux' tags with 'linux-x86_64', 2022-11-30) to
the 3.25 release branch.
This commit is contained in:
Brad King
2022-12-06 13:21:56 -05:00
parent 60fc165dcb
commit 429574a94e
4 changed files with 15 additions and 15 deletions

View File

@@ -354,21 +354,21 @@
- cmake - cmake
- build - build
- docker - docker
- linux - linux-x86_64
.linux_builder_tags_qt: .linux_builder_tags_qt:
tags: tags:
- cmake - cmake
- build - build
- docker - docker
- linux - linux-x86_64
- linux-3.17 # Needed to be able to load Fedora's Qt libraries. - linux-3.17 # Needed to be able to load Fedora's Qt libraries.
.linux_builder_tags_x11: .linux_builder_tags_x11:
tags: tags:
- cmake - cmake
- docker - docker
- linux - linux-x86_64
- linux-3.17 # Needed to be able to load Fedora's Qt libraries. - linux-3.17 # Needed to be able to load Fedora's Qt libraries.
- x11 - x11
@@ -377,14 +377,14 @@
- cmake - cmake
- cuda-rt - cuda-rt
- docker - docker
- linux - linux-x86_64
.linux_builder_tags_radeon: .linux_builder_tags_radeon:
tags: tags:
- cmake - cmake
- radeon - radeon
- docker - docker
- linux - linux-x86_64
.linux_builder_tags_aarch64: .linux_builder_tags_aarch64:
tags: tags:

View File

@@ -93,7 +93,7 @@
.macos_x86_64_builder_tags: .macos_x86_64_builder_tags:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- macos - macos-x86_64
- shell - shell
- xcode-14.1 - xcode-14.1
- nonconcurrent - nonconcurrent
@@ -101,7 +101,7 @@
.macos_x86_64_builder_tags_package: .macos_x86_64_builder_tags_package:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- macos - macos-x86_64
- shell - shell
- xcode-14.1 - xcode-14.1
- nonconcurrent - nonconcurrent
@@ -110,7 +110,7 @@
.macos_x86_64_builder_ext_tags: .macos_x86_64_builder_ext_tags:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- macos - macos-x86_64
- shell - shell
- xcode-14.1 - xcode-14.1
- concurrent - concurrent

View File

@@ -229,7 +229,7 @@
.windows_tags_nonconcurrent_vs2022: .windows_tags_nonconcurrent_vs2022:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- windows - windows-x86_64
- shell - shell
- vs2022 - vs2022
- msvc-19.34 - msvc-19.34
@@ -238,7 +238,7 @@
.windows_tags_nonconcurrent_vs2022_arm64: .windows_tags_nonconcurrent_vs2022_arm64:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- windows - windows-x86_64
- shell - shell
- vs2022 - vs2022
- msvc-19.34-arm64 - msvc-19.34-arm64
@@ -247,7 +247,7 @@
.windows_tags_concurrent_vs2022: .windows_tags_concurrent_vs2022:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- windows - windows-x86_64
- shell - shell
- vs2022 - vs2022
- msvc-19.34 - msvc-19.34
@@ -256,7 +256,7 @@
.windows_tags_concurrent_vs2019: .windows_tags_concurrent_vs2019:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- windows - windows-x86_64
- shell - shell
- vs2019 - vs2019
- msvc-19.29-16.11 - msvc-19.29-16.11
@@ -265,7 +265,7 @@
.windows_tags_concurrent: .windows_tags_concurrent:
tags: tags:
- cmake # Since this is a bare runner, pin to a project. - cmake # Since this is a bare runner, pin to a project.
- windows - windows-x86_64
- shell - shell
- concurrent - concurrent

View File

@@ -6,7 +6,7 @@
tags: tags:
- cmake - cmake
- docker - docker
- linux - linux-x86_64
- build - build
environment: environment:
name: rsync-upload name: rsync-upload
@@ -25,7 +25,7 @@
tags: tags:
- cmake - cmake
- docker - docker
- linux - linux-x86_64
- build - build
environment: environment:
name: rsync-upload name: rsync-upload