Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1206,12 +1206,14 @@ ivas-conformance: script: - *print-common-info # Prepare reference exec, TBD - source_branch_commit_sha=$(git rev-parse HEAD) - git checkout 20230815_RC02_SA4#125_delivery - make -j - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - cp IVAS_rend IVAS_rend_ref - git restore . - git checkout $source_branch_commit_sha # Reference creation - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1206,12 +1206,14 @@ ivas-conformance: script: - *print-common-info # Prepare reference exec, TBD - source_branch_commit_sha=$(git rev-parse HEAD) - git checkout 20230815_RC02_SA4#125_delivery - make -j - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - cp IVAS_rend IVAS_rend_ref - git restore . - git checkout $source_branch_commit_sha # Reference creation - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref Loading