Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1345,11 +1345,13 @@ coverage-test-on-main-scheduled: - *enable-split-rendering - make GCOV=1 INCLUDE_SPLIT=1 -j - cp IVAS_rend IVAS_rend_ref # Copy exec to be able to run renderer script - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - python3 tests/create_short_testvectors.py - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -n 0 --update_ref 1 -m create_ref --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -n 0 --update_ref 1 -m create_ref_part2 --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -n 0 --update_ref 1 -m create_ref --param_file scripts/config/self_test_evs.prm --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest -q -n 0 -rA tests/split_rendering/test_split_rendering_be_comparison.py --update_ref 1 -m create_ref --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest -q -n 0 -rA tests/split_rendering/test_split_rendering_be_comparison.py - python3 -m pytest -q -n 0 tests/split_rendering/test_split_rendering.py - bash ci/smoke_test.sh coverage - python3 -m pytest -q -n 0 tests/renderer/test_renderer_be_comparison.py Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1345,11 +1345,13 @@ coverage-test-on-main-scheduled: - *enable-split-rendering - make GCOV=1 INCLUDE_SPLIT=1 -j - cp IVAS_rend IVAS_rend_ref # Copy exec to be able to run renderer script - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - python3 tests/create_short_testvectors.py - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -n 0 --update_ref 1 -m create_ref --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -n 0 --update_ref 1 -m create_ref_part2 --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -n 0 --update_ref 1 -m create_ref --param_file scripts/config/self_test_evs.prm --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest -q -n 0 -rA tests/split_rendering/test_split_rendering_be_comparison.py --update_ref 1 -m create_ref --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest -q -n 0 -rA tests/split_rendering/test_split_rendering_be_comparison.py - python3 -m pytest -q -n 0 tests/split_rendering/test_split_rendering.py - bash ci/smoke_test.sh coverage - python3 -m pytest -q -n 0 tests/renderer/test_renderer_be_comparison.py Loading