Merge "Add odl-sxp-routing feature to distribution"
[releng/builder.git] / jjb / netide / netide-csit-basic.yaml
index a461eacc5d18a6e964cc0d8e4193a00e08d83cc5..7677a6596a1889ff82e925624fdcb1ca74d0831e 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: netide-csit-basic
     jobs:
-        - '{project}-csit-verify-1node-{functionality}'
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-verify-1node
+      - inttest-csit-1node
 
     # The project name
     project: 'netide'
 
     # Project branches
     stream:
-        - boron:
-            branch: 'master'
-        - beryllium:
-            branch: 'stable/beryllium'
+      - fluorine:
+          branch: 'master'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     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}'