[BuildMonitor] truncate the msg when the data is too long
authorSungHun Hwang <sh0924.hwang@samsung.com>
Mon, 6 Feb 2017 05:05:42 +0000 (14:05 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 23 Feb 2017 08:35:19 +0000 (17:35 +0900)
commit8ee8cc71073145e5e2680b9b8ae3536a19001b56
treeae6ed816fc82b02faa1d84e17bd3a24d3133fcf7
parent7d2f08e0c4508f665731e022a7ca9d9d53599590
[BuildMonitor] truncate the msg when the data is too long

1. column size up (100 -> 300) at mysql_db

[sr_commit] table
- git_commit_message
- sr_submit_message

[sr_status_detail] table
- obs_request_comment

2. truncate the msg when the data is too long at jenkins-script
3. moved the config value to 'jobs/configuration'

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