Skip to content

Commit eaeac27

Browse files
authored
Add OSDC step script failure rule to log classifier (#8013)
Captures `[OSDC] Step script exited` failures with priority above the generic `##[error]` catch-all so OSDC failures are surfaced instead of collapsing into a generic exit-code message. The error comes from https://github.com/pytorch/ci-infra/blob/da74bf5c87c27a8afcaa86b47c43ea1fadfc1024/osdc/modules/arc-runners/templates/runner.yaml.tpl#L493
1 parent bbef016 commit eaeac27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

aws/lambda/log-classifier/ruleset.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ pattern = '^# This PR needs a `release notes:` label.*'
313313
name = 'ghstack merge check error'
314314
pattern = '^Mergeability Error: .*'
315315

316+
[[rule]]
317+
name = 'OSDC step script failure'
318+
pattern = '\[OSDC\] Step script exited.*'
319+
316320
[[rule]]
317321
name = 'GHA error'
318322
pattern = '^##\[error\](.*)'

0 commit comments

Comments
 (0)