diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-10-20 17:17:37 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-10-20 17:48:05 +0200 |
commit | f97f2212e862644178b87708ea62eb091b51a506 (patch) | |
tree | a0bf45fe025cba0c133837ab2c3d05c8da1d5919 /testapi | |
parent | 5b2b99e43eba2e7dfd2694ce165c1945642c3838 (diff) |
bug fix: score calculation based on build_tag
we were used to count the number of PASS of the last 4 runs
it works 80% of the cases
4 runs
4 OK => 3 points
3 OK => 3 points
2 OK => 2 points
1 OK => 1 point
0 => 0
it is different from the normal score calculation
4 OK => 3 points
3 OK => 2 points
2 OK => 2 points
1 OK => 1 point
0 => 0
Change-Id: Ib8df2c294e0036246176c181b7a7ac290ebea07e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testapi')
0 files changed, 0 insertions, 0 deletions