Feat: Branch cut stable/chlorine stream
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-cbench.yaml
index 89b61017919e78d461410d16d9a0c00f4a2d9ed5..c94994473f5173301166b15d973a3fc642c50cb9 100644 (file)
@@ -6,28 +6,32 @@
 
     # The project name
     project: "openflowplugin"
+    jre: "openjdk17"
 
     # The functionality under test
     functionality: "cbench"
 
     # Project branches
     stream:
-      - sulfur:
+      - argon:
           branch: "master"
+      - chlorine:
+          branch: "stable/chlorine"
+      - sulfur:
+          branch: "stable/sulfur"
           jre: "openjdk11"
       - phosphorus:
           branch: "stable/phosphorus"
           jre: "openjdk11"
-      - silicon:
-          branch: "stable/silicon"
-          jre: "openjdk11"
 
     install:
       - only:
           scope: "only"
 
     # Features to install
-    install-features: "odl-openflowplugin-flow-services-rest,odl-openflowplugin-drop-test"
+    install-features: >
+      odl-openflowplugin-flow-services-rest,
+      odl-openflowplugin-drop-test
 
     # Robot custom options
     robot-options: "-v duration_in_secs:60 -v throughput_threshold:20000 -v latency_threshold:1000"