Archive any heap dumps in distribution-related jobs 58/42158/1
authorVratko Polak <vrpolak@cisco.com>
Wed, 20 Jul 2016 15:13:45 +0000 (17:13 +0200)
committerVratko Polak <vrpolak@cisco.com>
Wed, 20 Jul 2016 15:16:18 +0000 (17:16 +0200)
This is useful mainly for SingleFeatureTest on odl-integration-all feature.

Downside: This may fill logs.opendaylight.org quite quickly.
TODO: We may want to use gzip (or xz) on them as well.

Change-Id: I99326fd6957216a8f11e21f3418a7cc50bc21df1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/integration/integration-distribution-jobs.yaml

index 528c7becb83ec44eaa21f6bcd5ad501af0b9b469..b7265586d4eb0ac01ab06e96d757a500932ff88d 100644 (file)
@@ -42,7 +42,7 @@
             project: '{project}'
             branch: '{branch}'
             refspec: 'refs/heads/{branch}'
-            artifacts: '{archive-artifacts} **/dependency_tree.txt'
+            artifacts: '{archive-artifacts} **/dependency_tree.txt **/*.hprof'
         - integration-patch-refspec:
             branch: '$GERRIT_REFSPEC'
 
             project: '{project}'
             branch: '{branch}'
             refspec: 'refs/heads/{branch}'
-            artifacts: '{archive-artifacts} **/dependency_tree.txt'
+            artifacts: '{archive-artifacts} **/dependency_tree.txt **/*.hprof'
 
     scm:
         - gerrit-trigger-scm:
             project: '{project}'
             branch: '{branch}'
             refspec: 'refs/heads/{branch}'
-            artifacts: '{archive-artifacts}'
+            artifacts: '{archive-artifacts} **/*.hprof'
         - integration-branch:
             branch: '{branch}'
         - integration-bundleurl:
             project: '{project}'
             branch: '{branch}'
             refspec: 'refs/heads/{branch}'
-            artifacts: '{archive-artifacts}'
+            artifacts: '{archive-artifacts} **/*.hprof'
         - integration-branch:
             branch: '{branch}'
         - integration-bundleurl: