Switch the csit-1node to use job prefix
[releng/builder.git] / jjb / didm / didm-csit-discovery.yaml
index cdcecae527c3cdd527b442dd9fe78d5558962231..93c30b9236ed04909e3cf005e9e2f043d3202541 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: didm-csit-discovery
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
+      - inttest-csit-1node
+      - inttest-csit-verify-1node
 
     # The project name
     project: 'didm'
 
     # Project branches
     stream:
-        - boron:
-            branch: 'master'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
-        - stable-lithium:
-            branch: 'stable/lithium'
-            jre: 'openjdk7'
+      - oxygen:
+          branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+      - carbon:
+          branch: 'stable/carbon'
+          karaf-version: karaf3
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # Features to install
-    install-features: 'odl-didm-all'
+    install-features: 'odl-restconf,odl-didm-all'
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'didm-distribution-{stream},openflowplugin-distribution-{stream}'