From d2eb9859320341088878415e6e907aa62404d121 Mon Sep 17 00:00:00 2001 From: SungHun Hwang Date: Thu, 13 Apr 2017 15:34:14 +0900 Subject: [PATCH] Fix missing the 'mobile-wayland-armv7l-tm1' image information change the saveinfo to checkinfo Change-Id: I0b1cf0f5ad62ee7d0ded573042c9413f3553712d Signed-off-by: SungHun Hwang --- job_post_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_post_image.py b/job_post_image.py index d162104..736e8b7 100755 --- a/job_post_image.py +++ b/job_post_image.py @@ -107,7 +107,7 @@ def main(): if after_update_img_cnt == target_img_cnt: print '[%s] reached the target_img_cnt(%s)!! trigger BUILD-MONITOR(Post_Image)\n' \ % (__file__, target_img_cnt) - trigger_next("TEST-TRIGGER-INFO-UPDATE", saveinfo) + trigger_next("TEST-TRIGGER-INFO-UPDATE", checkinfo) if buildmonitor_enabled: #buildmonitor.end_create_image_for_sr_stage(bm_start_datetime, -- 2.7.4