Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -502,6 +502,7 @@ workflow: - *check-up-to-date-in-comparison-jobs # 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" - 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 Loading @@ -520,6 +521,7 @@ workflow: - make -j >> /dev/null # 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" - 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 Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -502,6 +502,7 @@ workflow: - *check-up-to-date-in-comparison-jobs # 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" - 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 Loading @@ -520,6 +521,7 @@ workflow: - make -j >> /dev/null # 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" - 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 Loading