Switch the csit-1node to use job prefix
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
index 98a0842d269d9d8f195eeebfe2abbc0d4af5a265..e94a8efcc7e5eec1e2fbdcafa93912f4dd7e5510 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: openflowplugin-csit-longevity
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
+      - 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,odl-openflowplugin-app-table-miss-enforcer,decanter-collector-jmx,decanter-appender-elasticsearch'
+    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:23h'
-
-    # mininet image
-    tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004
-
-    # Trigger jobs (on saturday)
-    schedule: 'H H * * 6'
+    robot-options: '-v TEST_LENGTH:23h -v NUM_SWITCHES:16'