Merge "Update Ansible playbooks to new names"
[releng/builder.git] / jjb / sxp / sxp-csit-performance.yaml
index ba2a2594e3df7bbdedf919b27ab7b57bac0b3f2b..7b909d0ef846f6be6928ddeba78595c1d44b9885 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: sxp-csit-performance
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-1node-periodic
 
     # The project name
     project: 'sxp'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
+      - oxygen:
+          branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+      - carbon:
+          branch: 'stable/carbon'
+          karaf-version: karaf3
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-restconf,odl-sxp-controller,odl-sxp-robot'
 
     # Robot custom options:
     robot-options: ''
-
-    # Trigger jobs: (daily)
-    schedule: 'H H * * *'