Feat: Add branch stable/phosphorus
[releng/builder.git] / jjb / controller / controller-csit-dnb-noloss.yaml
index c251b410c220bfaa7637ad8ca6e195cfb01b179e..b75ffd58bc9ab1d01a39709eb08e5b66b212ad73 100644 (file)
@@ -2,32 +2,40 @@
 - project:
     name: mdsal-csit-dom-notification-broker-no-loss-longevity
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
-    project: 'controller'
+    project: "controller"
 
     # The functionality under test
-    functionality: 'notifications-longevity'
+    functionality: "notifications-longevity"
+
+    # Set elasticsearch attribute to value 'long' for longevity jobs
+    # elasticsearch-attribute: 'long'
 
     # Project branches
     stream:
-      - oxygen:
-          branch: 'master'
-      - nitrogen:
-          branch: 'stable/nitrogen'
-      - carbon:
-          branch: 'stable/carbon'
-          karaf-version: karaf3
+      - sulfur:
+          branch: "master"
+          jre: "openjdk11"
+      - phosphorus:
+          branch: "stable/phosphorus"
+          jre: "openjdk11"
+      - silicon:
+          branch: "stable/silicon"
+          jre: "openjdk11"
+      - aluminium:
+          branch: "stable/aluminium"
+          jre: "openjdk11"
 
     install:
       - only:
-          scope: 'only'
+          scope: "only"
 
     # Features to install
     install-features: >
-        odl-restconf,
-        odl-clustering-test-app
+      odl-restconf,
+      odl-clustering-test-app
 
     # Built timeout
-    build-timeout: '1500'
+    build-timeout: "1500"