Update git submodules
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 20 Oct 2017 15:17:37 +0000 (17:17 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 20 Oct 2017 20:22:58 +0000 (20:22 +0000)
commit03a889adecd2c9202eef0653b656a575e1b36071
treee744b43163f33fbbd933b55a86f8b3a495736d81
parent2421a199ae365d81f5a400ff1bc0255b9b557f4f
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - 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>
docs/submodules/releng