Merge "Make distribution test job run daily for active branches"
[releng/builder.git] / jjb / armoury / armoury-csit-basic.yaml
index dd694f9ee5e43d9fb44696cc71b98a1704bb6f3e..0e239f3a52fb9df836e7663ca268fb31beea7df6 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
             jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
             jre: 'openjdk7'
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-armoury-workloadmanager'
+    install-features: >
+        odl-restconf,
+        odl-armoury-workloadmanager
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream},armoury-distribution-{stream}'