Move smoketests to small GitLab runners.

This commit is contained in:
Antonio Sánchez 2025-09-22 16:45:02 +00:00 committed by Rasmus Munk Larsen
parent 62fbd276e0
commit b2ec79a23c
2 changed files with 8 additions and 0 deletions

View File

@ -337,6 +337,8 @@ build:linux:cross:x86-64:gcc-10:default:smoketest:
EIGEN_CI_BUILD_TARGET: buildsmoketests
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
tags:
- saas-linux-small-amd64
build:linux:cross:x86-64:clang-12:default:smoketest:
extends: build:linux:cross:x86-64:clang-12:default
@ -344,3 +346,5 @@ build:linux:cross:x86-64:clang-12:default:smoketest:
EIGEN_CI_BUILD_TARGET: buildsmoketests
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
tags:
- saas-linux-small-amd64

View File

@ -438,6 +438,8 @@ test:linux:x86-64:gcc-10:default:smoketest:
EIGEN_CI_CTEST_LABEL: smoketest
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
tags:
- saas-linux-small-amd64
test:linux:x86-64:clang-12:default:smoketest:
extends: .test:linux:x86-64:clang-12:default
@ -446,3 +448,5 @@ test:linux:x86-64:clang-12:default:smoketest:
EIGEN_CI_CTEST_LABEL: smoketest
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
tags:
- saas-linux-small-amd64