Merge "jjb: infra: bifrost-cleanup-job.yml: Add new bifrost cleanup job"
[releng.git] / jjb / functest / functest-project-jobs.yml
1 ###################################################
2 # All the jobs except verify have been removed!
3 # They will only be enabled on request by projects!
4 ###################################################
5 - project:
6     name: functest-project-jobs
7
8     project: 'functest'
9
10     jobs:
11         - 'functest-verify-{stream}'
12
13     stream:
14         - master:
15             branch: '{stream}'
16             gs-pathname: ''
17             disabled: false
18         - danube:
19             branch: 'stable/{stream}'
20             gs-pathname: '/{stream}'
21             disabled: false
22
23 - job-template:
24     name: 'functest-verify-{stream}'
25
26     disabled: '{obj:disabled}'
27
28     parameters:
29         - project-parameter:
30             project: '{project}'
31             branch: '{branch}'
32         - 'opnfv-build-ubuntu-defaults'
33
34     scm:
35         - git-scm-gerrit
36
37     triggers:
38         - gerrit:
39             server-name: 'gerrit.opnfv.org'
40             trigger-on:
41                 - patchset-created-event:
42                     exclude-drafts: 'false'
43                     exclude-trivial-rebase: 'false'
44                     exclude-no-code-change: 'false'
45                 - draft-published-event
46                 - comment-added-contains-event:
47                     comment-contains-value: 'recheck'
48                 - comment-added-contains-event:
49                     comment-contains-value: 'reverify'
50             projects:
51               - project-compare-type: 'ANT'
52                 project-pattern: '{project}'
53                 branches:
54                   - branch-compare-type: 'ANT'
55                     branch-pattern: '**/{branch}'
56                 forbidden-file-paths:
57                   - compare-type: ANT
58                     pattern: 'docs/**|.gitignore'
59
60     builders:
61         - functest-unit-tests-and-docs-build
62
63     publishers:
64         - junit:
65             results: nosetests.xml
66         - cobertura:
67             report-file: "coverage.xml"
68             only-stable: "true"
69             health-auto-update: "true"
70             stability-auto-update: "true"
71             zoom-coverage-chart: "true"
72             targets:
73                 - files:
74                     healthy: 10
75                     unhealthy: 20
76                     failing: 30
77                 - method:
78                     healthy: 50
79                     unhealthy: 40
80                     failing: 30
81
82 ################################
83 # job builders
84 ################################
85
86 - builder:
87     name: functest-unit-tests-and-docs-build
88     builders:
89         - shell: |
90             $WORKSPACE/run_unit_tests.sh