Commit 8187bf6e authored by norvell's avatar norvell
Browse files

Add artifact of report_cmd.html

parent d77bc753
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1252,8 +1252,8 @@ ivas-conformance:
    - python3 -m pytest tests/renderer/test_renderer.py --create_ref || exit_code=$?

    # Output creation
    - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --keep_files --create_cut --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?
    - python3 parse_commands.py report.html Readme_IVAS.txt
    - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --keep_files --create_cut --junit-xml=report-junit.xml --html=report_cmd.html --self-contained-html || exit_code=$?
    - python3 parse_commands.py report_cmd.html Readme_IVAS.txt
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true
    
    # Copy input data and output ref data
@@ -1276,6 +1276,7 @@ ivas-conformance:
    when: always
    paths:
      - report-junit.xml
      - report_cmd.html
      - report.html
      - Readme_IVAS_dec.txt  
      - Readme_IVAS_enc.txt