Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / sfc / sfc-csit-full-deploy.yaml
index 9a42c21407fcca7399474a817f8600f18ff232c7..05b7fd2f825a8100355b234eb181d9bb7a2aa507 100644 (file)
@@ -1,8 +1,8 @@
+---
 - project:
     name: sfc-csit-full-deploy
     jobs:
-        - '{project}-csit-3node-docker-{functionality}-{install}-{stream}'
-
+      - inttest-csit-3node-docker
 
     # The project name
     project: 'sfc'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
+      - neon:
+          branch: 'master'
+      - fluorine:
+          branch: 'stable/fluorine'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-        - all:
-            scope: 'all'
-
+      - all:
+          scope: 'all'
 
     # Features to install
-    install-features: 'odl-sfc-provider-rest'
+    install-features: >
+        odl-sfc-provider,
+        odl-sfc-ui,
+        odl-sfc-openflow-renderer,
+        odl-sfc-scf-openflow,
+        odl-sfc-sb-rest,
+        odl-sfc-ovs,
+        odl-sfc-netconf
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'ovsdb-distribution-{stream},openflowplugin-distribution-{stream},sfc-distribution-{stream}'