Fix lttng-modules node tags
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 26 Aug 2015 16:13:01 +0000 (12:13 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 26 Aug 2015 16:13:01 +0000 (12:13 -0400)
jobs/lttng-modules.yaml

index 0c837adb4752dff5573db86e11e1f31707742bd6..b012cff32394a862b2e25ecef98a26da4c4150ac 100644 (file)
@@ -33,6 +33,9 @@
           url: git://github.com/lttng/lttng-modules.git
           branches:
             - "{mversion}"
+          shallow-clone: true
+          skip-tag: true
+          fastpoll: true
           basedir: lttng-modules
 
     properties:
@@ -50,7 +53,7 @@
     defaults: lttng-modules
 
     project-type: matrix
-    node: 'x86_32 || x86_64' # Applies only to matrix flyweight task
+    node: 'x86-32 || x86-64' # Applies only to matrix flyweight task
     axes:
       - axis:
          type: slave
This page took 0.023937 seconds and 4 git commands to generate.