From b9852a53285060d38146fcf28a841713941ebe06 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 8 Sep 2021 14:12:28 -0400 Subject: [PATCH] jjb: lttng-modules: drop sloccount job Signed-off-by: Michael Jeanson --- jobs/lttng-modules.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) 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 -- 2.34.1