X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-modules.yaml;h=95a3ef0ef6a75ef84bc9b20fac362ee94a9e5a73;hb=20defd5e328ab5a054111f3657ebc0323a3a2f7f;hp=ea5b101151fd296e3de6ac927c410228f6be82d5;hpb=5a1968040cbe0ce9024228933a7a6e5fac0d7295;p=lttng-ci.git diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index ea5b101..95a3ef0 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -412,7 +412,7 @@ - job-template: name: lttng-modules_{mversion}_coverity defaults: lttng-modules - node: 'x86-64' + node: 'amd64' triggers: - pollscm: @@ -431,7 +431,7 @@ builders: - shell: | - git clone --depth=1 -b v4.10 --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux + git clone --depth=1 -b v4.20 --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux cd src/linux make defconfig sed -i "s/# CONFIG_KALLSYMS_ALL is not set/CONFIG_KALLSYMS_ALL=y/g" .config @@ -439,6 +439,12 @@ - shell: !include-raw-escape: scripts/common/coverity.sh + publishers: + - archive: + artifacts: 'analysis-results.tgz,cov-int/**' + allow-empty: false + - workspace-cleanup + - job-template: name: lttng-modules_{mversion}_cppcheck defaults: lttng-modules @@ -514,13 +520,6 @@ kverfloor: v2.6.36 kverceil: '' kverfilter: stable-head - - 'lttng-modules_{mversion}_{buildtype}-vanilla': - mversion: stable-2.7 - buildtype: build - parambuildtype: build - kverfloor: v2.6.36 - kverceil: v4.8-rc0 - kverfilter: stable-head - 'lttng-modules_{mversion}_fullbuild-vanilla': mversion: - master @@ -539,13 +538,6 @@ kverfloor: v2.6.36 kverceil: '' kverfilter: none - - 'lttng-modules_{mversion}_fullbuild-vanilla': - mversion: stable-2.7 - buildtype: build - parambuildtype: build - kverfloor: v2.6.36 - kverceil: v4.8-rc0 - kverfilter: none # RT normal builds - 'lttng-modules_{mversion}_build-rt': @@ -561,7 +553,6 @@ - stable-2.11 - master uversion: - - trusty - xenial - bionic buildtype: build @@ -579,16 +570,9 @@ - master buildtype: crossbuild parambuildtype: crossbuild - kverfloor: v3.16 + kverfloor: v3.18 kverceil: '' kverfilter: stable-head - - 'lttng-modules_{mversion}_{buildtype}-vanilla': - mversion: stable-2.7 - buildtype: crossbuild - parambuildtype: crossbuild - kverfloor: v3.16 - kverceil: v4.8-rc0 - kverfilter: stable-head # Ubuntu cross builds - 'lttng-modules_{mversion}_{buildtype}-{uversion}': @@ -598,7 +582,6 @@ - stable-2.11 - master uversion: - - trusty - xenial - bionic buildtype: crossbuild @@ -609,7 +592,7 @@ # Parametrized kernel and modules build jobs - 'lttng-modules_PARAM_build': - arch: !!python/tuple [x86-32, x86-64] + arch: !!python/tuple [amd64] - 'lttng-modules_PARAM_crossbuild': cross_arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]