Create a opendaylight-infra-wrapper macro
[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: dynamic_devstack
14     description: 'Jenkins job to run Tempest tests for the ODL ML2 MechanismDriver on Neutron dummy provider. '
15     concurrent: true
16
17     logrotate:
18         daysToKeep: '198'
19
20     parameters:
21         - project-parameter:
22             project: '{project}'
23
24     wrappers:
25         - opendaylight-infra-wrappers:
26             build-timeout: '90'
27
28     triggers:
29         - timed: '@daily'
30
31     builders:
32         - inject:
33             properties-content: |
34               ODL_VERSION=lithium-latest
35               TEMPEST_REGEX=tempest.api.network
36               KARAFFEATURE=odl-neutron-dummyprovider-test
37         - shell:
38             !include-raw-escape:
39                 - include-raw-openstack-ci.sh
40
41     publishers:
42         - archive:
43             artifacts: 'logs/**'
44             fingerprint: false
45         - email-ext:
46             subject: '[neutron] $DEFAULT_SUBJECT'
47             attach-build-log: false
48             failure: false
49             unstable: false
50             fixed: false