From 58e9883a669972abb526ca840be3acf5c1e0d71c Mon Sep 17 00:00:00 2001 From: norvell Date: Thu, 5 Sep 2024 10:58:45 +0000 Subject: [PATCH] Require tag ivas-linux-fast on coverage-test-on-main-scheduled, since timeout occurred on slower runners. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8879290e16..a57b67497a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2223,7 +2223,7 @@ coverage-test-on-main-scheduled: - .test-job-linux-needs-testv-dir - .rules-main-scheduled tags: - - ivas-linux + - ivas-linux-fast stage: test rules: # only run in scheduled pipeline that passes this env vars -- GitLab