Merge lp:~wgrant/launchpad/die-windmill-die into lp:launchpad

Proposed by William Grant
Status: Merged
Approved by: Robert Collins
Approved revision: no longer in the source branch.
Merged at revision: 12506
Proposed branch: lp:~wgrant/launchpad/die-windmill-die
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
buildout-templates/bin/test.in (+1/-1)
To merge this branch: bzr merge lp:~wgrant/launchpad/die-windmill-die
Reviewer Review Type Date Requested Status
Robert Collins (community) Approve
Review via email: mp+51836@code.launchpad.net

Commit message

[r=lifeless][no-qa] Disable WindmillLayer. It is at present too unreliable to have in the critical path.

Description of the change

Windmill tests often hang. Each hang delays between one and lots of branches by several hours. This is bad.

This branch removes WindmillLayer from the default test suite. We'll hopefully set up a separate Jenkins job to run Windmill tests soon.

To post a comment you must log in.
Revision history for this message
Robert Collins (lifeless) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'buildout-templates/bin/test.in'
2--- buildout-templates/bin/test.in 2011-02-19 13:50:19 +0000
3+++ buildout-templates/bin/test.in 2011-03-01 23:51:16 +0000
4@@ -169,7 +169,7 @@
5 'tests_pattern': '^f?tests$',
6 'test_path': [${buildout:directory/lib|path-repr}],
7 'package': ['canonical', 'lp', 'devscripts', 'launchpad_loggerhead'],
8- 'layer': ['!(MailmanLayer)'],
9+ 'layer': ['!(MailmanLayer|WindmillLayer)'],
10 }
11
12 # Monkey-patch os.listdir to randomise the results