Loading includes/format-switching.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ format-switching-compare-test: - git checkout $CI_COMMIT_SHORT_SHA - make clean - make -j IVAS_dec - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec_ref - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml --create_cut timeout: "20 minutes" artifacts: Loading Loading @@ -86,7 +86,7 @@ format-switching-sanitizers: - make -j IVAS_dec CLANG=$clang_num # TODO: for basop - ignorelist - export UBSAN_OPTIONS="suppressions=scripts/ubsan_basop.supp,report_error_type=1,print_stacktrace=1" - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_encoder_path ./IVAS_dec - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec timeout: "20 minutes" artifacts: paths: Loading Loading
includes/format-switching.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ format-switching-compare-test: - git checkout $CI_COMMIT_SHORT_SHA - make clean - make -j IVAS_dec - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec_ref - python3 -m pytest tests/format_switching/test_format_switching.py --html report.html --self-contained-html --junit-xml report.xml --create_cut timeout: "20 minutes" artifacts: Loading Loading @@ -86,7 +86,7 @@ format-switching-sanitizers: - make -j IVAS_dec CLANG=$clang_num # TODO: for basop - ignorelist - export UBSAN_OPTIONS="suppressions=scripts/ubsan_basop.supp,report_error_type=1,print_stacktrace=1" - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_encoder_path ./IVAS_dec - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec timeout: "20 minutes" artifacts: paths: Loading