Merge "Remove all refs to nitrogen from int/dist"
[releng/builder.git] / jjb / ocpplugin / ocpplugin-csit-basic.yaml
index c27a0721112161e6787ad7dfd4356d36c49c0886..6b3da1bfe654a7e69597c081324e4d4e61a48982 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: ocpplugin-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: 'ocpplugin'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
+      - nitrogen:
+          branch: 'stable/nitrogen'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-restconf,odl-l2switch-switch,odl-ocpplugin-all'