Merge "Remove messaging4transport carbon jobs"
[releng/builder.git] / jjb / sxp / sxp-csit-performance.yaml
index ecf8e43d2c317ad8601973b0fa567060a0b77e73..cb63fe7b3bbdceb05ff5cacbaf5cd042310fc193 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: sxp-csit-performance
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'sxp'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
+      - fluorine:
+          branch: 'master'
+          trigger-jobs: '{project}-merge-{stream}'
+          # yamllint disable-line rule:line-length
+          repo-url: 'mvn:org.opendaylight.sxp/features-sxp/1.7.0-SNAPSHOT/xml/features'
+      - oxygen:
+          branch: 'stable/oxygen'
+      - nitrogen:
+          branch: 'stable/nitrogen'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-restconf,odl-sxp-controller,odl-sxp-robot'