[BuildMonitor] change curr_sr_status_id to multi_sr_status_id 67/125667/3
authorSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 18 Apr 2017 09:18:33 +0000 (18:18 +0900)
committerSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 18 Apr 2017 09:59:50 +0000 (18:59 +0900)
commitbb55502f98136490b7454fc5bb1996323af9262c
treeef31b4d77a21085aa4327bb6ac6c88d38caacf2f
parent9860d5813adaec0e05fb9640aa2546e3a3fd9e5e
[BuildMonitor] change curr_sr_status_id to multi_sr_status_id

PROBLEM:
  If a build break occur after SR accepted, the dashboard showed only one SR

ex)
  submit/tizen/xxxxxx.111111    Accepted
                               (Failed(I))
  submit/tizen/xxxxxx.222222    Accepted
                                (Imaging)
  submit/tizen/xxxxxx.333333    Accepted
                                (Imaging)

REASON:
  missing the multi_sr_status_id parts

SOLUTION:
  change curr_sr_status_id to multi_sr_status_id

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