Add jobs for bgpcep-0.20.x
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
index a2f3197fc38731f915965d7dbdea663c7b41498d..1c3858002889846e35d6ef153843fa63385a2a67 100644 (file)
@@ -5,7 +5,8 @@
       - inttest-csit-1node
 
     # The project name
-    project: 'bgpcep'
+    project: "bgpcep"
+    jre: "openjdk17"
 
     # The functionality under test
     functionality:
 
     # Project branches
     stream:
-      - silicon:
-          branch: 'master'
-          jre: 'openjdk11'
-      - aluminium:
-          branch: 'stable/aluminium'
-          jre: 'openjdk11'
-      - magnesium:
-          branch: 'stable/magnesium'
-          jre: 'openjdk11'
-      - sodium:
-          branch: 'stable/sodium'
+      - calcium:
+          branch: "master"
+      - potassium:
+          branch: "stable/potassium"
+      - argon:
+          branch: "stable/argon"
+
+    karaf-version: bgpcep
 
     install:
       - all:
-          scope: 'all'
+          scope: "all"
 
     # Features to install
     install-features: >
-        odl-restconf,
-        odl-bgpcep-pcep,
-        odl-bgpcep-bgp,
-        odl-bgpcep-bgp-config-example,
-        odl-bgpcep-bmp,
-        odl-bgpcep-bmp-config-example,
-        odl-jolokia
+      odl-restconf,
+      odl-bgpcep-pcep,
+      odl-bgpcep-bgp,
+      odl-bgpcep-bgp-config-example,
+      odl-bgpcep-bmp,
+      odl-bgpcep-bmp-config-example,
+      odl-jolokia
 
     # Robot custom options
-    robot-options: '-v USE_NETCONF_CONNECTOR:False'
+    robot-options: "-v USE_NETCONF_CONNECTOR:False"