Commit 78a21f8c authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'fix-split-rendering-test' into 'main'

fix temp renaming in split rendering comparison job

See merge request !17
parents ddc549f0 b3690179
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1359,10 +1359,10 @@ split-rendering-pytest-on-merge-request:
    - testcase_timeout=60

    # remporary solution to make it work with and without https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/merge_requests/2181
    - mv $DUT_POST_RENDERER_PATH ISAR_post_rend_tmp
    - cp $REF_POST_RENDERER_PATH $DUT_POST_RENDERER_PATH
    - mv ISAR_post_rend ISAR_post_rend_tmp
    - cp $REF_POST_RENDERER_PATH ISAR_post_rend
    - python3 -m pytest -q --log-level ERROR -n auto -rA tests/split_rendering/test_split_rendering.py --create_ref --testcase_timeout=$testcase_timeout || exit_code=$?
    - mv ISAR_post_rend_tmp $DUT_POST_RENDERER_PATH
    - mv ISAR_post_rend_tmp ISAR_post_rend

    ### Run test using scripts and input from main
    - if [ $ref_using_target == 1 ]; then git restore lib_com/options.h; fi # Revert changes back before checking out another branch to avoid conflicts