Feat: Branch cut stable/chlorine stream
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
index 1dc5719ffd46498e6a7172244c6aad24b4d24be5..34d0428373b4c47c611aa43f1f36c8082ec46c13 100644 (file)
@@ -5,30 +5,40 @@
       - inttest-csit-1node
 
     # The project name
-    project: 'mdsal'
+    project: "mdsal"
+    jre: "openjdk17"
     disable-job: true
 
     # The functionality under test
-    functionality: 'bindingv1'
+    functionality: "bindingv1"
 
     stream:
-      - sodium:
-          branch: 'master'
-      - neon:
-          branch: 'stable/neon'
-      - fluorine:
-          branch: 'stable/fluorine'
+      - argon:
+          branch: "master"
+      - chlorine:
+          branch: "stable/chlorine"
+      - sulfur:
+          branch: "stable/sulfur"
+          jre: "openjdk11"
+      - phosphorus:
+          branch: "stable/phosphorus"
+          jre: "openjdk11"
 
     install:
       - only:
-          scope: 'only'
+          scope: "only"
 
     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
     tools_system_count: 0
-    odl_system_flavor: odl-standard-4
+
+    # odl system flavor
+    odl_system_flavor: v3-standard-4
 
     # Features to install
-    install-features: 'odl-restconf'
+    install-features: "odl-restconf"
+
+    # Robot custom options:
+    robot-options: ""
 
     # Additional patterns to archive
-    archive-artifacts: '*.xml'
+    archive-artifacts: "*.xml"