Skip to content

Commit 09372f5

Browse files
authored
[log classifier] Match against newly added string for consistent failures (#7333)
Context + corresponding PR: pytorch/pytorch#165163
1 parent 3996a01 commit 09372f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aws/lambda/log-classifier/ruleset.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ pattern = '^ERROR: (.*(?:bazel|WORKSPACE|target).*)'
8484
name = 'Bazel build failure'
8585
pattern = '^FAILED: Build did NOT complete successfully'
8686

87+
[[rule]]
88+
name = 'Python unittest failure'
89+
pattern = '^FAILED CONSISTENTLY: (.*)$'
90+
8791
[[rule]]
8892
name = 'Python unittest failure'
8993
pattern = 'FAIL(?: \[.*\])?: (test.*) \((?:__main__\.)?(.*)\)'

0 commit comments

Comments
 (0)