Merge "Revert gerrit-patch macro back to git review"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
index 1381fd6806ac4530a772145920ff6fae74e486ea..98a0842d269d9d8f195eeebfe2abbc0d4af5a265 100644 (file)
@@ -5,24 +5,32 @@
 
     # The project name
     project: 'openflowplugin'
+    build-timeout: 1440
 
     # The functionality under test
     functionality: 'longevity'
 
     # Project branches
     stream:
-        - beryllium:
+        - carbon:
             branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
 
     install:
         - 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-2.5 - 20170117-0004
+
+    # Trigger jobs (on saturday)
+    schedule: 'H H * * 6'