You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log classifier is the tool that PyTorch CI is using to extract relevant failures from the log. It depends on a rule set defined at https://github.com/pytorch/test-infra/blob/main/aws/lambda/log-classifier/ruleset.toml in which the rules are evaluated from top to bottom in a first-match basis. The first line in the logs that matches one of the rule is consider the relevant error.
The last rule in the list is the catch-all GHA error, when it matches, it means that the log classifier has failed to find the relevant failures. So, the log classifier accuracy is 1 - % of catch-all GHA error.
Notes to bootcampers:
The data is available on workflow_job ClickHouse table torchci_classification column
Log classifier is the tool that PyTorch CI is using to extract relevant failures from the log. It depends on a rule set defined at https://github.com/pytorch/test-infra/blob/main/aws/lambda/log-classifier/ruleset.toml in which the rules are evaluated from top to bottom in a first-match basis. The first line in the logs that matches one of the rule is consider the relevant error.
The last rule in the list is the catch-all GHA error, when it matches, it means that the log classifier has failed to find the relevant failures. So, the log classifier accuracy is 1 - % of catch-all GHA error.
Notes to bootcampers:
workflow_job
ClickHouse tabletorchci_classification
columnThe text was updated successfully, but these errors were encountered: