Merge "Remove genius carbon jobs"
[releng/builder.git] / jjb / sdninterfaceapp / sdninterfaceapp-csit-basic.yaml
index b0fe4acdccfc74cc2ab5415f27821e2ef3f89658..1e1df4fc9ea32371ca3e816a14beea65695479f9 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: sdninterfaceapp-csit-basic
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
+      - inttest-csit-1node
+      - inttest-csit-verify-1node
 
     # The project name
     project: 'sdninterfaceapp'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - fluorine:
+          branch: 'master'
+      - oxygen:
+          branch: 'stable/oxygen'
+      - nitrogen:
+          branch: 'stable/nitrogen'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # Features to install
     install-features: 'odl-restconf,odl-sdninterfaceapp-all'