Merge "Move sfc Sonar scan to Sonarcloud"
[releng/builder.git] / jjb / sxp / sxp-csit-performance.yaml
index ba2a2594e3df7bbdedf919b27ab7b57bac0b3f2b..4af044b963a1af4c5143eae5e371a2390ac8e72e 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'
+      - aluminium:
+          branch: 'master'
+          jre: 'openjdk11'
+      - magnesium:
+          branch: 'stable/magnesium'
+          jre: 'openjdk11'
+      - sodium:
+          branch: 'stable/sodium'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-sxp-controller,odl-sxp-robot'
+    install-features: 'odl-restconf,odl-sxp-routing,odl-sxp-robot'
 
     # Robot custom options:
     robot-options: ''
-
-    # Trigger jobs: (daily)
-    schedule: 'H H * * *'