diff options
author | mbeierl <mark.beierl@dell.com> | 2017-09-28 10:58:01 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-09-28 11:13:49 -0400 |
commit | 01bad48306bfa00f234dd09ab30a05e9b35b01b2 (patch) | |
tree | 6eefc8f6ccc392823181507d181f6c176fc0a818 /ci | |
parent | c0571183df86501bb626079b40a36a0d06e6e4f1 (diff) |
Fix Test Results
Updates the key/values that are sent to testresults db.
Fixes the PASS/FAIL to ignore _warm_up job.
Change-Id: I8af292cd764637cd12cbdb5a2a3e114fbeda5665
Signed-off-by: mbeierl <mark.beierl@dell.com>
JIRA: STORPERF-216
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify-build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/verify-build.sh b/ci/verify-build.sh index 9911566..0477e17 100755 --- a/ci/verify-build.sh +++ b/ci/verify-build.sh @@ -55,6 +55,8 @@ function check_for_life() { FAILURES=0 +set +e + check_for_life storperf-httpfrontend "/" FAILURES=$((FAILURES + $?)) |