Compress build monitor data 56/204056/1
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Fri, 19 Apr 2019 03:15:32 +0000 (12:15 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Fri, 19 Apr 2019 03:15:32 +0000 (12:15 +0900)
Change-Id: Idb4182823f9a76daefe14af38934334c9abd3671

job_buildlogs.py
job_create_snapshot.py

index 3b6452b..32f5e23 100755 (executable)
@@ -48,7 +48,7 @@ def update_buildlog_in_buildmonitor(package_build_dict, download_url,
 
         data['pkgs'][arch][pkg_name] = os.path.join(arch, status,
                                   "%s.buildlog.txt" % pkg_name)
-    trigger_next("BUILD-MONITOR-%s" % repo, data)
+    trigger_next("BUILD-MONITOR-%s" % repo, data, compress=True)
 
 def restructure_output_dir(package_build_dict, target_path):
     """ Put the logs in request structure
index aad1efb..4ec117a 100755 (executable)
@@ -397,7 +397,7 @@ def main(action):
                    "bm_start_datetime" : str(bm_start_datetime),
                    "unresolvable_broken_packages": unresolvable_broken_packages
                   }
-        trigger_next("BUILD-MONITOR-1-%s" % bm_stage, bm_data)
+        trigger_next("BUILD-MONITOR-1-%s" % bm_stage, bm_data, show=False, compress=True)
 
     # Get link project
     ref_project_id = None