Nitrogen branch cutting
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
index f2ce6f9d506d5586bad7a4a92604118c08ec334b..41c069444fa09b57a88c8d77aff194dcafbe57d5 100644 (file)
@@ -1,30 +1,44 @@
+---
 - project:
     name: openflowplugin-csit-longevity
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'openflowplugin'
+    build-timeout: 1440
 
     # The functionality under test
     functionality: 'longevity'
 
     # Project branches
     stream:
-        - boron:
-            branch: 'master'
-        - beryllium:
-            branch: 'stable/beryllium'
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # Features to install
-    install-features: 'odl-openflowplugin-flow-services-ui'
+    install-features: >
+        odl-openflowplugin-flow-services-ui,
+        odl-openflowplugin-app-table-miss-enforcer,
+        decanter-collector-jmx,
+        decanter-appender-elasticsearch
 
     # Robot custom options
-    robot-options: '-v TEST_LENGTH:23@hours --escape space:@'
+    robot-options: '-v TEST_LENGTH:23h'
 
-    # Trigger jobs (daily)
-    schedule: 'H H * * *'
+    # mininet image
+    tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300
+
+    # Trigger jobs (on saturday)
+    schedule: 'H H * * 6'