From b20f67efa97889608bc531b9189381df9e3e6f5b Mon Sep 17 00:00:00 2001 From: Martin Heistermann <git@mheistermann.de> Date: Sat, 15 Feb 2025 18:43:22 +0100 Subject: [PATCH] runner tags --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66614dd..ead453b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,10 @@ x64-vs2022: # TOOLSET: "v143" # 143: VS 2022 ensure-job-added: + tags: + - cgg + - docker-docker + - linux stage: test image: badouralix/curl-jq script: @@ -86,6 +90,10 @@ ensure-job-added: # If the pipeline is for a new tag with a semantic version, and all previous jobs succeed, # create the release. create-release: + tags: + - cgg + - docker-docker + - linux stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest script: echo "Creating release $CI_COMMIT_TAG" -- GitLab