Refactor OpenFlow sw/link scalability and longevity tests
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
index a0ecd681feb4b8c5176ef4e9060b4c36a15a603f..3475cafc70b758176042cec9e43e36de7a3422f3 100644 (file)
@@ -5,25 +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 (weekly)
-    schedule: 'H H * * *'
+    # mininet image
+    mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
 
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'