Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -1049,8 +1049,10 @@ clang-format-check: ### jobs that check for bitexactness of fx encoder and decoder check-be-to-target-short-enc-0db: extends: - .rules-pytest-to-main-short - .rules-pytest-to-ref-short - .test-job-linux tags: - $RUNNER_TAG before_script: - USE_LTV=0 - DUT_DECODER_PATH=./IVAS_dec_ref Loading Loading @@ -1337,7 +1339,7 @@ ivas-pytest-enc-usan: <<: *ivas-pytest-sanitizers-anchor ### jobs that test flt encoder -> fx decoder ivas-pytest-compare_to_ref-short-dec: .ivas-pytest-compare_to_ref-short-dec: extends: - .rules-pytest-to-ref-short - .test-job-linux Loading Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -1049,8 +1049,10 @@ clang-format-check: ### jobs that check for bitexactness of fx encoder and decoder check-be-to-target-short-enc-0db: extends: - .rules-pytest-to-main-short - .rules-pytest-to-ref-short - .test-job-linux tags: - $RUNNER_TAG before_script: - USE_LTV=0 - DUT_DECODER_PATH=./IVAS_dec_ref Loading Loading @@ -1337,7 +1339,7 @@ ivas-pytest-enc-usan: <<: *ivas-pytest-sanitizers-anchor ### jobs that test flt encoder -> fx decoder ivas-pytest-compare_to_ref-short-dec: .ivas-pytest-compare_to_ref-short-dec: extends: - .rules-pytest-to-ref-short - .test-job-linux Loading