From ebbc3a81715d6b797d6ec8e7462986bc5b8add9f Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 30 Nov 2022 11:17:24 -0500 Subject: gitlab-ci: remove unnecessary component of configuration entry names The '_builder' part of tag entry names is not useful with our current naming conventions. --- .gitlab/os-linux.yml | 22 +++++++++++----------- .gitlab/os-macos.yml | 10 +++++----- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to '.gitlab') diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index f2946c1bd5..1efd43b8d6 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -374,14 +374,14 @@ ## Tags -.linux_builder_tags: +.linux_tags: tags: - cmake - build - docker - linux -.linux_builder_tags_qt: +.linux_tags_qt: tags: - cmake - build @@ -389,7 +389,7 @@ - linux - linux-3.17 # Needed to be able to load Fedora's Qt libraries. -.linux_builder_tags_x11: +.linux_tags_x11: tags: - cmake - docker @@ -397,35 +397,35 @@ - linux-3.17 # Needed to be able to load Fedora's Qt libraries. - x11 -.linux_builder_tags_cuda: +.linux_tags_cuda: tags: - cmake - cuda-rt - docker - linux -.linux_x86_64_v3_builder_tags_cuda: +.linux_x86_64_v3_tags_cuda: tags: - cmake - cuda-rt - docker - linux-x86_64-v3 -.linux_builder_tags_radeon: +.linux_tags_radeon: tags: - cmake - radeon - docker - linux -.linux_builder_tags_aarch64: +.linux_tags_aarch64: tags: - cmake - build - docker - linux-aarch64 -.linux_builder_tags_aarch64_qt: +.linux_tags_aarch64_qt: tags: - cmake - build @@ -591,7 +591,7 @@ extends: - .intelclassic_makefiles - .cmake_test_linux_release - - .linux_builder_tags_qt + - .linux_tags_qt - .run_manually - .needs_centos6_x86_64 variables: @@ -601,7 +601,7 @@ extends: - .inteloneapi_makefiles - .cmake_test_linux_release - - .linux_builder_tags_qt + - .linux_tags_qt - .run_manually - .needs_centos6_x86_64 variables: @@ -613,7 +613,7 @@ stage: build extends: - .fedora37 - - .linux_builder_tags + - .linux_tags - .cmake_org_help_artifacts script: - *before_script_linux diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 4b71a1b965..e80d625d69 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -90,7 +90,7 @@ ## Tags -.macos_x86_64_builder_tags: +.macos_x86_64_tags: tags: - cmake # Since this is a bare runner, pin to a project. - macos @@ -98,7 +98,7 @@ - xcode-14.1 - nonconcurrent -.macos_x86_64_builder_tags_package: +.macos_x86_64_tags_package: tags: - cmake # Since this is a bare runner, pin to a project. - macos @@ -107,7 +107,7 @@ - nonconcurrent - finder -.macos_x86_64_builder_ext_tags: +.macos_x86_64_ext_tags: tags: - cmake # Since this is a bare runner, pin to a project. - macos @@ -115,7 +115,7 @@ - xcode-14.1 - concurrent -.macos_arm64_builder_tags: +.macos_arm64_tags: tags: - cmake # Since this is a bare runner, pin to a project. - macos-arm64 @@ -123,7 +123,7 @@ - xcode-14.1 - nonconcurrent -.macos_arm64_builder_ext_tags: +.macos_arm64_ext_tags: tags: - cmake # Since this is a bare runner, pin to a project. - macos-arm64 -- cgit v1.2.1