Use git protocol instead of https
[lttng-ci.git] / jobs / liburcu.yaml
index 06871e825c2dfb723d716265dc06a04dcd4adfd6..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
@@ -60,6 +60,7 @@
     defaults: liburcu
 
     project-type: matrix
+    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
           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
-          fingerprint: true
-      - trigger:
-          project: lttng-ust-{version}
-          threshold: SUCCESS
 
 - job-template:
     name: liburcu_{version}_cppcheck
       - archive:
           artifacts: 'liburcu-cppcheck.xml'
           allow-empty: false
-          fingerprint: true
       - cppcheck:
           pattern: 'liburcu-cppcheck.xml'
       - email:
This page took 0.026687 seconds and 4 git commands to generate.