Use git protocol instead of https
[lttng-ci.git] / jobs / liburcu.yaml
index 6d25f075d31b32ccb178b0bc89b16d46942d18aa..c08e55243e1d681684eb38cd54a3e5a9024f3334 100644 (file)
@@ -40,9 +40,9 @@
 
     scm:
       - git:
-          url: https://github.com/urcu/userspace-rcu.git
+          url: git://github.com/urcu/userspace-rcu.git
           browser: githubweb
-          browser-url: https://github.com/urcu/userspace-rcu.git
+          browser-url: https://github.com/urcu/userspace-rcu
           branches:
             - origin/{version}
 
@@ -51,7 +51,7 @@
 
     properties:
       - github:
-          url: https://github.com/urcu/userspace-rcu/
+          url: https://github.com/urcu/userspace-rcu
 
 
 ## Templates
           console-log-parsers:
             - 'GNU Make + GNU C Compiler (gcc)'
           total-thresholds:
-            failed:
-              total-all: 0
-              total-high: 0
-              total-normal: 0
-              total-low: 0
+            #failed:
+            #  total-all: 0
+            #  total-high: 0
+            #  total-normal: 0
+            #  total-low: 0
       - archive:
           artifacts: 'build/**'
           allow-empty: false
-      - trigger:
-          project: lttng-ust-{version}
-          threshold: SUCCESS
 
 - job-template:
     name: liburcu_{version}_cppcheck
This page took 0.022785 seconds and 4 git commands to generate.