jjb: lttng-ust minor fixes
[lttng-ci.git] / jobs / lttng-ust.yaml
1 - defaults:
2 name: lttng-ust
3 description: |
4 LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is a
5 port of the low-overhead tracing capabilities of the LTTng kernel tracer
6 to user-space. The library "liblttng-ust" enables tracing of
7 applications and libraries.
8
9 <p>Job is managed by Jenkins Job Builder.</p>
10
11 project-type: freestyle
12
13 wrappers:
14 - workspace-cleanup
15 - timestamps
16 - ansicolor
17
18 scm:
19 - git:
20 url: git://github.com/{github_user}/{github_name}.git
21 browser: githubweb
22 browser-url: https://github.com/{github_user}/{github_name}
23 branches:
24 - origin/{version}
25 basedir: src/lttng-ust
26 skip-tag: true
27
28 triggers:
29 - pollscm:
30 cron: "@hourly"
31
32 properties:
33 - inject:
34 properties-content: |
35 PROJECT_NAME=lttng-ust
36 - build-discarder:
37 num-to-keep: 2
38 - github:
39 url: https://github.com/{github_user}/{github_name}
40
41
42 ## Templates
43 - job-template:
44 name: lttng-ust_{version}_{buildtype}
45 defaults: lttng-ust
46
47 project-type: matrix
48 node: 'master' # Applies only to matrix flyweight task
49 execution-strategy:
50 combination-filter: |
51 (build=="std") || (liburcu_version=="master")
52 axes:
53 - axis:
54 type: slave
55 name: arch
56 values: '{obj:arch}'
57 - axis:
58 type: user-defined
59 name: conf
60 values: '{obj:conf}'
61 - axis:
62 type: user-defined
63 name: liburcu_version
64 values: '{obj:liburcu_version}'
65 - axis:
66 type: user-defined
67 name: build
68 values: '{obj:build}'
69
70 builders:
71 - conditional-step:
72 condition-kind: regex-match
73 label: '$conf'
74 regex: (std|agents)
75 on-evaluation-failure: run
76 steps:
77 - copyartifact:
78 project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std
79 which-build: last-successful
80 stable: false
81 filter: 'build/**'
82 target: 'deps'
83 do-not-fingerprint: true
84
85 - conditional-step:
86 condition-kind: regex-match
87 label: '$conf'
88 regex: (debug-rcu)
89 on-evaluation-failure: run
90 steps:
91 - copyartifact:
92 project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std
93 which-build: last-successful
94 stable: false
95 filter: 'build/**'
96 target: 'deps'
97 do-not-fingerprint: true
98 - shell:
99 !include-raw-escape: scripts/lttng-ust/build.sh
100
101 # TODO: Scan for open tasks
102 publishers:
103 - tap:
104 results: 'tap/**/*.log'
105 failed-tests-mark-build-as-failure: true
106 todo-is-failure: false
107 - warnings:
108 console-log-parsers:
109 - 'GNU Make + GNU C Compiler (gcc)'
110 total-thresholds:
111 unstable:
112 total-all: 0
113 total-high: 0
114 total-normal: 0
115 total-low: 0
116 - archive:
117 artifacts: 'build/**,tap/**'
118 allow-empty: false
119 - workspace-cleanup
120 - email-ext:
121 recipients: '{obj:email_to}'
122 reply-to: ci-notification@lists.lttng.org
123 always: false
124 unstable: false
125 first-failure: true
126 first-unstable: true
127 not-built: false
128 aborted: false
129 regression: false
130 failure: false
131 second-failure: false
132 improvement: false
133 still-failing: false
134 success: false
135 fixed: false
136 fixed-unhealthy: true
137 still-unstable: false
138 pre-build: false
139 matrix-trigger: only-parent
140 send-to:
141 - recipients
142
143 - job-template:
144 name: lttng-ust_{version}_cppcheck
145 defaults: lttng-ust
146
147 triggers:
148 - pollscm:
149 cron: "@daily"
150
151 builders:
152 - shell: |
153 rm -f cppcheck-result.xml
154 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> cppcheck-result.xml
155
156 publishers:
157 - archive:
158 artifacts: 'cppcheck-result.xml'
159 allow-empty: false
160 - cppcheck:
161 pattern: 'cppcheck-result.xml'
162 - email:
163 recipients: 'ci-notification@lists.lttng.org'
164 notify-every-unstable-build: true
165 send-to-individuals: false
166
167 - job-template:
168 name: lttng-ust_{version}_scan-build
169 defaults: lttng-ust
170 node: 'amd64'
171
172 triggers:
173 - pollscm:
174 cron: "@daily"
175
176 builders:
177 - copyartifact:
178 project: liburcu_master_build/arch=amd64,conf=std,build=std
179 which-build: last-successful
180 stable: false
181 filter: 'build/**'
182 target: 'deps/liburcu'
183 do-not-fingerprint: true
184 - shell:
185 !include-raw-escape: scripts/common/scan-build.sh
186
187 publishers:
188 - html-publisher:
189 name: 'HTML Report'
190 dir: 'scan-build-archive/'
191 files: 'index.html'
192
193 - job-template:
194 name: lttng-ust_{version}_coverity
195 defaults: lttng-ust
196 node: 'amd64'
197
198 triggers:
199 - pollscm:
200 cron: "@daily"
201
202 wrappers:
203 - workspace-cleanup
204 - timestamps
205 - ansicolor:
206 colormap: xterm
207 - credentials-binding:
208 - username-password-separated:
209 credential-id: lttng-ust_coverity_token
210 username: COVERITY_SCAN_PROJECT_NAME
211 password: COVERITY_SCAN_TOKEN
212
213 builders:
214 - copyartifact:
215 project: liburcu_master_build/arch=amd64,conf=std,build=std
216 which-build: last-successful
217 stable: false
218 filter: 'build/**'
219 target: 'deps/liburcu'
220 do-not-fingerprint: true
221 - shell:
222 !include-raw-escape: scripts/common/coverity.sh
223
224 publishers:
225 - workspace-cleanup
226 - archive:
227 artifacts: 'analysis-results.tgz,cov-int/**'
228 allow-empty: false
229
230
231 ## Views
232 - view-template:
233 name: 'LTTng-ust'
234 view-type: list
235 regex: 'lttng-ust[-_].*'
236
237
238 ## Projects
239 - project:
240 name: lttng-ust
241 github_user: lttng
242 github_name: lttng-ust
243 email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
244 version:
245 - stable-2.8
246 - stable-2.9
247 - stable-2.10
248 - stable-2.11
249 jobs:
250 - 'lttng-ust_{version}_{buildtype}':
251 buildtype: build
252 arch: !!python/tuple [amd64]
253 build: !!python/tuple [std, dist, oot, oot-dist]
254 conf: !!python/tuple [std, agents, debug-rcu]
255 liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, stable-0.11, master]
256 - 'lttng-ust_{version}_{buildtype}':
257 buildtype: portbuild
258 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
259 build: !!python/tuple [std]
260 conf: !!python/tuple [std, agents]
261 liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, stable-0.11, master]
262 - 'lttng-ust_{version}_{buildtype}':
263 buildtype: slesbuild
264 arch: !!python/tuple [sles12sp2]
265 build: !!python/tuple [std]
266 conf: !!python/tuple [std]
267 liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.11, master]
268 - 'lttng-ust_{version}_cppcheck'
269 - 'lttng-ust_{version}_scan-build'
270 - 'lttng-ust_{version}_{buildtype}':
271 buildtype: build
272 version: master
273 arch: !!python/tuple [amd64]
274 build: !!python/tuple [std, dist, oot, oot-dist]
275 conf: !!python/tuple [std, agents, debug-rcu]
276 liburcu_version: !!python/tuple [stable-0.11, master]
277 - 'lttng-ust_{version}_{buildtype}':
278 buildtype: portbuild
279 version: master
280 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
281 build: !!python/tuple [std]
282 conf: !!python/tuple [std, agents]
283 liburcu_version: !!python/tuple [stable-0.11, master]
284 - 'lttng-ust_{version}_{buildtype}':
285 buildtype: slesbuild
286 version: master
287 arch: !!python/tuple [sles12sp2]
288 build: !!python/tuple [std]
289 conf: !!python/tuple [std]
290 liburcu_version: !!python/tuple [stable-0.11, master]
291 - 'lttng-ust_{version}_cppcheck':
292 version: master
293 - 'lttng-ust_{version}_scan-build':
294 version: master
295 - 'lttng-ust_{version}_coverity':
296 version: master
297
298 # stable-2.7
299 - 'lttng-ust_{version}_{buildtype}':
300 buildtype: slesbuild
301 version: stable-2.7
302 arch: !!python/tuple [sles12sp2]
303 build: !!python/tuple [std]
304 conf: !!python/tuple [std]
305 liburcu_version: !!python/tuple [stable-0.9]
306
307 - project:
308 name: lttng-ust-views
309 views:
310 - LTTng-ust
This page took 0.036495 seconds and 5 git commands to generate.