Merge lp:~gandelman-a/ubuntu/saucy/neutron/limit_testr_concurrency into lp:~ubuntu-server-dev/neutron/havana

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 176
Merged at revision: 176
Proposed branch: lp:~gandelman-a/ubuntu/saucy/neutron/limit_testr_concurrency
Merge into: lp:~ubuntu-server-dev/neutron/havana
Diff against target: 28 lines (+5/-1)
2 files modified
debian/changelog (+4/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/neutron/limit_testr_concurrency
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+177999@code.launchpad.net

Description of the change

The neutron test suite absolutely kills our build system when run with maximum concurrency. Limit it testr to run on only a single CPU. I propose we do this across most projects as our Jenkins has been noticeably bogged down since upstream migrated to testr.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-07-31 17:15:39 +0000
3+++ debian/changelog 2013-08-01 05:31:32 +0000
4@@ -1,9 +1,13 @@
5 neutron (1:2013.2.a123.ga0bf351-0ubuntu1) UNRELEASED; urgency=low
6
7+ [ Chuck Short ]
8 * New upstream release.
9 * debian/patches/fix-quantum-configuration.patch: Refreshed.
10 * debian/patches/neutron-conf.patch: Dropped.
11
12+ [ Adam Gandelman ]
13+ * debian/rules: Limit testr concurrency to 1 CPU.
14+
15 -- Chuck Short <zulcss@ubuntu.com> Wed, 31 Jul 2013 16:55:55 +0000
16
17 neutron (1:2013.2~b2-0ubuntu3) saucy; urgency=low
18
19=== modified file 'debian/rules'
20--- debian/rules 2013-07-16 22:31:35 +0000
21+++ debian/rules 2013-08-01 05:31:32 +0000
22@@ -17,5 +17,5 @@
23
24 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
25 override_dh_auto_test:
26- ./run_tests.sh -N -P
27+ ./run_tests.sh -N -P --concurrency=1
28 endif

Subscribers

People subscribed via source and target branches