Merge "Update Ansible playbooks to new names"
[releng/builder.git] / jjb / yangtools / yangtools-csit-system.yaml
index 313ba85c9bfd7535406fd8e3f8287169e26979e9..c2d51a1c7726edac2466c349703823fbb8e1e795 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: yangtools-csit-system
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-1node-periodic
 
     # The project name
     project: 'yangtools'
 
     # Project branches.
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        # The tested component was only introduced in Carbon.
+      # The tested component was only introduced in Carbon.
+      - oxygen:
+          branch: 'master'
+      - nitrogen:
+          branch: 'stable/nitrogen'
+      - carbon:
+          branch: 'stable/carbon'
+          karaf-version: karaf3
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
     tools_system_count: 0
-    odl_system_flavor: 8 GB General Purpose v1
 
     # Features to install
     install-features: 'odl-restconf'
@@ -33,6 +37,3 @@
     # Additional patterns to archive
     archive-artifacts: ''
     # FIXME: Delete if no patterns.
-
-    # Trigger jobs (daily)
-    schedule: 'H H * * *'