- defaults:
name: kernel
description: |
- TODO
+ Prepare kernel tree for OOT build of lttng-modules
+
+ <p>Job is managed by Jenkins Job Builder.</p>
project-type: freestyle
- timestamps
- ansicolor
- scm:
- - git:
- url: git://artifacts.internal.efficios.com/git/linux-stable.git
- branches:
- - refs/tags/v{kversion}
- shallow-clone: true
- skip-tag: true
- fastpoll: true
- basedir: linux
- reference-repo: $HOME/gitcache/linux-stable.git/
+ #scm:
+ # - git:
+ # url: git://artifacts.internal.efficios.com/git/linux-stable.git
+ # branches:
+ # - refs/tags/v{kversion}
+ # shallow-clone: true
+ # skip-tag: true
+ # fastpoll: true
+ # basedir: linux
+ # reference-repo: $HOME/gitcache/linux-stable.git/
properties:
- throttle:
max-per-node: 0
max-total: 0
+ option: category
categories:
- 'lttng-module-linux'
defaults: kernel
project-type: matrix
+ node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
axes:
- axis:
type: slave
values: '{obj:arch}'
builders:
+ - shell: |
+ git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://artifacts.internal.efficios.com/git/linux-stable.git linux
- shell:
!include-raw-escape scripts/kernel/build.sh
artifacts: 'build/**'
allow-empty: false
fingerprint: true
- - trigger:
- project: lttng-modules_master_{kversion}_{buildtype}
- threshold: SUCCESS
+ - workspace-cleanup
## Project
- defaults:
name: lttng-modules
description: |
- TODO
+ Build lttng-modules against different Linux kernels.
+
+ <p>Job is managed by Jenkins Job Builder.</p>
project-type: freestyle
- ansicolor
scm:
- - git:
- url: git://artifacts.internal.efficios.com/git/linux-stable.git
- branches:
- - refs/tags/v{kversion}
- shallow-clone: true
- skip-tag: true
- fastpoll: true
- basedir: linux
- reference-repo: $HOME/gitcache/linux-stable.git/
+ #- git:
+ # url: git://artifacts.internal.efficios.com/git/linux-stable.git
+ # branches:
+ # - refs/tags/v{kversion}
+ # shallow-clone: true
+ # skip-tag: true
+ # fastpoll: true
+ # basedir: linux
+ # reference-repo: $HOME/gitcache/linux-stable.git/
- git:
url: git://github.com/lttng/lttng-modules.git
branches:
- throttle:
max-per-node: 0
max-total: 0
+ option: category
categories:
- 'lttng-module-linux'
defaults: lttng-modules
project-type: matrix
+ node: 'x86_32 || x86_64' # Applies only to matrix flyweight task
axes:
- axis:
type: slave
stable: true
filter: 'build/**'
target: 'deps/linux'
+ - shell: |
+ git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://artifacts.internal.efficios.com/git/linux-stable.git linux
- shell:
!include-raw-escape scripts/lttng-modules/build.sh
artifacts: 'build/**'
allow-empty: false
fingerprint: true
+ - workspace-cleanup
## Project