Merge lp:~cjohnston/ubuntu-test-runlists/disable-upgrade-ro into lp:~canonical-platform-qa/ubuntu-test-runlists/touch-runlists

Proposed by Chris Johnston
Status: Merged
Merged at revision: 52
Proposed branch: lp:~cjohnston/ubuntu-test-runlists/disable-upgrade-ro
Merge into: lp:~canonical-platform-qa/ubuntu-test-runlists/touch-runlists
Diff against target: 12 lines (+1/-1)
1 file modified
jenkins/job-creation/setup_jenkins.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-test-runlists/disable-upgrade-ro
Reviewer Review Type Date Requested Status
Paul Larson (community) Approve
Review via email: mp+181296@code.launchpad.net

Commit message

Disables upgrade jobs TFN

Description of the change

Since the upgrade jobs aren't "approved" we should disable them to prevent them from being turned back on by mistake.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/job-creation/setup_jenkins.py'
2--- jenkins/job-creation/setup_jenkins.py 2013-08-20 14:28:16 +0000
3+++ jenkins/job-creation/setup_jenkins.py 2013-08-21 13:20:02 +0000
4@@ -76,7 +76,7 @@
5
6
7 if SYSTEM_IMAGE:
8- TESTS = [_test('upgrade')] + TESTS
9+ #TESTS = [_test('upgrade')] + TESTS
10 TESTS += [
11 _test('smem',
12 '{prefix}{testname}-{series}-touch_ro-armhf-install-idle-{type}'),

Subscribers

People subscribed via source and target branches