diff --git a/tasks/test_results_finisher.py b/tasks/test_results_finisher.py index 9ac64a797..c2f0bea9c 100644 --- a/tasks/test_results_finisher.py +++ b/tasks/test_results_finisher.py @@ -357,6 +357,7 @@ def process_impl_within_lock( "Detected failure on test that has been identified as flaky", extra=dict( success=success, + notifier_result=notifier_result.value, repoid=repoid, commitid=commit.commitid, test_ids=list(flaky_tests.keys()),