diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-05-16 17:01:21 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-05-17 09:05:12 +0000 |
commit | 2637eab1e1d226089e1ecfd882fd5bdc8e67885c (patch) | |
tree | df83535f20ab492fdaff8e51d9e3bbbe3d3834cf /bootstrap-vpp-verify-weekly.sh | |
parent | 89657c4198cf3c35fa9f594228f3902f0ee90298 (diff) |
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 <jgelety@cisco.com>
Diffstat (limited to 'bootstrap-vpp-verify-weekly.sh')
-rw-r--r-- | bootstrap-vpp-verify-weekly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |