]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: run one job at a time by default 722/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 27 Nov 2015 19:51:31 +0000 (20:51 +0100)
committerLoic Dachary <ldachary@redhat.com>
Fri, 27 Nov 2015 19:51:31 +0000 (20:51 +0100)
Most jobs in rados/thrash allocate six volumes. The default tenant on
OVH has ten volumes, that's just not enough for two jobs to run in parallel.

Signed-off-by: Loic Dachary <loic@dachary.org>
scripts/openstack.py

index e0b9e049b2d213d92c4c6d145e73f1e501031580..8b3b66f1e69bb0f501d4416c36506825ed22f2cc 100644 (file)
@@ -51,7 +51,7 @@ and analyze results.
         '--simultaneous-jobs',
         help='maximum number of jobs running in parallel',
         type=int,
-        default=2,
+        default=1,
     )
     parser.add_argument(
         '--teardown',