[BuildMonitor] Add to set the stage_status as 'S' at the 'Base' snapshot stage 82/119482/5
authorSungHun Hwang <sh0924.hwang@samsung.com>
Fri, 17 Mar 2017 05:39:34 +0000 (14:39 +0900)
committerSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 21 Mar 2017 02:15:44 +0000 (11:15 +0900)
commit7dcb289fc542cb07e2c97fd79a245439d922dd93
treef185e43804407b199171b33338ed54288c7abbb5
parent5fb0cf52983ef4fc8a8a3ff710b2230348786bdb
[BuildMonitor] Add to set the stage_status as 'S' at the 'Base' snapshot stage

1. [job_buildmonitor.py]
  Set the stage_status(PRE_SNAP & PRE_IMAGE / POST_SNAP & POST_IMAGE)
  as 'S(uccedded)' at the snapshot stage of 'Base' project

  << Modified functions >>
  1-1. Pre release part
    update_fail_status_for_sr_stage(...)
    end_pre_create_snapshot_for_sr_stage(...)

  1-2. Post release part (need 'multi_sr_status_id')
    update_fail_create_snapshot_for_sr_stage(...)
    end_create_snapshot_create_images_for_sr_stage(...)

2. [job_create_snapshot.py]
  2-1. Add to Skip [BUILD-MONITOR_Post_Image] if Base project
  2-2. Remove the legacy code ('buildmonibor_skip')

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