Commit 0d3c9d1b authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] remove redundant second call to renderer LTV test

parent ba81f075
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -2213,8 +2213,8 @@ sanitizer-test-osba-planar-hoa3-ism4:
  after_script:
    - lcov -c -d cmake-build -o $COVERAGE_OUTPUT_FILE
    # remove apps and lib_util files from coverage
    - lcov -r coverage.info "*apps*" -o $COVERAGE_OUTPUT_FILE
    - lcov -r coverage.info "*lib_util*" -o $COVERAGE_OUTPUT_FILE
    - lcov -r $COVERAGE_OUTPUT_FILE "*apps*" -o $COVERAGE_OUTPUT_FILE
    - lcov -r $COVERAGE_OUTPUT_FILE "*lib_util*" -o $COVERAGE_OUTPUT_FILE
    - commit_sha=$(git rev-parse HEAD)
    - genhtml $COVERAGE_OUTPUT_FILE -o $COVERAGE_OUTPUT_DIR -t "Coverage on main -- $COVERAGE_TITLE @ $commit_sha"
  artifacts:
@@ -2284,9 +2284,8 @@ coverage-test-on-main-scheduled-ltv:
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_sba.py -v -n auto -q --tb=no --dut_encoder_path ./IVAS_cod --dut_decoder_path ./IVAS_dec --dut_fr 10 --decoder_only --use_ltv || true
    # run renderer smoke test - needed for REFVEC tests
    - ls -altr scripts/testv
    # LTV smoketest is the same as REF creation stage for renderer
    - python3 -m pytest -n auto -q --tb=no tests/renderer/test_renderer.py --use_ltv
    # run renderer test only with REF creation stage - no CUT needed since executables are identical
    - python3 -m pytest -n auto -q --tb=no tests/renderer/test_renderer.py --use_ltv --create_ref
    # split rendering test doesn't support LTV - skipped here
    # VoIP BE tests don't support LTV - skipped here
  artifacts: