Branch cut for stable/aluminium stream
[releng/builder.git] / jjb / ovsdb / ovsdb-csit-southbound.yaml
index cef56dea87ed40bba38db02c45456911ad89ab0a..2ffcb9a0738a512309882daf31f8215d2718e98c 100644 (file)
@@ -1,31 +1,34 @@
+---
 - project:
     name: ovsdb-csit-southbound
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
-   # The project name
+      - inttest-csit-1node
+
+    # The project name
     project: 'ovsdb'
 
     # The functionality under test
-    functionality: 'southbound'
+    functionality:
+      - 'upstream-southbound'
+      - 'gate-southbound'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - silicon:
+          branch: 'master'
+          jre: 'openjdk11'
+      - aluminium:
+          branch: 'stable/aluminium'
+          jre: 'openjdk11'
+      - magnesium:
+          branch: 'stable/magnesium'
+          jre: 'openjdk11'
+      - sodium:
+          branch: 'stable/sodium'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Mininet configuration
     tools_system_count: 2
@@ -35,6 +38,3 @@
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream}'