BUG-2625: validate nic using jdk8 only
[releng/builder.git] / jjb / neutron / neutron-daily-openstack-beryllium.yaml
1 - project:
2     name: neutron-daily-openstack
3     jobs:
4         - 'neutron-daily-openstack-beryllium'
5
6     project: 'neutron'
7
8 - job-template:
9     name: 'neutron-daily-openstack-beryllium'
10
11     project-type: freestyle
12     node: dynamic_devstack
13     description: 'Jenkins job to run Tempest tests for the ODL ML2 MechanismDriver on Neutron dummy provider. '
14     concurrent: true
15
16     logrotate:
17         daysToKeep: '198'
18
19     parameters:
20         - project-parameter:
21             project: '{project}'
22
23     wrappers:
24         - timeout:
25             fail: true
26             timeout: 90
27             timeout-var: 'BUILD_TIMEOUT'
28             type: absolute
29         - ssh-agent-credentials:
30             users:
31                 - '{openstack-gerrit-credentials}'
32         - jclouds:
33             single-use: true
34
35     triggers:
36         - timed: '@daily'
37
38     builders:
39         - inject:
40             properties-content: |
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