Commit 2773b23a authored by Jan Kiene's avatar Jan Kiene
Browse files

shorten naming and include both html reports

parent 95639576
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -457,13 +457,11 @@ check-compatibility-with-basop-reference-branch:
    - python3 ci/remove_unsupported_testcases.py scripts/config/self_test.prm
    - python3 tests/create_short_testvectors.py

    - python3 -m pytest tests/codec_be_on_mr_nonselection --param_file scripts/config/self_test.prm -v --update_ref 1 --html=report.html --self-contained-html --junit-xml=report-junit.xml || true
    - mv report-junit.xml report-junit-selftest-full.xml
    - python3 -m pytest tests/codec_be_on_mr_nonselection --param_file scripts/config/self_test.prm -v --update_ref 1 --html=report-selftest-full.html --self-contained-html --junit-xml=report-junit-selftest-full.xml || true
    - zero_errors=$(cat report-junit-selftest-full.xml | grep -c 'errors="0"') || true
    - if [ $zero_errors != 1 ]; then echo "Run errors encountered with scripts/config/self_test.prm !"; exit $EXIT_CODE_FAIL; fi

    - python3 -m pytest tests/codec_be_on_mr_nonselection --param_file scripts/config/self_test_basop_encoder.prm -v --update_ref 1 --html=report.html --self-contained-html --junit-xml=report-junit.xml || true
    - mv report-junit.xml report-junit-selftest-basop-encoder.xml
    - python3 -m pytest tests/codec_be_on_mr_nonselection --param_file scripts/config/self_test_basop_encoder.prm -v --update_ref 1 --html=report-selftest-basop-encoder.html --self-contained-html --junit-xml=report-junit-selftest-basop-encoder.xml || true
    - zero_errors=$(cat report-junit-selftest-basop-encoder.xml | grep -c 'errors="0"') || true
    - if [ $zero_errors != 1 ]; then echo "Run errors encountered with scripts/config/self_test_basop_encoder.prm !"; exit $EXIT_CODE_FAIL; fi

@@ -475,7 +473,8 @@ check-compatibility-with-basop-reference-branch:
    paths:
      - report-junit-selftest-full.xml
      - report-junit-selftest-basop-encoder.xml
      - report.html
      - report-selftest-full.html
      - report-selftest-basop-encoder.html

    expose_as: "check-float-reference results"
    reports: