Fix counting in Slack report for some jobs (#22913)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -655,7 +655,7 @@ class Message:
|
|||||||
job_result,
|
job_result,
|
||||||
failures,
|
failures,
|
||||||
device,
|
device,
|
||||||
text=f"Number of failures: {sum(job_result['failed'].values())}",
|
text=f'Number of failures: {job_result["failed"][device]}',
|
||||||
)
|
)
|
||||||
|
|
||||||
print("Sending the following reply")
|
print("Sending the following reply")
|
||||||
|
|||||||
Reference in New Issue
Block a user