Merge "Update Ansible playbooks to new names"
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-3node.yaml
index 4a3a6a41e2f7b5720289d66a27d14176589993a6..73e46e8af9890e7c03f24964c350938d09ba71db 100644 (file)
@@ -1,8 +1,8 @@
+---
 - project:
     name: groupbasedpolicy-csit-3node
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-
+      - inttest-csit-1node
 
     # The project name
     project: 'groupbasedpolicy'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - oxygen:
+          branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+      - carbon:
+          branch: 'stable/carbon'
+          karaf-version: karaf3
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # 3 Ubuntu VMs in JCloud configuration
     tools_system_count: 3
-    tools_system_image: Ubuntu 14.04 - gbp - 20170210-0536
+    tools_system_image: ZZCI - Ubuntu 16.04 - gbp - 20171213-2018
 
     # Features to install
     install-features: 'odl-groupbasedpolicy-ofoverlay,odl-groupbasedpolicy-ui,odl-restconf-all'