From fffed295bdadfdb9118dd64e22d078be0f6f9db4 Mon Sep 17 00:00:00 2001 From: kiene Date: Tue, 5 Jul 2022 12:55:47 +0000 Subject: [PATCH] restrict some test job to FhG runner for debugging --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a87ed452b6..fbb56fbd91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,9 @@ build-codec-sanitizers-linux: # test that runs all modes with 1s input signals codec-smoke-test: extends: .test-job-linux-needs-testv-dir + # temporarily restrict this job to the only runner which (so far) seems to runit without problems + tags: + - test-fhg-linux-runner1 rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' stage: test -- GitLab