Skip to content

Commit 66a282f

Browse files
authored
[log classifier] Rule for graph break registry check (#6837)
For failures like [GH job link](https://github.com/pytorch/pytorch/actions/runs/15859789097/job/44714997710) [HUD commit link](https://hud.pytorch.org/pytorch/pytorch/commit/c1ad4b8e7a16f54c35a3908b56ed7d9f95eef586) Currently matches ` ##[error]Process completed with exit code 1.` but there is a better line `Found the unimplemented_v2 or unimplemented_v2_with_warning calls below that don't match the registry in graph_break_registry.json.`
1 parent 99c977d commit 66a282f

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
@@ -20,6 +20,10 @@
2020
name = 'Operator backwards compatibility'
2121
pattern = '^The PR is introducing backward incompatible changes to the operator library.'
2222

23+
[[rule]]
24+
name = 'Failed graph_break_registry check'
25+
pattern = '^Found the unimplemented_v2 or unimplemented_v2_with_warning calls below that don.t match the registry in graph_break_registry.json.'
26+
2327
[[rule]]
2428
name = 'Lintrunner failure'
2529
pattern = '^>>> Lint for.*'

0 commit comments

Comments
 (0)