-if [ $exit_code -eq 1 ] && [ $zero_errors == 1 ]; then echo "pytest run had failures, but no errors and non-BE flag present"; exit $EXIT_CODE_NON_BE; fi
-if [ $exit_code -ne 0 ]; then echo "pytest run had errors"; exit $EXIT_CODE_FAIL; fi;
# return exit code from selftest if everything went well with the pytest run
-exit $selftest_exit_code
allow_failure:
exit_codes:
-123
artifacts:
paths:
-test_output.txt
-scripts/test/logs
-scripts/ref/logs
reports:
junit:report-junit.xml
# Pull state of a branch on 3GPP repo, push to a mirror repo.