Merge "Make message more clear"
[releng/builder.git] / jjb / messaging4transport / messaging4transport-csit-basic.yaml
index 35b4800ec015085abf1f0ab004eed23d9f4cc9d2..f625154cc9212e7619b4c918bf7a8e64562e6210 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
+            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}'