Loading .gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading
.gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading