Remove cppcheck jobs
[lttng-ci.git] / jobs / lttng-tools.yaml
index 93c7b4309e1d2c0aca754fbc891bd80fa25549ec..02647b6ed39fc80d842ca13b46332883f0e183b0 100644 (file)
           fingerprint: true
       - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
 
-- job-template:
-    name: lttng-tools_{version}_cppcheck
-    defaults: lttng-tools
-
-    triggers:
-      - pollscm:
-          cron: "@daily"
-
-    builders:
-      - shell: |
-          rm -f cppcheck-result.xml
-          cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
-
-    publishers:
-      - archive:
-          artifacts: 'cppcheck-result.xml'
-          allow-empty: false
-      - cppcheck:
-          pattern: 'cppcheck-result.xml'
-      - email-ext: *lttng-tools_publisher_email-ext_defaults
-
 - job-template:
     name: lttng-tools_{version}_scan-build
     defaults: lttng-tools
           urcuversion: stable-0.13
           ustversion: stable-2.12
 
-      # Other jobs
-      - 'lttng-tools_{version}_cppcheck'
-
 - project:
     name: dev_upstream_lttng-tools
     job_prefix: 'dev_upstream_'
This page took 0.023772 seconds and 4 git commands to generate.