From: Lin Yang Date: Tue, 25 Jun 2013 08:35:40 +0000 (+0800) Subject: Add blocked as a OBS active status X-Git-Tag: 0.14~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=945fd1efa6724d6ed674334e9352aef78427ff33;p=services%2Fjenkins-scripts.git Add blocked as a OBS active status OBS build status blocked means its dependency package is still building, in this situation, it should continue to wait until next repo publish event. Change-Id: I338a50a6cc7dc29ded3b9b0f07c3bcdc98006c6d Signed-off-by: Lin Yang --- diff --git a/job_buildcheck_post.py b/job_buildcheck_post.py index 67d3e48..1f8c960 100755 --- a/job_buildcheck_post.py +++ b/job_buildcheck_post.py @@ -36,7 +36,7 @@ def main(): tmpdir = tempfile.mkdtemp(prefix=(work_space + '/')) - active_status = ['building', 'scheduled', 'dispatching'] + active_status = ['building', 'scheduled', 'dispatching', 'blocked'] event_dict = trigger_info(os.getenv('TRIGGER_INFO'))