File tree 2 files changed +3
-3
lines changed
aws/lambda/log-classifier 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"version" : " 2.0" ,
3
3
"routeKey" : " $default" ,
4
4
"rawPath" : " /" ,
5
- "rawQueryString" : " job_id=30729919115 &repo=pytorch%2Fpytorch" ,
5
+ "rawQueryString" : " job_id=41953007954 &repo=pytorch%2Fpytorch" ,
6
6
"headers" : {
7
7
"accept" : " */*" ,
8
8
"content-length" : " 0" ,
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ pattern = '^\s*(test.*) errored - num_retries_left:'
218
218
219
219
[[rule ]]
220
220
name = ' pr_time_benchmarks regression'
221
- pattern = ' ^REGRESSION: benchmark.*'
221
+ pattern = ' ^( REGRESSION|MISSING REGRESSION TEST) : benchmark.*'
222
222
223
223
[[rule ]]
224
224
name = ' Python RuntimeError'
@@ -311,4 +311,4 @@ pattern = '^##\[error\](.*)'
311
311
312
312
[[rule ]]
313
313
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'
You can’t perform that action at this time.
0 commit comments