Intelligent firewall disabling
[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 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