Enable Heat for csit-1node and csit-verify-1node
[releng/builder.git] / jjb / daexim / daexim-csit-basic.yaml
1 - project:
2     name: daexim-csit-basic
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'daexim'
8
9     # The functionality under test
10     functionality: 'basic'
11
12     # Project branches
13     stream:
14         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17             bundleurl: 'https://jenkins.opendaylight.org/releng/view/daexim/job/daexim-merge-carbon/lastSuccessfulBuild/org.opendaylight.daexim$daexim-karaf/artifact/org.opendaylight.daexim/daexim-karaf/1.0.0-SNAPSHOT/daexim-karaf-1.0.0-SNAPSHOT.zip'
18
19     install:
20         - only:
21             scope: 'only'
22
23     # no mininet required
24     tools_system_count: 0
25
26     # Features to install
27     install-features: 'odl-daexim-all,odl-netconf-topology,odl-jolokia'
28
29     # Robot custom options
30     robot-options: ''
31
32     # Trigger jobs (upstream dependencies)
33     trigger-jobs: 'daexim-merge-{stream}'