Loading .gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -1443,7 +1443,7 @@ ivas-conformance: ivas-conformance-linux: tags: - test-ericsson-linux-runner - test-fhg-linux-runner3 stage: test timeout: "90 minutes" rules: Loading Loading @@ -1507,13 +1507,15 @@ ivas-conformance-linux: # Test run generated scripts in testvec - cd testvec - python3 -m pytest conformance-test/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html - exit_code=0 - python3 -m pytest conformance-test/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - mv report.html .. - mv report-junit.xml .. # Collect coverage - cd - - lcov -c -d obj -o coverage.info - commit_sha=$(git rev-parse HEAD) - genhtml coverage.info -o coverage -t "Coverage on main @ $commit_sha" artifacts: Loading Loading
.gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -1443,7 +1443,7 @@ ivas-conformance: ivas-conformance-linux: tags: - test-ericsson-linux-runner - test-fhg-linux-runner3 stage: test timeout: "90 minutes" rules: Loading Loading @@ -1507,13 +1507,15 @@ ivas-conformance-linux: # Test run generated scripts in testvec - cd testvec - python3 -m pytest conformance-test/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html - exit_code=0 - python3 -m pytest conformance-test/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - mv report.html .. - mv report-junit.xml .. # Collect coverage - cd - - lcov -c -d obj -o coverage.info - commit_sha=$(git rev-parse HEAD) - genhtml coverage.info -o coverage -t "Coverage on main @ $commit_sha" artifacts: Loading