Refactor OpenFlow sw/link scalability and longevity tests
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
index f2ce6f9d506d5586bad7a4a92604118c08ec334b..3475cafc70b758176042cec9e43e36de7a3422f3 100644 (file)
@@ -5,26 +5,32 @@
 
     # The project name
     project: 'openflowplugin'
+    build-timeout: 1440
 
     # The functionality under test
     functionality: 'longevity'
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
-        - beryllium:
-            branch: 'stable/beryllium'
+            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'
+
+    # mininet image
+    mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
 
     # Trigger jobs (daily)
     schedule: 'H H * * *'