From a5e32d2ad4bf5f98b0d0532e76aae1874af7f1ae Mon Sep 17 00:00:00 2001 From: knj Date: Fri, 4 Nov 2022 08:53:20 +0100 Subject: [PATCH 1/3] fix typo StereoDmxEvs -> StereoDmxEVS --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a67fb68d1..d639c71ceb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -575,7 +575,7 @@ sanitizer-test-stereodmxevs: start_in: 2 hours script: - *update-ltv-repo - - python3 ci/run_scheduled_sanitizer_test.py StereoDmxEvs mono --tests $SANITIZER_TESTS + - python3 ci/run_scheduled_sanitizer_test.py StereoDmxEVS mono --tests $SANITIZER_TESTS sanitizer-test-ism1: extends: .sanitizer-test-template -- GitLab From 80b1eadcfdb8eef02fcdd3141184ae30fdf402a0 Mon Sep 17 00:00:00 2001 From: knj Date: Fri, 4 Nov 2022 09:30:43 +0100 Subject: [PATCH 2/3] half duration of sanitizer tests for now --- ci/run_scheduled_sanitizer_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_scheduled_sanitizer_test.py b/ci/run_scheduled_sanitizer_test.py index b63c76cac5..5fdcff0942 100644 --- a/ci/run_scheduled_sanitizer_test.py +++ b/ci/run_scheduled_sanitizer_test.py @@ -6,7 +6,7 @@ import subprocess import pathlib -DURATION = "120" +DURATION = "60" CFG = "ci_linux_ltv.json" SUPPORTED_TESTS = ["CLANG1", "CLANG2", "CLANG3", "VALGRIND"] EP_FILE = "ep_015.g192" -- GitLab From 4c88e7e28826c05f24c42e27a03b18cafbc87b10 Mon Sep 17 00:00:00 2001 From: knj Date: Fri, 4 Nov 2022 09:53:06 +0100 Subject: [PATCH 3/3] even shorter duration to be extra sure --- ci/run_scheduled_sanitizer_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_scheduled_sanitizer_test.py b/ci/run_scheduled_sanitizer_test.py index 5fdcff0942..6696e184c2 100644 --- a/ci/run_scheduled_sanitizer_test.py +++ b/ci/run_scheduled_sanitizer_test.py @@ -6,7 +6,7 @@ import subprocess import pathlib -DURATION = "60" +DURATION = "30" CFG = "ci_linux_ltv.json" SUPPORTED_TESTS = ["CLANG1", "CLANG2", "CLANG3", "VALGRIND"] EP_FILE = "ep_015.g192" -- GitLab