Switch the csit-1node to use job prefix
[releng/builder.git] / jjb / alto / alto-csit-setup.yaml
index e4be41336ce9cf64abb9918580be5812689fab1c..172f7506b37af3e19340f8b80094ba3f09d00698 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:
-        - beryllium:
-            branch: 'master'
-        - stable-lithium:
-            branch: 'stable/lithium'
+      - oxygen:
+          branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+      - carbon:
+          branch: 'stable/carbon'
+          karaf-version: karaf3
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
-    install-features: 'odl-alto-resourcepool,odl-restconf-all'
+    install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic'
 
     # Robot custom options
     robot-options: ''
 
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream}, yangtools-distribution-{stream}, controller-distribution-{stream}, aaa-distribution-{stream}, integration-distribution-merge-{stream}, alto-distribution-{stream}'
+    # Don't spin up mininet vms as alto-csit-setup jobs don't need them
+    tools_system_count: 0