From: Michael Jeanson Date: Wed, 2 Sep 2015 23:05:49 +0000 (-0400) Subject: Add coverity to lttng-modules X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=4f3fef7db3cd4861b4af1d537dd1968eaee6fe88;p=lttng-ci.git Add coverity to lttng-modules --- diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 1ee4d54..3062232 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -32,7 +32,8 @@ basedir: lttng-modules triggers: - - pollscm: "@daily" + - pollscm: + cron: "@daily" properties: - github: @@ -77,6 +78,32 @@ allow-empty: false - workspace-cleanup +- job-template: + name: lttng-modules_{version}_coverity + defaults: lttng-modules + node: 'x86-64' + + triggers: + - pollscm: + cron: "@daily" + + wrappers: + - workspace-cleanup + - timestamps + - ansicolor: + colormap: xterm + - credentials-binding: + - username-password-separated: + credential-id: lttng-modules_coverity_token + username: COVERITY_SCAN_PROJECT_NAME + password: COVERITY_SCAN_TOKEN + + builders: + - shell: + !include-raw-escape scripts/common/coverity.sh + + publishers: + - workspace-cleanup ## Project - project: @@ -92,3 +119,5 @@ #- 'lttng-modules_{mversion}_{kversion}_{buildtype}': # buildtype: portbuild # arch: !!python/tuple [armhf, powerpc] + - 'lttng-modules_{version}_coverity': + version: master