From 2637eab1e1d226089e1ecfd882fd5bdc8e67885c Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 16 May 2019 17:01:21 +0200 Subject: [PATCH] Reduce the number of tests loops in virl timed jobs - with current number of test loops jobs fail with timeout Change-Id: Id08cd1a9221eda116e018a44bece68a494286169 Signed-off-by: Jan Gelety --- bootstrap-vpp-verify-semiweekly.sh | 2 +- bootstrap-vpp-verify-weekly.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-vpp-verify-semiweekly.sh b/bootstrap-vpp-verify-semiweekly.sh index 6835d16bfe..d6d411b8e4 100644 --- a/bootstrap-vpp-verify-semiweekly.sh +++ b/bootstrap-vpp-verify-semiweekly.sh @@ -261,7 +261,7 @@ echo Running functional tests on the VIRL system... # There are used three iterations of functional tests there # to check the stability and reliability of the results. partial_logs="" -for test_set in 1 2 3 +for test_set in 1 2 do echo echo Functional test loop: ${test_set} diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh index 3c9235d0e2..4dc64fa992 100644 --- a/bootstrap-vpp-verify-weekly.sh +++ b/bootstrap-vpp-verify-weekly.sh @@ -215,7 +215,7 @@ RC=0 MORE_FAILS=0 partial_logs="" -for test_set in 1 2 3 +for test_set in 1 2 do echo echo ${test_set}. test loop -- 2.16.6