Remove ARCHIVE_ARTIFACTS overwrite
[releng/builder.git] / jjb / yangtools / yangtools-csit-system.yaml
index 06f6232d254beb204f3e6fb4079ba561303a00b4..19644cfc49396ab75f1f23678707165111e5262b 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.
-    mininet-vms: 0
-    controller-image: 'centos7-java-builder-4c-8g'
+    tools_system_count: 0
 
     # Features to install
     install-features: 'odl-restconf'
@@ -31,8 +35,4 @@
     robot-options: ''
 
     # Additional patterns to archive
-    archive-artifacts: ''
     # FIXME: Delete if no patterns.
-
-    # Trigger jobs (daily)
-    schedule: 'H H * * *'