From: Thilo Fromm Date: Tue, 2 Apr 2013 14:02:04 +0000 (+0200) Subject: liveboot-autotest: split compile, run into two ssh calls X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=59b69974a30eb6a58c0e22a204928a4711b7ced2;p=profitbricks%2Fjenkins-build-scripts.git liveboot-autotest: split compile, run into two ssh calls Signed-off-by: Thilo Fromm --- diff --git a/liveboot_gw_autotest.sh b/liveboot_gw_autotest.sh index ffd2faa..29b6334 100755 --- a/liveboot_gw_autotest.sh +++ b/liveboot_gw_autotest.sh @@ -71,7 +71,8 @@ $(dirname $0)/liveboot_testlink_create_build.sh \ # run autotests # # call autotest suite w/ testlink connector info -ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --testlink='Profitbricks','R&I Liveboot Approval Autotest','liveboot-${LIVEBOOT_BUILD_NUMBER}'" +ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./compile.sh" +ssh -t -A $CORE_ROUTER "cd /opt/autotest ; java -ea -jar dist/lib/AutoTest.jar --testlink='Profitbricks,R&I Liveboot Approval Autotest,liveboot-${LIVEBOOT_BUILD_NUMBER}'" # no testlink support in vcb tests yet ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --vcb=true --tracepjds"