Remove unsupported Beryllium jobs
[releng/builder.git] / jjb / usc / usc-csit-udp.yaml
index 66a9e7dbfc5953cc0984e9778069a359a9d1c2b0..b6af34d0330b40804174cf89c44efe8d587c31c9 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: usc-csit-udp
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - '{project}-csit-verify-1node-{functionality}'
 
     # The project name
     project: 'usc'
 
     # Project branches
     stream:
-        - boron:
-            branch: 'master'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - boron:
+          branch: 'master'
+          jre: 'openjdk8'
+          karaf-version: karaf3
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - only:
+          scope: 'only'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-restconf,odl-mdsal-apidocs,odl-usc-channel-ui'