Merge "Add mvn option -B to not log download stats"
[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     logrotate:
18         daysToKeep: '198'
19
20     parameters:
21         - opendaylight-infra-parameters:
22             project: '{project}'
23             branch: '{branch}'
24             refspec: 'refs/heads/{branch}'
25             artifacts: '{archive-artifacts}'
26
27     wrappers:
28         - opendaylight-infra-wrappers:
29             build-timeout: '90'
30         - ssh-agent-credentials:
31             users:
32                 - 'openstack-gerrit-ssh'
33
34     triggers:
35         - timed: '@daily'
36
37     builders:
38         - inject:
39             properties-content: |
40               ODL_VERSION=lithium-latest
41               TEMPEST_REGEX=tempest.api.network
42               KARAFFEATURE=odl-neutron-dummyprovider-test
43         - shell:
44             !include-raw-escape:
45                 - include-raw-openstack-ci.sh
46
47     publishers:
48         - archive:
49             artifacts: 'logs/**'
50             fingerprint: false
51         - email-ext:
52             subject: '[neutron] $DEFAULT_SUBJECT'
53             attach-build-log: false
54             failure: false
55             unstable: false
56             fixed: false