From: Thierry Parmentelat Date: Tue, 12 Jun 2012 10:49:56 +0000 (+0200) Subject: kvm64-{4,5} often end up with nodes spending more than 20 minutes X-Git-Tag: tests-5.1-7~17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5dbce60b765a3576751704b7d922651e18a4189d;p=tests.git kvm64-{4,5} often end up with nodes spending more than 20 minutes getting started, let's lower their burden --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 74e8a0d..56fa025 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -43,8 +43,8 @@ class OnelabSubstrate (Substrate): ('kvm64-1', 3), # 4 cores, 4Gb ('kvm64-2', 3), # 4 cores, 4Gb ('kvm64-3', 2), # 2 cores, 4Gb - ('kvm64-4', 3), # 4 cores, 8Gb - ('kvm64-5', 2), # 2 cores, 4Gb + ('kvm64-4', 1), # 4 cores, 8Gb + ('kvm64-5', 1), # 2 cores, 4Gb ('kvm64-6', 2), # 2 cores, 4Gb ]