From 873b8bd5c00e7a2ac424acf53e03cd8327fbe032 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Thu, 20 Feb 2025 15:28:22 +0000 Subject: [PATCH] ci: use generic tag for arch-independent jobs This allows other fast runners to be used as well to run these jobs. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3ea4b5b919..5482fb6aae7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ lint: - if: $CI_PIPELINE_SOURCE == "merge_request_event" tags: - docker-alpine - - x86_64 + - ci-fast generate-build-jobs: stage: verify @@ -37,7 +37,7 @@ generate-build-jobs: - .gitlab/build-jobs.yaml tags: - docker-alpine - - x86_64 + - ci-fast rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event"