Merge "Add CentOS8 images to the jenkins-config"
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
index 8fd766fd6aedfe1306810a01caa89552e8fd551c..26df6112f74d4817c1cca7897cfa8eeecd908d6d 100644 (file)
@@ -6,17 +6,23 @@
 
     # The project name
     project: 'mdsal'
+    disable-job: true
 
     # The functionality under test
     functionality: 'bindingv1'
 
     stream:
-      - fluorine:
+      - silicon:
           branch: 'master'
-      - oxygen:
-          branch: 'stable/oxygen'
-      - nitrogen:
-          branch: 'stable/nitrogen'
+          jre: 'openjdk11'
+      - aluminium:
+          branch: 'stable/aluminium'
+          jre: 'openjdk11'
+      - magnesium:
+          branch: 'stable/magnesium'
+          jre: 'openjdk11'
+      - sodium:
+          branch: 'stable/sodium'
 
     install:
       - only:
 
     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
     tools_system_count: 0
+
+    # odl system flavor
     odl_system_flavor: odl-standard-4
 
     # Features to install
     install-features: 'odl-restconf'
 
+    # Robot custom options:
+    robot-options: ''
+
     # Additional patterns to archive
     archive-artifacts: '*.xml'