jjb: integration: rework lttng-tools 32-64
[lttng-ci.git] / jobs / integration.yaml
1 ## Jobs
2 - job:
3 name: 'integration_ust-2.12-lower-urcu_testsuite'
4 description: |
5 <p>Job is managed by Jenkins Job Builder.</p>
6 project-type: pipeline
7 sandbox: true
8 dsl:
9 !include-raw-escape: pipelines/integration/ust-2.12-lower-urcu_testsuite.groovy
10
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
19 sandbox: true
20 dsl:
21 !include-jinja2: pipelines/integration/lttng-tools-_version_-32-64_testsuite.groovy.j2
22
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'
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.030257 seconds and 4 git commands to generate.