[BuildMonitor] BUGFIX : fix the status value
authorSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 7 Feb 2017 09:00:22 +0000 (18:00 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 23 Feb 2017 08:35:19 +0000 (17:35 +0900)
commitf716309ddb271319d597a2ae2682c1e03f270e53
tree5f287b138ca5a623def6c922dae81296807c1715
parent3c5d1b583f75f969bd4875d0b18fcc4a027a5c93
[BuildMonitor] BUGFIX : fix the status value

1. fix the status value of [build_image] & [sr_status_detail] tables

[build_image] table

 Before   | After
-------------------
'failed'  | 'F'
'success' | 'S'

[sr_status_detail] table

 Before   | After
-------------------
'ACCEPTED'| 'A'
'REVOKED' | 'R'

2. remove useless comment

Change-Id: I8464e31df57450f76fd1052f92037de3178bc267
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
job_buildmonitor.py