Loading .gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -450,6 +450,8 @@ stages: - grep "FAILED" pytest_log.txt | sed 's/^FAILED //' | awk -F'::' '{print "\"" $1 "::" $2 "\"" }' > $FAILED_TESTCASES_LIST - fi - cat $FAILED_TESTCASES_LIST - exit $exit_code allow_failure: Loading @@ -462,12 +464,12 @@ stages: paths: - $XML_REPORT - $HTML_REPORT - $FAILED_TESTCASES_LIST expose_as: "pytest compare results" reports: junit: - $XML_REPORT_BRANCH - $XML_REPORT_MAIN - $FAILED_TESTCASES_LIST - $XML_REPORT - $XML_REPORT .ivas-pytest-on-merge-request-anchor: &ivas-pytest-on-merge-request-anchor stage: test Loading Loading
.gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -450,6 +450,8 @@ stages: - grep "FAILED" pytest_log.txt | sed 's/^FAILED //' | awk -F'::' '{print "\"" $1 "::" $2 "\"" }' > $FAILED_TESTCASES_LIST - fi - cat $FAILED_TESTCASES_LIST - exit $exit_code allow_failure: Loading @@ -462,12 +464,12 @@ stages: paths: - $XML_REPORT - $HTML_REPORT - $FAILED_TESTCASES_LIST expose_as: "pytest compare results" reports: junit: - $XML_REPORT_BRANCH - $XML_REPORT_MAIN - $FAILED_TESTCASES_LIST - $XML_REPORT - $XML_REPORT .ivas-pytest-on-merge-request-anchor: &ivas-pytest-on-merge-request-anchor stage: test Loading