Merge "Build AR Magnesium with openjdk11"
[releng/builder.git] / jjb / genius / genius-csit-genius.yaml
index 77d08b0d780fd61331505cb8d219410daf6242b9..ceb1a1a139c9da9d23c2fcea861bd766d12344d7 100644 (file)
@@ -1,79 +1,61 @@
 ---
 - project:
-    name: genius-csit-genius-oxygen
+    name: genius-csit-genius-oxygen-fluorine
     jobs:
-      - inttest-csit-1node
-      - inttest-csit-3node
+      - inttest-csit-1node-custom
+      - inttest-csit-3node-custom
 
-    # The project name
     project: 'genius'
 
-    # The functionality under test
     functionality:
       - 'upstream'
       - 'gate'
       - 'tdd-wip':
           testplan: '{project}-tdd-wip.txt'
-          schedule: ''
 
-    # Project branches
+    testplan: '{project}-{functionality}.txt'
+
     stream:
-      - fluorine:
+      - magnesium:
           branch: 'master'
-      - oxygen:
-          branch: 'stable/oxygen'
+      - sodium:
+          branch: 'stable/sodium'
+      - neon:
+          branch: 'stable/neon'
+      - fluorine:
+          branch: 'stable/fluorine'
+
     install:
-      - all:
-          scope: 'all'
+      - only:
+          scope: 'only'
 
-    # Mininet configuration
     tools_system_count: 3
-    tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847
 
-    # Features to install
     install-features: 'odl-genius-rest'
-
-    # Robot custom options
-    robot-options: ' '
+    robot-options: '-v FAIL_ON_EXCEPTIONS:False'
 
 - project:
-    name: genius-csit-genius-{stream}
+    name: genius-csit-genius-verify
     jobs:
-      - inttest-csit-1node
-      - inttest-csit-3node
       - inttest-csit-verify-1node
       - inttest-csit-verify-3node
 
-    # The project name
     project: 'genius'
 
-    # The functionality under test
-    functionality:
-      - 'upstream'
-      - 'gate'
+    functionality: 'verify'
 
-    # Project branches
     stream:
-      - nitrogen:
-          branch: 'stable/nitrogen'
-      - carbon:
-          branch: 'stable/carbon'
-          karaf-version: karaf3
+      - fluorine:
+          branch: 'master'
 
-    verify-stream: 'oxygen'
-    verify-branch: 'stable/oxygen'
+    verify-stream: 'neon'
+    verify-branch: 'stable/neon'
     verify-karaf-version: 'karaf4'
 
     install:
-      - all:
-          scope: 'all'
+      - only:
+          scope: 'only'
 
-    # Mininet configuration
     tools_system_count: 3
-    tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847
 
-    # Features to install
     install-features: 'odl-genius-rest'
-
-    # Robot custom options
-    robot-options: ' '