Skip to content

Commit

Permalink
fix pattern for 'no such file' in container
Browse files Browse the repository at this point in the history
  • Loading branch information
sshnaidm committed Dec 22, 2018
1 parent 636f959 commit 1378599
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tripleoci/data/patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ regexes:
name: kolla_fail_re
- regex: 'toci_gate_test.sh:.*sudo kill -9 \d+'
name: ovb_kill9_re
- regex: "exec user process caused \"no such file or directory"
name: "container_no_such_file_err"
patterns:
"console":
- id: 1
Expand Down Expand Up @@ -467,6 +465,11 @@ patterns:
pattern: "ovb_kill9_re"
tag: "infra"
logstash: "sudo kill -9"
- id: 82
msg: 'No such file in container.'
pattern: 'exec user process caused "no such file or directory'
logstash: 'exec user process caused "no such file or directory'
tag: 'code'
"postci":
- id: 200
logstash: "puppet_re"
Expand Down

0 comments on commit 1378599

Please sign in to comment.