From 74fc377d1d7f6d597675d63218f3afa3b11e9996 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 29 Oct 2025 11:56:30 +0100 Subject: [PATCH] add ivas-linux-fast tag to long selftest job it runs into timeout on slower runners --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71b9496761..0e97552180 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1488,6 +1488,8 @@ test-long-self-test: stage: compare resource_group: ivas-long-self-test-resource timeout: "50 minutes" + tags: + - ivas-linux-fast rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'test-long-self-test' allow_failure: -- GitLab