From cce4a4f73561c5b2213b837f832fb3dd242136a8 Mon Sep 17 00:00:00 2001 From: "Denis V. Meltsaykin" Date: Tue, 19 May 2015 13:35:44 +0300 Subject: [PATCH] Small fix for development releases Set explicitly showmenu=no, as in some builds the menu is activated This fixes broken autoinstall of some builds (#425, #433 ...) Small change in clocksource option, looks like this makes VMs more stable. Change-Id: I404e85eefc01f19d513ab6cfa03691a7735f3309 --- jenkins/build_cluster.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jenkins/build_cluster.py b/jenkins/build_cluster.py index 7420174..7e25cd6 100755 --- a/jenkins/build_cluster.py +++ b/jenkins/build_cluster.py @@ -305,8 +305,8 @@ def start_node(name, admin=False): - - + + destroy restart @@ -423,6 +423,7 @@ def send_keys(instance): " netmask={netmask}\n" " gw={gw}\n" " dns1={gw}\n" + " showmenu=no\n" " \n" ).format( ip=str(cfg["ADMIN_SUBNET"].ip + 2), -- 2.45.2