]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove the hardcoded concurrency limit for ostestr
authorJohn Griffith <john.griffith8@gmail.com>
Fri, 19 Jun 2015 18:32:01 +0000 (12:32 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Fri, 19 Jun 2015 18:34:34 +0000 (12:34 -0600)
commitc5b62f5ea3bbd29717af55ac719a3ed069caea44
tree8b6e2ad6fd091766d304ddec75f675851639c7cc
parent66dfe800f33e7b3b126433a6523c9d855d7025cd
Remove the hardcoded concurrency limit for ostestr

ostestr by default uses concurrency = ncpu.

This caused all sorts of things to blow up in Cinder
when one got over 6 cpus.  Since the initial merge a
patch has landed that appears to fix the issues, and
we now run reliably at 8 and even 12 cpus.

This patch removes the hard coded concurrency=6 setting
from tox.ini

Change-Id: I483e53acaf1bb71deeba20d6c81184112cbcb046
tox.ini