Commit Graph

4 Commits

Author SHA1 Message Date
David Moreau-Simard 97f6408b54
Add support for Zuulv3-specific parameters in elastic-recheck
This commit ensures elastic-recheck is able to support zuul v2 and v3
simultaneously:

- Add message queries based on v3 completion messages
- Include job-output.txt where console.html was expected

Change-Id: If3d7990d892a9698a112d9ff1dd5160998a4efe6
Depends-On: I7e34206d7968bf128e140468b9a222ecbce3a8f1
2017-10-26 19:18:16 -04:00
Clark Boylan 0bd2042c38 Switch queries over to tags instead of filename
The Elasticsearch schema was updated to make the file portion of tags
the basename of filename. This allows us to use tags to filter for files
with a common basename instead of searching with globs in the filename
field. This should be more performant and easier to read.

Change-Id: I8fe36c56309ea851afd63f08f65583008fa4857f
2014-03-28 12:37:12 -07:00
James E. Blair abf7d0e35a Suppress some bugs from the e-r graph page
Depending on exactly at what point a build in Jenkins is aborted,
sometimes it can end up with a result of FAILURE.  Since logstash
gets its data from Jenkins rather than Zuul, it doesn't know the
build has aborted.

Since ER gets its data from logstash, it also doesn't know that
some failures are actually just aborted builds.  We want to know
that we should ignore these failures for classification rate
purposes, but we should not display them on the graph page as they
are not actionable bugs.

Change-Id: If381e36144ffc03c0e36d3eb74ad7f24db245aa6
2014-02-10 16:39:44 -08:00
Joe Gordon 1b314085af Add query for bug 1270309
This bug should never get reported back to gerrit or irc, this is for
tracking our classification rate. Bug 1270309 is about how if jenkins
interrupts a job (think gate reset) the job gets marked as FAILED
instead of incomplete or something.

Change-Id: I424a03840b0a3e691c46a03872b7e99f5865c1df
2014-01-17 17:38:35 -05:00