Merge "Update python3 pip packages"
[releng/builder.git] / jjb / genius / genius-csit-genius.yaml
index 614d8ab7c84cb98edab5c042cd2bb9a1023301a8..f4df8dc32b27258bc4550f4a0a03f810e99d1f44 100644 (file)
@@ -1,48 +1,38 @@
 ---
 - project:
-    name: genius-csit-genius
+    name: genius-csit-genius-oxygen-fluorine
     jobs:
-      - '{project}-csit-3node-{functionality}-{install}-{stream}'
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
-      - '{project}-csit-verify-1node-{functionality}'
-      - '{project}-csit-verify-3node-{functionality}'
+      - inttest-csit-1node-custom
+      - inttest-csit-3node-custom
 
+    project: "genius"
 
-    # The project name
-    project: 'genius'
-
-    # The functionality under test
     functionality:
-      - 'upstream'
-      - 'gate'
+      - "upstream"
+      - "gate"
+      - "tdd-wip":
+          testplan: "{project}-tdd-wip.txt"
+
+    testplan: "{project}-{functionality}.txt"
 
-    # Project branches
     stream:
-      - oxygen:
-          branch: 'master'
-          jre: 'openjdk8'
-      - nitrogen:
-          branch: 'stable/nitrogen'
-          jre: 'openjdk8'
-      - carbon:
-          branch: 'stable/carbon'
-          jre: 'openjdk8'
-          karaf-version: karaf3
-      - boron:
-          branch: 'stable/boron'
-          jre: 'openjdk8'
-          karaf-version: karaf3
+      - silicon:
+          branch: "master"
+          jre: "openjdk11"
+      - aluminium:
+          branch: "stable/aluminium"
+          jre: "openjdk11"
+      - magnesium:
+          branch: "stable/magnesium"
+          jre: "openjdk11"
+      - sodium:
+          branch: "stable/sodium"
 
     install:
-      - all:
-          scope: 'all'
+      - only:
+          scope: "only"
 
-    # Mininet configuration
     tools_system_count: 3
-    tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170808-0158
-
-    # Features to install
-    install-features: 'odl-genius-rest'
 
-    # Robot custom options
-    robot-options: ' '
+    install-features: "odl-genius-rest"
+    robot-options: "-v FAIL_ON_EXCEPTIONS:False"