Cleanup and warnings
[lttng-ci.git] / jobs / lttng-tools.yaml
index c74acd88676c4970576cfd89b94333831c1be883..1023c21e53a5073a7cfd471697748cca6e81abd5 100644 (file)
@@ -23,9 +23,9 @@
 
     scm:
       - git:
-          url: git://github.com/lttng/lttng-tools.git
+          url: git://github.com/lttng/{github_user}/{github_name}.git
           browser: githubweb
-          browser-url: https://github.com/lttng/lttng-tools
+          browser-url: https://github.com/{github_user}/{github_name}
           branches:
             - origin/{version}
 
@@ -35,7 +35,7 @@
 
     properties:
       - github:
-          url: https://github.com/lttng/lttng-tools
+          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
@@ -76,8 +76,8 @@
           option: 'category'
           categories:
             - 'lttng-tools'
-          matrixbuilds: false
-          matrixconfigs: true
+          matrix-builds: false
+          matrix-configs: true
 
     builders:
       - conditional-step:
                 target: 'deps/lttng-ust'
                 do-not-fingerprint: true
       - shell:
-         !include-raw-escape scripts/lttng-tools/build.sh
+         !include-raw-escape: scripts/lttng-tools/build.sh
 
     # TODO: Scan for open tasks
     publishers:
       - 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:
+            unstable:
+              total-all: 1
+              total-high: 1
+              total-normal: 1
+              total-low: 1
       - archive:
           artifacts: 'build/**'
           allow-empty: false
           target: 'deps/lttng-ust'
           do-not-fingerprint: true
       - shell:
-          !include-raw-escape scripts/lttng-tools/scan-build.sh
+          !include-raw-escape: scripts/lttng-tools/scan-build.sh
 
     publishers:
       - html-publisher:
           target: 'deps/lttng-ust'
           do-not-fingerprint: true
       - shell:
-          !include-raw-escape scripts/common/coverity.sh
+          !include-raw-escape: scripts/common/coverity.sh
 
     publishers:
       - workspace-cleanup
            target: 'deps/lttng-tools'
            do-not-fingerprint: true
        - shell:
-          !include-raw-escape scripts/lttng-tools/pylint.sh
+          !include-raw-escape: scripts/lttng-tools/pylint.sh
 
     publishers:
       - archive:
 ## Project
 - project:
     name: lttng-tools
+    github_user: lttng
+    github_name: lttng-tools
     version:
-      !include jobs/inc/lttng-tools-versions.yaml.inc
+      !include: jobs/inc/lttng-tools-versions.yaml.inc
     jobs:
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: build
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: portbuild
           version: master
-          arch: !!python/tuple [armhf, powerpc, ppc64el]
+          arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent]
           urcuversion: !!python/tuple [master]
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: portbuild
           version: stable-2.7
-          arch: !!python/tuple [armhf, powerpc]
+          arch: !!python/tuple [armhf, arm64, powerpc]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent]
           urcuversion: !!python/tuple [stable-0.9]
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: portbuild
           version: stable-2.6
-          arch: !!python/tuple [armhf, powerpc]
+          arch: !!python/tuple [armhf, arm64, powerpc]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, no-ust, python-bindings]
           urcuversion: !!python/tuple [stable-0.9]
This page took 0.024597 seconds and 4 git commands to generate.