Merge "Delete nova-manage command to Fix Newton jobs"
[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               # FIXME: Should *-beryllium job set lithium version? Add a comment why.
41               ODL_VERSION=lithium-latest
42               TEMPEST_REGEX=tempest.api.network
43               KARAFFEATURE=odl-neutron-dummyprovider-test
44         - shell:
45             !include-raw-escape:
46                 - include-raw-openstack-ci.sh
47
48     publishers:
49         - archive:
50             artifacts: 'logs/**'
51             fingerprint: false
52         - email-ext:
53             subject: '[neutron] $DEFAULT_SUBJECT'
54             attach-build-log: false
55             failure: false
56             unstable: false
57             fixed: false