Merge "add nevirt tests for genius patch test"
[releng/builder.git] / jjb / yangtools / yangtools-csit-system.yaml
1 - project:
2     name: yangtools-csit-system
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'yangtools'
8
9     # The functionality under test
10     functionality: 'system'
11
12     # Project branches. Boron for actual testing, Beryllium for sanity.
13     stream:
14         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20         - beryllium:
21             branch: 'stable/beryllium'
22             jre: 'openjdk7'
23
24     install:
25         - only:
26             scope: 'only'
27
28     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
29     mininet-vms: 0
30     controller-image: 'centos7-java-builder-4c-8g'
31
32     # Features to install
33     install-features: 'odl-restconf'
34
35     # Robot custom options:
36     robot-options: ''
37
38     # Additional patterns to archive
39     archive-artifacts: ''
40     # FIXME: Delete if no patterns.
41
42     # Trigger jobs (daily)
43     schedule: 'H H * * *'