mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 21:00:08 +06:00
Add the number of model
test failures to slack CI report (#24207)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
4da84008dc
commit
41a8fa4e14
@ -193,8 +193,9 @@ class Message:
|
|||||||
"text": {
|
"text": {
|
||||||
"type": "plain_text",
|
"type": "plain_text",
|
||||||
"text": (
|
"text": (
|
||||||
f"There were {self.n_failures} failures, out of {self.n_tests} tests.\nThe suite ran in"
|
f"There were {self.n_failures} failures, out of {self.n_tests} tests.\n"
|
||||||
f" {self.time}."
|
f"Number of model failures: {self.n_model_failures}.\n"
|
||||||
|
f"The suite ran in {self.time}."
|
||||||
),
|
),
|
||||||
"emoji": True,
|
"emoji": True,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user