Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
# Vanilla normal builds
- 'lttng-modules_{mversion}_{buildtype}-vanilla':
mversion:
- - stable-2.8
- stable-2.9
+ - stable-2.10
- master
buildtype: build
parambuildtype: build
kverfilter: stable-head
- 'lttng-modules_{mversion}_fullbuild-vanilla':
mversion:
- - stable-2.8
- stable-2.9
+ - stable-2.10
- master
buildtype: build
parambuildtype: build
# Ubuntu normal builds
- 'lttng-modules_{mversion}_{buildtype}-{uversion}':
mversion:
- - stable-2.8
- stable-2.9
+ - stable-2.10
- master
uversion:
- trusty
# Vanilla crossbuilds
- 'lttng-modules_{mversion}_{buildtype}-vanilla':
mversion:
- - stable-2.8
- stable-2.9
+ - stable-2.10
- master
buildtype: crossbuild
parambuildtype: crossbuild
# Ubuntu cross builds
- 'lttng-modules_{mversion}_{buildtype}-{uversion}':
mversion:
- - stable-2.8
- stable-2.9
+ - stable-2.10
- master
uversion:
- trusty
- 'lttng-modules_ALL_trigger-vanilla'
- 'lttng-modules_{mversion}_cppcheck':
mversion:
- - stable-2.8
- stable-2.9
+ - stable-2.10
- master
- 'lttng-modules_{mversion}_sloccount':
mversion: master
def trigger_jobs = [
'lttng-modules_master_build-vanilla',
+ 'lttng-modules_stable-2.10_build-vanilla',
'lttng-modules_stable-2.9_build-vanilla',
- 'lttng-modules_stable-2.8_build-vanilla',
'lttng-modules_master_crossbuild-vanilla',
+ 'lttng-modules_stable-2.10_crossbuild-vanilla',
'lttng-modules_stable-2.9_crossbuild-vanilla',
- 'lttng-modules_stable-2.8_crossbuild-vanilla',
]
def previous_tags = []