bt benchmark: rename to babeltrace_benchmark
[lttng-ci.git] / jobs / babeltrace-benchmark.yaml
1 - job:
2 name: babeltrace_benchmark
3 project-type: freestyle
4 defaults: global
5 description: |
6 This job is responsible for triggering benchmark jobs in lava and generate the report
7
8 The Babeltrace project provides trace read and write libraries, as well
9 as a trace converter. Plugins can be created for any trace format to
10 allow its conversion to/from another trace format.
11
12 The main format expected to be converted to/from is the Common Trace
13 Format (CTF). The default input format of the "babeltrace" command is
14 CTF, and its default output format is a human-readable text log. The
15 "babeltrace-log" command converts from a text log to a CTF trace.
16
17 <p>Job is managed by Jenkins Job Builder.</p>
18
19 wrappers:
20 - ansicolor
21 - timestamps
22 - workspace-cleanup
23 - credentials-binding:
24 - text:
25 credential-id: jenkins_lava2_key
26 variable: LAVA2_JENKINS_TOKEN
27
28 triggers:
29 - timed: '@daily'
30 builders:
31 - shell:
32 !include-raw: scripts/babeltrace-benchmark/benchmark.sh
33
34 publishers:
35 - archive:
36 artifacts: 'results/**'
37 allow-empty: false
38 scm:
39 - babeltrace
40 - lttng-ci
41
42 - scm:
43 name: babeltrace
44 scm:
45 - git:
46 url: git://github.com/efficios/babeltrace.git
47 browser: githubweb
48 browser-url: https://github.com/efficios/babeltrace
49 basedir: src/babeltrace
50 skip-tag: true
51 git-tool: jgit
52 - scm:
53 name: lttng-ci
54 scm:
55 - git:
56 url: git://github.com/lttng/lttng-ci.git
57 browser: githubweb
58 browser-url: https://github.com/lttng/lttng-ci
59 basedir: src/lttng-ci
60 skip-tag: true
61 git-tool: jgit
62
This page took 0.0328850000000001 seconds and 5 git commands to generate.