Merge lp:~doanac/qa-dashboard/bug-1281535 into lp:qa-dashboard

Proposed by Andy Doan
Status: Merged
Approved by: Chris Johnston
Approved revision: 721
Merged at revision: 721
Proposed branch: lp:~doanac/qa-dashboard/bug-1281535
Merge into: lp:qa-dashboard
Diff against target: 11 lines (+1/-1)
1 file modified
smokeng/management/commands/jenkins_pull_smokeng.py (+1/-1)
To merge this branch: bzr merge lp:~doanac/qa-dashboard/bug-1281535
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Review via email: mp+207007@code.launchpad.net

Commit message

fix the issue with touch_custom_demo showing up as "syncing" in the dashboard

Description of the change

fix the issue with touch_custom_demo showing up as "syncing" in the dashboard

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/management/commands/jenkins_pull_smokeng.py'
2--- smokeng/management/commands/jenkins_pull_smokeng.py 2014-02-12 04:52:22 +0000
3+++ smokeng/management/commands/jenkins_pull_smokeng.py 2014-02-18 18:17:53 +0000
4@@ -41,7 +41,7 @@
5 class Command(JenkinsBaseCommand):
6 job_regex = re.compile(
7 ur'^(precise|quantal|raring|saucy|trusty)-' +
8- ur'(desktop|server|alternate|touch(|_(ro|mir|custom|sf4p)))-' +
9+ ur'(desktop|server|alternate|touch(|_(ro|mir|custom|custom_demo|sf4p)))-' +
10 ur'([^-_]+)(_|-smoke-)((?!static_validation).*)$'
11 )
12

Subscribers

People subscribed via source and target branches