Skip to content

Commit

Permalink
Add pattern for timeout in run
Browse files Browse the repository at this point in the history
  • Loading branch information
sshnaidm committed Mar 7, 2019
1 parent a26e2a6 commit f59f5f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tripleoci/data/patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@ patterns:
pattern: 'exec user process caused "no such file or directory'
logstash: 'exec user process caused "no such file or directory'
tag: 'code'
- id: 83
msg: "Job timeout."
pattern: "RUN END RESULT_TIMED_OUT:"
tag: "infra"
logstash: "RUN END RESULT_TIMED_OUT:"
"postci":
- id: 200
logstash: "puppet_re"
Expand Down

0 comments on commit f59f5f2

Please sign in to comment.