Merge "Remove snmp carbon jobs"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
index bac6e772c3a5ffd0b50053de8c36c5207eb83e6f..38b8e609a3c68d96ae039a0e4e51151119ec7200 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'
+      - fluorine:
+          branch: 'master'
+      - oxygen:
+          branch: 'stable/oxygen'
+      - nitrogen:
+          branch: 'stable/nitrogen'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
+
+    # Job images
+    tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20180301-1041'
 
     # 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-25 - 20170130-0414
-
-    # Trigger jobs (on saturday)
-    schedule: 'H H * * 6'
+    robot-options: '-v TEST_LENGTH:23h -v NUM_SWITCHES:16'