Merge "refactor ovsdb patch test and add ability to trigger netvirt csit"
[releng/builder.git] / jjb / neutron / neutron-daily-openstack-beryllium.yaml
1 - project:
2     name: neutron-daily-openstack
3     jobs:
4         # TODO: Do we want boron job too?
5         - 'neutron-daily-openstack-beryllium'
6
7     project: 'neutron'
8
9 - job-template:
10     name: 'neutron-daily-openstack-beryllium'
11
12     project-type: freestyle
13     node: centos7-devstack-2c-4g
14     description: 'Jenkins job to run Tempest tests for the ODL ML2 MechanismDriver on Neutron dummy provider. '
15     concurrent: true
16
17     properties:
18         - opendaylight-infra-properties:
19             build-days-to-keep: '198'
20
21     parameters:
22         - opendaylight-infra-parameters:
23             project: '{project}'
24             branch: '{branch}'
25             refspec: 'refs/heads/{branch}'
26             artifacts: '{archive-artifacts}'
27
28     wrappers:
29         - opendaylight-infra-wrappers:
30             build-timeout: '90'
31         - ssh-agent-credentials:
32             users:
33                 - 'openstack-gerrit-ssh'
34
35     triggers:
36         - timed: '@daily'
37
38     builders:
39         - inject:
40             properties-content: |
41               # FIXME: Should *-beryllium job set lithium version? Add a comment why.
42               ODL_VERSION=lithium-latest
43               TEMPEST_REGEX=tempest.api.network
44               KARAFFEATURE=odl-neutron-dummyprovider-test
45         - shell:
46             !include-raw-escape:
47                 - include-raw-openstack-ci.sh
48
49     publishers:
50         - archive:
51             artifacts: 'logs/**'
52             fingerprint: false
53         - email-ext:
54             subject: '[neutron] $DEFAULT_SUBJECT'
55             attach-build-log: false
56             failure: false
57             unstable: false
58             fixed: false