Use deps in babeltrace
[lttng-ci.git] / jobs / lttng-modules.yaml
index 0c837adb4752dff5573db86e11e1f31707742bd6..1ee4d54ac0d830bc19aabc488e3d999befe88127 100644 (file)
       - ansicolor
 
     scm:
-      #- git:
-      #    url: git://artifacts.internal.efficios.com/git/linux-stable.git
-      #    branches:
-      #      - refs/tags/v{kversion}
-      #    shallow-clone: true
-      #    skip-tag: true
-      #    fastpoll: true
-      #    basedir: linux
-      #    reference-repo: $HOME/gitcache/linux-stable.git/
       - git:
           url: git://github.com/lttng/lttng-modules.git
+          browser: githubweb
+          browser-url: https://github.com/efficios/lttng-modules
           branches:
             - "{mversion}"
+          shallow-clone: true
+          skip-tag: true
+          fastpoll: true
           basedir: lttng-modules
 
+    triggers:
+      - pollscm: "@daily"
+
     properties:
+      - github:
+          url: https://github.com/efficios/lttng-modules
       - throttle:
           max-per-node: 0
           max-total: 0
@@ -50,7 +51,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
@@ -64,6 +65,7 @@
           stable: true
           filter: 'build/**'
           target: 'deps/linux'
+          do-not-fingerprint: true
       - shell: |
           git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://artifacts.internal.efficios.com/git/linux-stable.git linux
       - shell:
@@ -73,7 +75,6 @@
       - archive:
           artifacts: 'build/**'
           allow-empty: false
-          fingerprint: true
       - workspace-cleanup
 
 
This page took 0.02354 seconds and 4 git commands to generate.