Commit de94331f authored by norvell's avatar norvell
Browse files

Added parsing of command lines in job

parent 40f4b16c
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1218,6 +1218,7 @@ ivas-conformance:

    # Output creation
    - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --junit-xml=report-junit.xml --html=report.html --self-contained-html
    - python3 parse_commands.py report.html Readme_IVAS.txt

  artifacts:
    name: "ivas-conformance-$CI_COMMIT_SHORT_SHA"
@@ -1226,6 +1227,9 @@ ivas-conformance:
    paths:
      - report-junit.xml
      - report.html
      - Readme_IVAS_dec.txt  
      - Readme_IVAS_enc.txt  
      - Readme_IVAS_rend.txt
    expose_as: "Draft IVAS conformance"
    reports:
      junit: report-junit.xml