Merge "Add stable/lithium for ttp"
[releng/builder.git] / jjb / ovsdb / ovsdb-daily-openstack-master.yaml
1 - project:
2     name: ovsdb-daily-openstack
3     jobs:
4         - 'ovsdb-daily-openstack-master'
5
6     project: 'ovsdb'
7
8 - job-template:
9     name: 'ovsdb-daily-openstack-master'
10
11     project-type: freestyle
12     node: dynamic_devstack
13     description: 'Jenkins job to run Tempest tests for the OpenDaylight ML2 MechanismDriver on master ODL. '
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         - shell:
44             !include-raw-escape include-raw-openstack-ci.sh
45
46     publishers:
47         - archive:
48             artifacts: 'logs/**'
49             fingerprint: false
50         - email-ext:
51             subject: '[ovsdb] $DEFAULT_SUBJECT'
52             attach-build-log: false
53             failure: false
54             unstable: false
55             fixed: false