Merge "sdninterfaceapp automatic system testing support"
[releng/builder.git] / jjb / tsdr / tsdr.yaml
index 63e2d9b11749a101d04d7f717b9bb1c3a39edbbc..42de0d6dc4728caf39ed3b94f98a52a18dfb9e9c 100644 (file)
@@ -8,7 +8,7 @@
     jobs:
         - 'tsdr-verify-{stream}'
         - 'tsdr-merge-{stream}'
-        - 'tsdr-daily-{stream}'
+        - 'tsdr-periodic-{stream}'
         - 'tsdr-distribution-{stream}'
         - 'tsdr-integration-{stream}'
         - 'tsdr-sonar'
@@ -38,7 +38,7 @@
             jdk: openjdk7
             jdks:
                 - openjdk7
-            disable_autorelease: True
+            disable_autorelease: False
 
     project: 'tsdr'
 
                 - '{ssh-credentials}'
 
     triggers:
+        - timed: 'H H * * 0'
         - gerrit-trigger-patch-merged:
             name: 'tsdr'
             branch: '{branch}'
         - findbugs
 
     publishers:
+        - archive-artifacts:
+            artifacts: '**/target/surefire-reports/*-output.txt, '
         - email-notification:
             email-prefix: '[tsdr]'
         - maven-deploy:
         - jacoco-report
 
 - job-template:
-    name: 'tsdr-daily-{stream}'
+    name: 'tsdr-periodic-{stream}'
 
-    # Job template for daily builders
+    # Job template for periodic builders
     #
-    # The purpose of this job template is to setup a daily/nightly
-    # builder and pushes to Sonar analysis.
+    # The purpose of this job template is to setup a periodic
+    # builder.
     #
     # Required Variables:
     #     stream:    release stream (eg. stable-lithium or beryllium)
                 - '{ssh-credentials}'
 
     triggers:
-        - timed: 'H H * * 7'
+        - timed: '@daily'
 
     prebuilders:
         - wipe-org-opendaylight-repo
         global-settings: '{odl-global-settings}'
 
     postbuilders:
+        - shell: 'find . -regex ".*karaf/target" | xargs rm -rf'
         - check-clm:
             application-name: tsdr