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

add needed script anchors

parent a68586ad
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1090,6 +1090,9 @@ split-rendering-smoke-test:
  needs: ["build-codec-linux-make"]
  stage: test
  script:
    - *print-common-info
    - *update-scripts-repo

    - make -j
    - testcase_timeout=10
    - python3 -m pytest -q -n auto -rA --junit-xml=report-junit.xml tests/split_rendering/test_split_rendering.py --testcase_timeout=$testcase_timeout
@@ -1111,6 +1114,9 @@ lc3-wrapper-unit-test:
  needs: ["build-codec-linux-make"]
  stage: test
  script:
    - *print-common-info
    - *update-scripts-repo

    - cmake -B cmake-build -G "Unix Makefiles" -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    - cmake --build cmake-build -- -j
    - scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test
@@ -1126,6 +1132,7 @@ split-rendering-pytest-on-merge-request:
  stage: compare
  script:
    - *print-common-info
    - *update-scripts-repo
    - *get-commits-behind-count
    - *check-commits-behind-count-in-compare-jobs