Add ircbot to babeltrace build job
[lttng-ci.git] / jobs / lttng-ust.yaml
index 33ad79fb12b1aee021aa97b68c5a0b55856ee2dc..fdce43aee25229a2015adaef2757540005a71324 100644 (file)
@@ -23,9 +23,9 @@
 
     scm:
       - git:
-          url: https://github.com/lttng/lttng-ust.git
+          url: git://github.com/lttng/lttng-ust.git
           browser: githubweb
-          browser-url: https://github.com/lttng/lttng-ust.git
+          browser-url: https://github.com/lttng/lttng-ust
           branches:
             - origin/{version}
 
@@ -35,7 +35,7 @@
 
     properties:
       - github:
-          url: https://github.com/lttng/lttng-ust/
+          url: https://github.com/lttng/lttng-ust
 
 
 ## Templates
       - warnings:
           console-log-parsers:
             - 'GNU Make + GNU C Compiler (gcc)'
-          total-thresholds:
-            failed:
-              total-all: 0
-              total-high: 0
-              total-normal: 0
-              total-low: 0
+          #total-thresholds:
+          #  failed:
+          #    total-all: 0
+          #    total-high: 0
+          #    total-normal: 0
+          #    total-low: 0
       - archive:
           artifacts: 'build/**'
           allow-empty: false
           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.023894 seconds and 4 git commands to generate.