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

parameterize sanitizer job for running in a schedule

parent f07c79f7
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -120,11 +120,14 @@ build-codec-sanitizers-linux:
    - bash ci/build_codec_sanitizers_linux.sh


sanitizer-test-stereo-linux:
sanitizer-test-scheduled-linux:
  extends: .test-job-linux-needs-testv-dir
  stage: test
  rules:
    # only run in scheduled pipeline that passes this env var
    - if $SANITIZER_TEST_IN_FMT
  script:
    - python3 ci/run_scheduled_sanitizer_test.py stereo stereo mono
    - python3 ci/run_scheduled_sanitizer_test.py $SANITIZER_TEST_IN_FMT $SANITIZER_TEST_OUT_FMTS


# test that runs all modes with 1s input signals