X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-modules.yaml;h=d61cf56e49d1eed9b3969c17f981728e2512c0b4;hb=6252703ba33efacb583f10df01b2454c5fde1d74;hp=0f1228791a5807f3c8d287b8120acd1989b191aa;hpb=bb368cdeb0b7bddfcccebbd264b82a650b1abb3c;p=lttng-ci.git diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 0f12287..d61cf56 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -83,9 +83,17 @@ name: 'kverfloor' default: 'v2.6.36-rt0-rebase' description: 'The lowest kernel version to build.' + - string: + name: 'kverceil' + default: '{kverceil}' + description: 'The highest kernel version to build. (excluded)' + - string: + name: 'kverfilter' + default: '{kverfilter}' + description: 'Kernel versions list filtering strategy.' - string: name: 'kgitrepo' - default: 'git://git-mirror.internal.efficios.com/kernel/rt/linux-rt-devel.git' + default: 'git://git-mirror.internal.efficios.com/kernel/rt/linux-stable-rt.git' description: 'The linux kernel git repository url.' - string: name: 'kbuildjob' @@ -148,6 +156,28 @@ publishers: - workspace-cleanup + - email-ext: + recipients: '{obj:email_to}' + reply-to: ci-notification@lists.lttng.org + always: false + unstable: false + first-failure: true + first-unstable: true + not-built: false + aborted: false + regression: false + failure: false + second-failure: false + improvement: false + still-failing: false + success: false + fixed: false + fixed-unhealthy: true + still-unstable: false + pre-build: false + matrix-trigger: only-parent + send-to: + - recipients ## Templates @@ -329,6 +359,9 @@ - shell: !include-raw-escape: scripts/lttng-modules/param-build.sh + publishers: + - workspace-cleanup + - job-template: name: lttng-modules_VERSION_param-crossbuild defaults: lttng-modules @@ -383,6 +416,8 @@ git clone --depth=1 -b "$ktag" --reference $HOME/gitcache/linux-stable.git/ "$kgitrepo" src/linux - shell: !include-raw-escape: scripts/lttng-modules/param-build.sh + publishers: + - workspace-cleanup - job-template: name: lttng-modules_{mversion}_coverity @@ -467,6 +502,7 @@ name: lttng-modules github_user: lttng github_name: lttng-modules + email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' jobs: # Vanilla normal builds @@ -474,6 +510,7 @@ mversion: - stable-2.9 - stable-2.10 + - stable-2.11 - master buildtype: build parambuildtype: build @@ -491,6 +528,7 @@ mversion: - stable-2.9 - stable-2.10 + - stable-2.11 - master buildtype: build parambuildtype: build @@ -508,16 +546,20 @@ # RT normal builds - 'lttng-modules_{mversion}_build-rt': mversion: master + kverceil: '' + kverfilter: stable-head # Ubuntu normal builds - 'lttng-modules_{mversion}_{buildtype}-{uversion}': mversion: - stable-2.9 - stable-2.10 + - stable-2.11 - master uversion: - trusty - xenial + - bionic buildtype: build parambuildtype: build kverfloor: '' @@ -529,6 +571,7 @@ mversion: - stable-2.9 - stable-2.10 + - stable-2.11 - master buildtype: crossbuild parambuildtype: crossbuild @@ -548,10 +591,12 @@ mversion: - stable-2.9 - stable-2.10 + - stable-2.11 - master uversion: - trusty - xenial + - bionic buildtype: crossbuild parambuildtype: crossbuild kverfloor: '' @@ -570,6 +615,7 @@ mversion: - stable-2.9 - stable-2.10 + - stable-2.11 - master - 'lttng-modules_{mversion}_sloccount': mversion: master