Merge "Make message more clear"
[releng/builder.git] / jjb / messaging4transport / messaging4transport-csit-basic.yaml
index ab00be3a6808b0bea4782cf0ec706d19f4db86b0..f625154cc9212e7619b4c918bf7a8e64562e6210 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
-            jdk: 'openjdk8'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
-            jdk: 'openjdk7'
+            jre: 'openjdk7'
 
     install:
         - only:
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-messaging4transport-api,odl-messaging4transport'
+    install-features: 'odl-messaging4transport-api,odl-messaging4transport,odl-restconf'
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream},messaging4transport-distribution-{stream}'