Remove nitrogen branches in projects
[releng/builder.git] / jjb / alto / alto-csit-setup.yaml
index e94ed2163e8618203c7d0835a6679fdfee60cf7a..c0c1c0434eb3f498b07c7bd86945878f583da388 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: alto-csit-setup
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'alto'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - fluorine:
+          branch: 'master'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic'
@@ -33,8 +27,5 @@
     # Robot custom options
     robot-options: ''
 
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'alto-distribution-{stream}'
-
     # Don't spin up mininet vms as alto-csit-setup jobs don't need them
-    mininet-vms: 0
+    tools_system_count: 0