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

Proposed by Joe Talbott
Status: Merged
Approved by: Chris Johnston
Approved revision: 714
Merged at revision: 714
Proposed branch: lp:~joetalbott/qa-dashboard/bug_1277581
Merge into: lp:qa-dashboard
Diff against target: 12 lines (+2/-0)
1 file modified
smokeng/views.py (+2/-0)
To merge this branch: bzr merge lp:~joetalbott/qa-dashboard/bug_1277581
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+205440@code.launchpad.net

Commit message

Smoke - Do not include test results for hidden images or results.

Description of the change

Smoke - Do not include test results for hidden images or results.

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

 mer

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'smokeng/views.py'
2--- smokeng/views.py 2014-01-23 21:16:58 +0000
3+++ smokeng/views.py 2014-02-07 19:13:26 +0000
4@@ -456,6 +456,8 @@
5 result__image__variant=testresult.result.image.variant,
6 result__image__arch=testresult.result.image.arch,
7 result__image__rootfs_id__lt=testresult.result.image.rootfs_id,
8+ result__image__publish=True,
9+ result__publish=True,
10 publish=True,
11 ).order_by(
12 '-result__image__rootfs_id'

Subscribers

People subscribed via source and target branches