Cleanup and warnings
[lttng-ci.git] / jobs / lttng-tools.yaml
index 9949151e401d5dbd8a02052a49ff2527542f5f9a..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
       - 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
 ## Project
 - project:
     name: lttng-tools
+    github_user: lttng
+    github_name: lttng-tools
     version:
       !include: jobs/inc/lttng-tools-versions.yaml.inc
     jobs:
This page took 0.02314 seconds and 4 git commands to generate.