Merge "Fix bgpcep UT aggregation"
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering-ha.yaml
index 890f927e41dba5b64ca36f42e8ffdc7af99a3d2b..876dc6350288a0b0989c5d3ed72ee99a855a7031 100644 (file)
@@ -1,32 +1,39 @@
+---
 - project:
     name: bgpcep-csit-bgpclustering-ha
     jobs:
-        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-3node
 
     # The project name
-    project: 'bgpcep'
+    project: "bgpcep"
 
     # The functionality under test
-    functionality: 'bgpclustering-ha'
+    functionality: "bgpclustering-ha"
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
+      - silicon:
+          branch: "master"
+          jre: "openjdk11"
+      - aluminium:
+          branch: "stable/aluminium"
+          jre: "openjdk11"
+      - magnesium:
+          branch: "stable/magnesium"
+          jre: "openjdk11"
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: "only"
 
     # Features to install
-    install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology'
+    install-features: >
+      odl-restconf,
+      odl-bgpcep-bgp,
+      odl-bgpcep-bgp-config-example,
+      odl-bgpcep-bmp,
+      odl-bgpcep-bmp-config-example,
+      odl-bgpcep-pcep
 
     # Robot custom options:
-    robot-options: '-v USE_NETCONF_CONNECTOR:False'
-
-    # Trigger jobs: (daily)
-    schedule: 'H H * * *'
+    robot-options: "-v USE_NETCONF_CONNECTOR:False"