Merge "Migrate snmp to global-jjb Maven jobs"
[releng/builder.git] / jjb / netide / netide-csit-basic.yaml
index 7fc0dcdeb66fd2795f11e7a9027d5af215e15a2e..6b228d3d6692954ece5d0c54b635ca40382b24ba 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: netide-csit-basic
     jobs:
-        - '{project}-csit-verify-1node-{functionality}'
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - '{project}-csit-verify-1node-{functionality}'
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'netide'
 
     # Project branches
     stream:
-        - boron:
-            branch: 'master'
-            jdk: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jdk: 'openjdk7'
+      - oxygen:
+          branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+      - carbon:
+          branch: 'stable/carbon'
+          karaf-version: karaf3
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui,odl-netide-rest'
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},netide-distribution-{stream}'