Remove nitrogen branches in projects
[releng/builder.git] / jjb / of-config / of-config-csit-basic.yaml
index a2800d1d45d03a5fc03fa303d7cb6eca80f1d6c4..5af38839360fd11953c29e576003843441fb4ea7 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: of-config-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: 'of-config'
 
     # 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'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-restconf,odl-of-config-all,odl-of-config-rest'