Merge "ipsec over vxlan tunnel support."
[releng/builder.git] / jjb / neutron / neutron-daily-openstack-beryllium.yaml
1 ---
2 - project:
3     name: neutron-daily-openstack
4     jobs:
5       # TODO: Do we want boron job too?
6       - 'neutron-daily-openstack-beryllium'
7
8     project: 'neutron'
9
10 - job-template:
11     name: 'neutron-daily-openstack-beryllium'
12
13     project-type: freestyle
14     node: centos7-devstack-2c-4g
15     description: 'Jenkins job to run Tempest tests for the ODL ML2 MechanismDriver on Neutron dummy provider. '
16     concurrent: true
17
18     properties:
19       - opendaylight-infra-properties:
20           build-days-to-keep: '198'
21
22     parameters:
23       - opendaylight-infra-parameters:
24           os-cloud: '{os-cloud}'
25           project: '{project}'
26           branch: '{branch}'
27           refspec: 'refs/heads/{branch}'
28           artifacts: '{archive-artifacts}'
29
30     wrappers:
31       - opendaylight-infra-wrappers:
32           build-timeout: '90'
33       - ssh-agent-credentials:
34           users:
35             - 'openstack-gerrit-ssh'
36
37     triggers:
38       - timed: '@daily'
39
40     builders:
41       - inject:
42           properties-content: |
43             # FIXME: Should *-beryllium job set lithium version? Add a comment why.
44             ODL_VERSION=lithium-latest
45             TEMPEST_REGEX=tempest.api.network
46             KARAFFEATURE=odl-neutron-dummyprovider-test
47       - shell: !include-raw-escape: include-raw-openstack-ci.sh
48
49     publishers:
50       - archive:
51           artifacts: 'logs/**'
52           fingerprint: false
53       - email-ext:
54           subject: '[neutron] $DEFAULT_SUBJECT'
55           attach-build-log: false
56           failure: false
57           unstable: false
58           fixed: false