Trigger next fields to REF_IMPORT_RPM_OBS job 59/132459/1
authorYonghee Han <onstudy@samsung.com>
Mon, 5 Jun 2017 09:24:52 +0000 (18:24 +0900)
committerYonghee Han <onstudy@samsung.com>
Mon, 5 Jun 2017 09:24:52 +0000 (18:24 +0900)
Change-Id: I50c4e3d071785f48f9c15c3d6c24adbad6f8e78a

job_ref_create_prj_obs.py

index 7a1e607..d22196d 100644 (file)
@@ -620,6 +620,11 @@ class ref_create_project_obs(object):
         print "\n********"
         print "  7) Sync Done..."
 
+        # importrpm trigger next
+        fields['profile'] = profile
+        fields['target'] = target
+        trigger_next("REF_IMPORT_RPM_OBS", fields)
+
         if errpackages:
             return 1
         return 0