Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -600,7 +600,7 @@ clang-format-check: # check for crashes if first received frame on decoder side is an SID check-first-frame-is-sid: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request tags: - ivas-linux Loading @@ -608,12 +608,14 @@ check-first-frame-is-sid: needs: ["build-codec-linux-cmake"] script: - *print-common-info - *update-ltv-repo - cmake . - make -j # TODO: for some MASA modes, we currently do not have testvectors that actually trigger DTX # TODO: add SBA 24.4 kbps back once #185 is fixed - modes=$(scripts/runIvasCodec.py -l | grep dtx | grep -v "SBA_b24_4" | grep -v MASA) - echo $modes - scripts/runIvasCodec.py -p scripts/config/ci_linux_sidstart_test.json -m $modes -s --bs_length 500 artifacts: paths: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -600,7 +600,7 @@ clang-format-check: # check for crashes if first received frame on decoder side is an SID check-first-frame-is-sid: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request tags: - ivas-linux Loading @@ -608,12 +608,14 @@ check-first-frame-is-sid: needs: ["build-codec-linux-cmake"] script: - *print-common-info - *update-ltv-repo - cmake . - make -j # TODO: for some MASA modes, we currently do not have testvectors that actually trigger DTX # TODO: add SBA 24.4 kbps back once #185 is fixed - modes=$(scripts/runIvasCodec.py -l | grep dtx | grep -v "SBA_b24_4" | grep -v MASA) - echo $modes - scripts/runIvasCodec.py -p scripts/config/ci_linux_sidstart_test.json -m $modes -s --bs_length 500 artifacts: paths: Loading