jjb: integration: rework lttng-tools 32-64
[lttng-ci.git] / jobs / integration.yaml
CommitLineData
439ed62c
MJ
1## Jobs
2- job:
13fdb661
MJ
3 name: 'integration_ust-2.12-lower-urcu_testsuite'
4 description: |
5 <p>Job is managed by Jenkins Job Builder.</p>
439ed62c 6 project-type: pipeline
13fdb661
MJ
7 sandbox: true
8 dsl:
9 !include-raw-escape: pipelines/integration/ust-2.12-lower-urcu_testsuite.groovy
439ed62c 10
946bf6a7
JR
11- job-template:
12 name: 'integration_lttng-tools-{version}-32-64_testsuite'
13 description: |
14 Integration pipeline for multi-bitness scenario (32/64).
15 This essentially tests frontier scenario where the bitness between component changes.
16
17 <p>Job is managed by Jenkins Job Builder.</p>
18 project-type: pipeline
13fdb661
MJ
19 sandbox: true
20 dsl:
21 !include-jinja2: pipelines/integration/lttng-tools-_version_-32-64_testsuite.groovy.j2
946bf6a7 22
439ed62c
MJ
23
24## Views
25- view-template:
26 name: 'Integration'
27 view-type: list
28 regex: 'integration[-_].*'
29
30
31## Projects
32- project:
33 name: integration
34 views:
35 - 'Integration'
36 jobs:
37 - 'integration_ust-2.12-lower-urcu_testsuite'
946bf6a7
JR
38
39- project:
40 name: integration-32-64
41 jobs:
42 - 'integration_lttng-tools-{version}-32-64_testsuite':
43 version: master
44 babelversion: stable-2.0
45 urcu_version: master
46 - 'integration_lttng-tools-{version}-32-64_testsuite':
47 version: stable-2.13
48 babelversion: stable-2.0
49 urcu_version: stable-0.13
50 - 'integration_lttng-tools-{version}-32-64_testsuite':
51 version: stable-2.12
52 babelversion: stable-2.0
53 urcu_version: stable-0.13
This page took 0.028847 seconds and 4 git commands to generate.