Add ircbot to babeltrace build job
[lttng-ci.git] / jobs / lttng-ust.yaml
index 8cee75cbc17e1dc1d4b887fc9732c837ab6b4ef9..fdce43aee25229a2015adaef2757540005a71324 100644 (file)
           dir: 'scan-build-archive/'
           files: 'index.html'
 
-# TODO: lttng-ust_{version}_coverity
-#- job-template:
-#    name: lttng-ust_{version}_coverity
-#    defaults: lttng-ust
-#    node: 'x86-64'
-#
-#    triggers:
-#      - pollscm:
-#          cron: "@daily"
-#
-#    builders:
-#      - shell:
-#          !include-raw-escape scripts/lttng-ust/coverity.sh
-#
-#    publishers:
-#      - html-publisher:
-#          name: 'HTML Report'
-#          dir: 'scan-build-archive/'
-#          files: 'index.html'
+- job-template:
+    name: lttng-ust_{version}_coverity
+    defaults: lttng-ust
+    node: 'x86-64'
+
+    triggers:
+      - pollscm:
+          cron: "@daily"
+
+    wrappers:
+      - workspace-cleanup
+      - timestamps
+      - ansicolor:
+          colormap: xterm
+      - credentials-binding:
+          - username-password-separated:
+              credential-id: lttng-ust_coverity_token
+              username: COVERITY_SCAN_PROJECT_NAME
+              password: COVERITY_SCAN_TOKEN
+
+    builders:
+      - copyartifact:
+          project: liburcu_master_build/arch=x86-64,conf=std,build=std
+          which-build: last-successful
+          stable: true
+          filter: 'build/**'
+          target: 'deps/liburcu'
+          do-not-fingerprint: true
+      - shell:
+          !include-raw-escape scripts/common/coverity.sh
+
+    publishers:
+      - workspace-cleanup
 
 - job-template:
     name: lttng-ust_{version}_pylint
           build: !!python/tuple [std]
       - 'lttng-ust_{version}_cppcheck'
       - 'lttng-ust_{version}_scan-build'
+      - 'lttng-ust_{version}_coverity':
+          version: master
 
This page took 0.023191 seconds and 4 git commands to generate.