Trigger rootstrap creation for SPIN infra 36/144336/1
authorhyokeun <hyokeun.jeon@samsung.com>
Wed, 16 Aug 2017 08:44:04 +0000 (17:44 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Wed, 16 Aug 2017 08:44:04 +0000 (17:44 +0900)
Change-Id: I863a7e0acf8158f0725d14ca6914a0d8ff64a2b7

job_create_snapshot.py

index 75cfa03..e601877 100644 (file)
@@ -396,6 +396,11 @@ def main():
                       }
             trigger_next("BUILD-MONITOR_Post_Image", bm_data)
 
+    rootstrap_data = {"build_id": repo_data['build_id'],
+                      "project": project,
+                      }
+    trigger_next("create-sdkrootstrap", rootstrap_data)
+
 if __name__ == '__main__':
     try:
         sys.exit(main())