Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading