File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ case $TEST_SUITE in
13
13
14
14
test_set_list=$( find testsuite/* -maxdepth 1 -mindepth 1 -type d | sort)
15
15
test_set_count=$( printf " $test_set_list " | wc -l)
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 %
18
- test_set_size[3]=$(( test_set_count- test_set_size[1 ]- test_set_size[2 ])) # 56 %
16
+ test_set_size[1]=$( printf " %.0f" $( echo " $test_set_count *0.13 " | bc) ) # 13 %
17
+ test_set_size[2]=$( printf " %.0f" $( echo " $test_set_count *0.30 " | bc) ) # 30 %
18
+ test_set_size[3]=$(( test_set_count- test_set_size[1 ]- test_set_size[2 ])) # 55 %
19
19
echo " Total = ${test_set_count} ; Batch #1 = ${test_set_size[1]} ; Batch #2 = ${test_set_size[2]} ; Batch #3 = ${test_set_size[3]} ;" ;
20
20
21
21
echo " ==> preparing integration testsuite on index $INTEGRATION_INDEX with set size of ${test_set_size[$INTEGRATION_INDEX]} "
You can’t perform that action at this time.
0 commit comments