Add ircbot to babeltrace build job
[lttng-ci.git] / jobs / lttng-modules.yaml
index a36385f2bcdd976f21c32dacf95b939f339b963e..30622329cc86aaa8f93813cb865453633ac6eac6 100644 (file)
@@ -22,6 +22,8 @@
     scm:
       - git:
           url: git://github.com/lttng/lttng-modules.git
+          browser: githubweb
+          browser-url: https://github.com/efficios/lttng-modules
           branches:
             - "{mversion}"
           shallow-clone: true
           basedir: lttng-modules
 
     triggers:
-      - pollscm: "@daily"
+      - pollscm:
+          cron: "@daily"
 
     properties:
+      - github:
+          url: https://github.com/efficios/lttng-modules
       - throttle:
           max-per-node: 0
           max-total: 0
           allow-empty: false
       - workspace-cleanup
 
+- job-template:
+    name: lttng-modules_{version}_coverity
+    defaults: lttng-modules
+    node: 'x86-64'
+
+    triggers:
+      - pollscm:
+          cron: "@daily"
+
+    wrappers:
+      - workspace-cleanup
+      - timestamps
+      - ansicolor:
+          colormap: xterm
+      - credentials-binding:
+          - username-password-separated:
+              credential-id: lttng-modules_coverity_token
+              username: COVERITY_SCAN_PROJECT_NAME
+              password: COVERITY_SCAN_TOKEN
+
+    builders:
+      - shell:
+          !include-raw-escape scripts/common/coverity.sh
+
+    publishers:
+      - workspace-cleanup
 
 ## Project
 - project:
       #- 'lttng-modules_{mversion}_{kversion}_{buildtype}':
       #    buildtype: portbuild
       #    arch: !!python/tuple [armhf, powerpc]
+      - 'lttng-modules_{version}_coverity':
+          version: master
This page took 0.024693 seconds and 4 git commands to generate.