Commit 4ca7f198 authored by vaclav's avatar vaclav
Browse files

Merge branch 'main' into 92-spar-code-redundancies-2

parents 940c63ad ffa86e78
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ import subprocess
import pathlib


DURATION = "120"
DURATION = "30"
CFG = "ci_linux_ltv.json"
SUPPORTED_TESTS = ["CLANG1", "CLANG2", "CLANG3", "VALGRIND"]
EP_FILE = "ep_015.g192"