Enable infrautils sonar aggregation
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
index 9f34180d8eac38a8a97b823b217bab3684bf7ebe..f35425af226b9eb69a74bfedab9d27c7902881a0 100644 (file)
@@ -5,33 +5,38 @@
       - inttest-csit-1node
 
     # The project name
-    project: 'mdsal'
+    project: "mdsal"
     disable-job: true
 
     # The functionality under test
-    functionality: 'bindingv1'
+    functionality: "bindingv1"
 
     stream:
+      - silicon:
+          branch: "master"
+          jre: "openjdk11"
+      - aluminium:
+          branch: "stable/aluminium"
+          jre: "openjdk11"
       - magnesium:
-          branch: 'master'
-          jre: 'openjdk11'
-      - sodium:
-          branch: 'stable/sodium'
-      - neon:
-          branch: 'stable/neon'
-      - fluorine:
-          branch: 'stable/fluorine'
+          branch: "stable/magnesium"
+          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_system_flavor: odl-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"