Loading .gitlab-ci.yml +19 −0 Original line number Diff line number Diff line Loading @@ -871,6 +871,25 @@ clang-format-check: name: "$ARTIFACT_BASE_NAME" expose_as: "formatting patch" # from float # check for crashes if first received frame on decoder side is an SID check-first-frame-is-sid: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request-to-float-pc tags: - ivas-linux stage: test needs: ["build-codec-linux-make"] script: - *print-common-info - *update-scripts-repo - *update-ltv-repo # this rm makes check-for-testvectors only check for the signals we actually need in this test - rm scripts/config/ci_linux_ltv.json scripts/config/ci_linux.json - *check-for-testvectors - bash ci/run-first-frame-is-sid-test.sh # from float check-bitexactness-hrtf-rom-and-file: extends: Loading Loading
.gitlab-ci.yml +19 −0 Original line number Diff line number Diff line Loading @@ -871,6 +871,25 @@ clang-format-check: name: "$ARTIFACT_BASE_NAME" expose_as: "formatting patch" # from float # check for crashes if first received frame on decoder side is an SID check-first-frame-is-sid: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request-to-float-pc tags: - ivas-linux stage: test needs: ["build-codec-linux-make"] script: - *print-common-info - *update-scripts-repo - *update-ltv-repo # this rm makes check-for-testvectors only check for the signals we actually need in this test - rm scripts/config/ci_linux_ltv.json scripts/config/ci_linux.json - *check-for-testvectors - bash ci/run-first-frame-is-sid-test.sh # from float check-bitexactness-hrtf-rom-and-file: extends: Loading