Feat: Add branch stable/phosphorus
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
index 6e6075725bc66d2f70435c4a46ee9ffd77b30e3b..9e993e4c33e7c02cdc428c54c95bd96c3b2d880f 100644 (file)
@@ -2,36 +2,44 @@
 - project:
     name: mdsal-csit-bindingv1
     jobs:
-      - inttest-csit-1node-periodic
+      - inttest-csit-1node
 
     # The project name
-    project: 'mdsal'
+    project: "mdsal"
+    disable-job: true
 
     # The functionality under test
-    functionality: 'bindingv1'
+    functionality: "bindingv1"
 
     stream:
-      - fluorine:
-          branch: 'master'
-      - oxygen:
-          branch: 'stable/oxygen'
-      - nitrogen:
-          branch: 'stable/nitrogen'
-      - carbon:
-          branch: 'stable/carbon'
-          karaf-version: karaf3
-          robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
+      - sulfur:
+          branch: "master"
+          jre: "openjdk11"
+      - phosphorus:
+          branch: "stable/phosphorus"
+          jre: "openjdk11"
+      - silicon:
+          branch: "stable/silicon"
+          jre: "openjdk11"
+      - aluminium:
+          branch: "stable/aluminium"
+          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: v2-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"