Switch the csit-1node to use job prefix
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
index 4ea4f497216743878e3d1cecfc0d65f7882e8f42..e94a8efcc7e5eec1e2fbdcafa93912f4dd7e5510 100644 (file)
@@ -1,29 +1,39 @@
+---
 - project:
     name: openflowplugin-csit-longevity
     jobs:
-        - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
+    build-timeout: 1440
 
     # The functionality under test
     functionality: 'longevity'
 
     # Project branches
     stream:
-        - master:
-            branch: 'master'
+      - oxygen:
+          branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+      - carbon:
+          branch: 'stable/carbon'
+          karaf-version: 'karaf3'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
+
+    # Job images
+    tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-26 - 20171208-1847'
 
     # Features to install
-    install-features: 'odl-openflowplugin-flow-services-ui'
+    install-features: >
+        odl-openflowplugin-flow-services-rest,
+        odl-openflowplugin-app-table-miss-enforcer,
+        decanter-collector-jmx,
+        decanter-appender-elasticsearch
 
     # Robot custom options
-    robot-options: '-v TEST_LENGTH:23@hours --escape space:@'
-
-    # Trigger jobs (weekly)
-    schedule: 'H H * * *'
-
+    robot-options: '-v TEST_LENGTH:23h -v NUM_SWITCHES:16'