DXLTTC-783 Problems with pre-release projects 63/138063/2
authorYonghee Han <onstudy@samsung.com>
Tue, 11 Jul 2017 02:56:35 +0000 (11:56 +0900)
committerJunghyun Kim <jh0822.kim@samsung.com>
Tue, 11 Jul 2017 03:29:56 +0000 (03:29 +0000)
commit17691927edfdeb885c41c3456896241bbf7a7d43
treee69cb302b28a8d01d5f5efb0b6786371e9d3d970
parent9595c4ab779701bf5d26e2762850675b6ad7040a
DXLTTC-783 Problems with pre-release projects

Problem : remain the project folder in /srv/obs/build of backend server.
Solution :  change the delete_project function from the cleanup funtion in a job_request job.
_bs.delete_project(prj) -> _bs.cleanup(prj, "This project has expired")

Change-Id: I56e3d22a97fc3d65438eb47640dbd62b9aa8a80c
job_request.py