Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
index 5335da9244f2ad98cb659ca0964b3a22cdb72d7a..b29c3ce7df0a8bb0d644ad421819aeab6b277ce9 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: mdsal-csit-bindingv1
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'mdsal'
     # The functionality under test
     functionality: 'bindingv1'
 
-    # Project branches. Boron for actual testing, Beryllium for sanity.
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-            robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-            robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
-
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
-            robot-options: '-v JAVA_7_OPTIONS:-Xmx6144m@-XX:MaxPermSize=512m --escape space:@'
+      - neon:
+          branch: 'master'
+      - fluorine:
+          branch: 'stable/fluorine'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
-    mininet-vms: 0
-    controller-image: 'centos7-java-builder-4c-8g'
+    tools_system_count: 0
+    odl_system_flavor: odl-standard-4
 
     # Features to install
     install-features: 'odl-restconf'
 
     # Additional patterns to archive
     archive-artifacts: '*.xml'
-
-    # Trigger jobs (daily)
-    schedule: 'H H * * *'