Merge lp:~cjohnston/qa-dashboard/remove-touch-kpi into lp:qa-dashboard

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

Commit message

Removes 'touch' from Smoke KPI

Description of the change

We have stopped running daily image testing on the 'touch' images, so we shouldn't display it on the KPI.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'smokeng/dashboard.py'
2--- smokeng/dashboard.py 2013-09-12 21:32:03 +0000
3+++ smokeng/dashboard.py 2013-09-27 17:13:06 +0000
4@@ -82,6 +82,8 @@
5 publish=True,
6 ).exclude(
7 image__build_number__contains='?',
8+ ).exclude(
9+ image__variant='touch',
10 ).values(
11 'image__arch',
12 'image__variant',

Subscribers

People subscribed via source and target branches