Change the Raise error code when did not found image-configurations in prerelease
authorYonghee Han <onstudy@samsung.com>
Fri, 17 Feb 2017 06:24:44 +0000 (15:24 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 23 Feb 2017 08:35:19 +0000 (17:35 +0900)
must continue to create images.

Change-Id: Idd1a6acc054906aa6ae3464aaa8cc0019873a139

job_pre_release_obs.py

index ddd667b..ac59889 100755 (executable)
@@ -214,8 +214,11 @@ def make_repo(project, repo, backenddb, base_url, base_path,
                               }
                     trigger_next("BUILD-MONITOR-4-%s" % bm_stage, bm_data)
 
-                raise LocalError("Image configuration not found in %s" %
-                        snapshot.path)
+                #raise LocalError("Image configuration not found in %s" %
+                #        snapshot.path)
+                print "Image configuration not found in %s" %( snapshot.path)
+                continue
+
             for rpm in img_conf_list:
                 repomaker.load_imagedata(rpm)