Skip to content

Commit 88b666b

Browse files
authored
Update pr_time_benchmarks log classification rule (#6615)
### Testing https://hud.pytorch.org/pr/151317
1 parent 421aca4 commit 88b666b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws/lambda/log-classifier/fixtures/request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0",
33
"routeKey": "$default",
44
"rawPath": "/",
5-
"rawQueryString": "job_id=30729919115&repo=pytorch%2Fpytorch",
5+
"rawQueryString": "job_id=41953007954&repo=pytorch%2Fpytorch",
66
"headers": {
77
"accept": "*/*",
88
"content-length": "0",

aws/lambda/log-classifier/ruleset.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pattern = '^\s*(test.*) errored - num_retries_left:'
218218

219219
[[rule]]
220220
name = 'pr_time_benchmarks regression'
221-
pattern = '^REGRESSION: benchmark.*'
221+
pattern = '^(REGRESSION|MISSING REGRESSION TEST): benchmark.*'
222222

223223
[[rule]]
224224
name = 'Python RuntimeError'
@@ -311,4 +311,4 @@ pattern = '^##\[error\](.*)'
311311

312312
[[rule]]
313313
name = 'New modules are not documented correctly'
314-
pattern = 'You added the following module\(s\) to the PyTorch namespace .* but they'
314+
pattern = 'You added the following module\(s\) to the PyTorch namespace .* but they'

0 commit comments

Comments
 (0)