Run smoketests on small runners.

This commit is contained in:
Antonio Sanchez
2025-09-23 13:22:29 -07:00
parent 5c81034fc1
commit b66188b5df
4 changed files with 13 additions and 1 deletions

View File

@@ -416,6 +416,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
@@ -424,3 +426,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