Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit a00f5c8

Browse files
author
Stanislav Idolov
authored
ENGCOM-2405: Stabilize Travis CI integration tests suite #16909
2 parents 9bfb67e + fc99108 commit a00f5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/travis/before_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ case $TEST_SUITE in
1313

1414
test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d | sort)
1515
test_set_count=$(printf "$test_set_list" | wc -l)
16-
test_set_size[1]=$(printf "%.0f" $(echo "$test_set_count*0.12" | bc)) #12%
17-
test_set_size[2]=$(printf "%.0f" $(echo "$test_set_count*0.32" | bc)) #32%
16+
test_set_size[1]=$(printf "%.0f" $(echo "$test_set_count*0.17" | bc)) #17%
17+
test_set_size[2]=$(printf "%.0f" $(echo "$test_set_count*0.27" | bc)) #27%
1818
test_set_size[3]=$((test_set_count-test_set_size[1]-test_set_size[2])) #56%
1919
echo "Total = ${test_set_count}; Batch #1 = ${test_set_size[1]}; Batch #2 = ${test_set_size[2]}; Batch #3 = ${test_set_size[3]};";
2020

0 commit comments

Comments
 (0)