Merge lp:~joetalbott/qa-dashboard/fix_crash_file_matching into lp:qa-dashboard

Proposed by Joe Talbott
Status: Merged
Approved by: Chris Johnston
Approved revision: 659
Merged at revision: 659
Proposed branch: lp:~joetalbott/qa-dashboard/fix_crash_file_matching
Merge into: lp:qa-dashboard
Diff against target: 12 lines (+1/-1)
1 file modified
smokeng/models.py (+1/-1)
To merge this branch: bzr merge lp:~joetalbott/qa-dashboard/fix_crash_file_matching
Reviewer Review Type Date Requested Status
Chris Johnston Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+192211@code.launchpad.net

Commit message

Fix 'crash' file counting.

Description of the change

Fix 'crash' file counting.

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'smokeng/models.py'
2--- smokeng/models.py 2013-10-21 00:26:58 +0000
3+++ smokeng/models.py 2013-10-22 18:02:38 +0000
4@@ -79,7 +79,7 @@
5 )
6 crash_count = self.smokeresult_set.filter(
7 publish=True,
8- jenkins_build__artifact__name__contains='crash',
9+ jenkins_build__artifact__name__endswith='.crash',
10 ).values(
11 'id',
12 )

Subscribers

People subscribed via source and target branches