Merge "Fix yamllint for centinel"
[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           project: '{project}'
25           branch: '{branch}'
26           refspec: 'refs/heads/{branch}'
27           artifacts: '{archive-artifacts}'
28
29     wrappers:
30       - opendaylight-infra-wrappers:
31           build-timeout: '90'
32       - ssh-agent-credentials:
33           users:
34             - 'openstack-gerrit-ssh'
35
36     triggers:
37       - timed: '@daily'
38
39     builders:
40       - inject:
41           properties-content: |
42             # FIXME: Should *-beryllium job set lithium version? Add a comment why.
43             ODL_VERSION=lithium-latest
44             TEMPEST_REGEX=tempest.api.network
45             KARAFFEATURE=odl-neutron-dummyprovider-test
46       - shell: !include-raw-escape: 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