Commit c8f6c2c4 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix smoke test and interop test

parent 2c4e8e9f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1474,6 +1474,7 @@ codec-smoke-test:
    # LTV update needed as ltv ISM metadata files are used
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/update-ltv-repo.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    - python3 scripts/smoketest-basop-filter.py scripts/config/ivas_modes.json --inline
    - bash ci/smoke_test.sh || true
    - tar cJf logs.tar.xz out/logs/
    - ls -al logs.tar.*
@@ -1501,6 +1502,7 @@ ivas-interop-on-merge-request:
  extends:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request-to-float-ref-no-draft
    - .test-job-linux-compares-to-fixed-target
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "10 minutes"