-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not paint red for asan #9704
Do not paint red for asan #9704
Conversation
⚪
🟢 |
⚪
🟢 |
⚪
🟢 |
⚪
🟢 |
⚪
🟢 |
⚪
🟢 |
⚪
🟢 |
⚪
🟢 |
overall_status = "failure" | ||
else: | ||
overall_status = "success" | ||
|
||
color, text = get_comment_text(summary, args.summary_links, is_last_retry=bool(args.is_last_retry)) | ||
color, text = get_comment_text(summary, args.summary_links, is_last_retry=bool(args.is_last_retry), is_test_result_ignored=(args.is_test_result_ignored)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra parentheses here
.github/actions/test_ya/action.yml
Outdated
@@ -531,7 +538,9 @@ runs: | |||
if: inputs.run_tests | |||
shell: bash | |||
run: | | |||
.github/scripts/tests/fail-checker.py "$LAST_JUNIT_REPORT_XML" | |||
if [ $IS_TEST_RESULT_IGNORED == 0 ];then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please add whitespace here
⚪
🟢 |
⚪
🟢 |
Changelog entry
Do not paint red for asan in case of fail, because it is not blocking policy yet
Changelog category
Additional information
#9706 (comment) -- example of usage