Changing ovsdb job names to work better with patch-test
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-scalability-daily.yaml
index a87998156f49ec3dc8bb8f6e7451d0b0fea347e3..6e5bb0a5dff455d4d2c4844a41e5595419ce8dc2 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: ovsdb-csit-scalability-daily
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'ovsdb'
 
     # Project branches
     stream:
-        - master:
-            branch: 'master'
-        - stable-lithium:
-            branch: 'stable/lithium'
+      - carbon:
+          branch: 'master'
+          jre: 'openjdk8'
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+      - beryllium:
+          branch: 'stable/beryllium'
+          jre: 'openjdk7'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # Features to install
     install-features: 'odl-ovsdb-openstack'
@@ -26,9 +32,6 @@
     # Robot custom options
     robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:500 -v STEP_SWITCHES:100'
 
-    # Trigger jobs (daily)
-    schedule: ''
-
     # Plot Info
     01-plot-title: 'Max number of Switches'
     01-plot-yaxis: 'OpenFlow Switches'