Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -569,6 +569,7 @@ renderer-smoke-test: - mv IVAS_cod IVAS_cod_ref - mv IVAS_dec IVAS_dec_ref - mv IVAS_rend IVAS_rend_ref - mv ISAR_post_rend ISAR_post_rend_ref - testcase_timeout=180 # test renderer executable with cmake + asan Loading Loading @@ -724,6 +725,7 @@ split-rendering-pytest-on-merge-request: - mv IVAS_cod IVAS_cod_ref - mv IVAS_dec IVAS_dec_ref - mv IVAS_rend IVAS_rend_ref - mv ISAR_post_rend ISAR_post_rend_ref ### If ref_using_main is not set, checkout the source branch to use scripts and input from there - if [ $ref_using_main == 0 ]; then git restore lib_com/options.h; fi # Revert changes back before checking out another branch to avoid conflicts Loading tests/split_rendering/utils.py +4 −4 Original line number Diff line number Diff line Loading @@ -270,8 +270,8 @@ def run_full_chain_split_rendering( # run split renderer cmd = SPLIT_POST_REND_CMD[:] # if test_info.config.option.create_ref: # cmd[0] += BIN_SUFFIX_MERGETARGET if test_info.config.option.create_ref: cmd[0] += BIN_SUFFIX_MERGETARGET cmd[0] += binary_suffix cmd[4] = str(split_bitstream) cmd[6] = renderer_fmt Loading Loading @@ -416,8 +416,8 @@ def run_external_split_rendering( # run split renderer cmd = SPLIT_POST_REND_CMD[:] # if test_info.config.option.create_ref: # cmd[0] += BIN_SUFFIX_MERGETARGET if test_info.config.option.create_ref: cmd[0] += BIN_SUFFIX_MERGETARGET cmd[0] += binary_suffix cmd[4] = str(split_bitstream) cmd[6] = renderer_fmt Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -569,6 +569,7 @@ renderer-smoke-test: - mv IVAS_cod IVAS_cod_ref - mv IVAS_dec IVAS_dec_ref - mv IVAS_rend IVAS_rend_ref - mv ISAR_post_rend ISAR_post_rend_ref - testcase_timeout=180 # test renderer executable with cmake + asan Loading Loading @@ -724,6 +725,7 @@ split-rendering-pytest-on-merge-request: - mv IVAS_cod IVAS_cod_ref - mv IVAS_dec IVAS_dec_ref - mv IVAS_rend IVAS_rend_ref - mv ISAR_post_rend ISAR_post_rend_ref ### If ref_using_main is not set, checkout the source branch to use scripts and input from there - if [ $ref_using_main == 0 ]; then git restore lib_com/options.h; fi # Revert changes back before checking out another branch to avoid conflicts Loading
tests/split_rendering/utils.py +4 −4 Original line number Diff line number Diff line Loading @@ -270,8 +270,8 @@ def run_full_chain_split_rendering( # run split renderer cmd = SPLIT_POST_REND_CMD[:] # if test_info.config.option.create_ref: # cmd[0] += BIN_SUFFIX_MERGETARGET if test_info.config.option.create_ref: cmd[0] += BIN_SUFFIX_MERGETARGET cmd[0] += binary_suffix cmd[4] = str(split_bitstream) cmd[6] = renderer_fmt Loading Loading @@ -416,8 +416,8 @@ def run_external_split_rendering( # run split renderer cmd = SPLIT_POST_REND_CMD[:] # if test_info.config.option.create_ref: # cmd[0] += BIN_SUFFIX_MERGETARGET if test_info.config.option.create_ref: cmd[0] += BIN_SUFFIX_MERGETARGET cmd[0] += binary_suffix cmd[4] = str(split_bitstream) cmd[6] = renderer_fmt Loading