Commit 7d1f559e authored by Jan Kiene's avatar Jan Kiene
Browse files

more debug printout

parent 232b0cde
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -508,6 +508,7 @@ workflow:
    # need to restore cache again
    - *overwrite-pytest-cache-with-artifact
    - echo "B4 pytest branch - DUT_ENCODER_PATH $DUT_ENCODER_PATH, DUT_DECODER_PATH $DUT_DECODER_PATH"
    - ls -l
    - python3 -m pytest --tb=no -q $TEST_SUITE -v --keep_files --create_cut --html=$HTML_REPORT_BRANCH --self-contained-html --junit-xml=$XML_REPORT_BRANCH $comp_args --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH -n auto --testcase_timeout $testcase_timeout || true
    - zero_errors_branch=$(cat $XML_REPORT_BRANCH | grep -c 'errors="0"') || true
    - python3 scripts/parse_xml_report.py $XML_REPORT_BRANCH $CSV_BRANCH
@@ -523,10 +524,11 @@ workflow:
    - git checkout $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
    - git pull origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
    - make clean
    - make -j >> /dev/null
    - make -j
    # need to restore cache again
    - *overwrite-pytest-cache-with-artifact
    - echo "B4 pytest main - DUT_ENCODER_PATH $DUT_ENCODER_PATH, DUT_DECODER_PATH $DUT_DECODER_PATH"
    - ls -l
    - python3 -m pytest --tb=no -q $TEST_SUITE -v --keep_files --create_cut --html=$HTML_REPORT_MAIN --self-contained-html --junit-xml=$XML_REPORT_MAIN $comp_args --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH -n auto --testcase_timeout $testcase_timeout || true
    - python3 scripts/parse_xml_report.py $XML_REPORT_MAIN $CSV_MAIN