jjb: lttng-modules: drop sloccount job
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 8 Sep 2021 18:12:28 +0000 (14:12 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 8 Sep 2021 18:12:28 +0000 (14:12 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-modules.yaml

index 6b5d682d941706f6e270ec25b9308dc99648b237..b61165fdd59cabb21c6a8bf1024683abc8fcdd3e 100644 (file)
       - 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.
-
-      <p>Job is managed by Jenkins Job Builder.</p>
-
-    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:
             - stable-2.12
             - stable-2.13
             - master
-      - 'lttng-modules_{mversion}_sloccount':
-          mversion: master
       - 'lttng-modules_{mversion}_coverity':
           mversion: master
 
This page took 0.024 seconds and 4 git commands to generate.