Commit ffa86e78 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'kiene-fix-sanitizer-test-setup' into 'main'

Adjust sanitizer setup

See merge request !234
parents 97770cac 4c88e7e2
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"