From: Michael Jeanson Date: Wed, 8 Sep 2021 18:12:28 +0000 (-0400) Subject: jjb: lttng-modules: drop sloccount job X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=b9852a53285060d38146fcf28a841713941ebe06;p=lttng-ci.git jjb: lttng-modules: drop sloccount job Signed-off-by: Michael Jeanson --- diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 6b5d682..b61165f 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -638,33 +638,6 @@ - cppcheck: pattern: 'cppcheck-result.xml' -- job-template: - name: lttng-modules_{mversion}_sloccount - defaults: lttng-modules - description: | - The LTTng modules provide Linux kernel tracing capability to the LTTng - 2.0 tracer toolset. - - This job runs the sloccount utility and generates a trend report. - -

Job is managed by Jenkins Job Builder.

- - triggers: - - pollscm: - cron: "@daily" - - builders: - - shell: | - cloc --by-file --xml --out=cloc.xml src/lttng-modules/ - - publishers: - - archive: - artifacts: 'cloc.xml' - allow-empty: false - - sloccount: - report-files: 'cloc.xml' - - workspace-cleanup - ## Project - project: @@ -796,8 +769,6 @@ - stable-2.12 - stable-2.13 - master - - 'lttng-modules_{mversion}_sloccount': - mversion: master - 'lttng-modules_{mversion}_coverity': mversion: master