Loading .gitlab-ci.yml +5 −2 Original line number Diff line number Diff line Loading @@ -502,6 +502,7 @@ stages: XML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.xml" HTML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.html" PYTEST_LOG_TARGET_BRANCH: "pytest-log-$CI_MERGE_REQUEST_TARGET_BRANCH_NAME.txt" CI_MERGE_REQUEST_TARGET_BRANCH_NAME: "main" script: - *print-common-info Loading Loading @@ -1049,8 +1050,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 +1340,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 +5 −2 Original line number Diff line number Diff line Loading @@ -502,6 +502,7 @@ stages: XML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.xml" HTML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.html" PYTEST_LOG_TARGET_BRANCH: "pytest-log-$CI_MERGE_REQUEST_TARGET_BRANCH_NAME.txt" CI_MERGE_REQUEST_TARGET_BRANCH_NAME: "main" script: - *print-common-info Loading Loading @@ -1049,8 +1050,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 +1340,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