Lava: Run benchmark job on slave nodes to generate the plots
[lttng-ci.git] / jobs / lttng-modules.yaml
index 32d4013937648c8dac5fe5d7279bafc73d3f17a7..c223d5c4f943cdf265aea18772e2a9c5f754dd43 100644 (file)
@@ -9,9 +9,6 @@
 
     project-type: freestyle
 
-    logrotate:
-        numToKeep: 2
-
     wrappers:
       - workspace-cleanup
       - timestamps
@@ -34,6 +31,8 @@
           cron: "@hourly"
 
     properties:
+      - build-discarder:
+          num-to-keep: 2
       - github:
           url: https://github.com/{github_user}/{github_name}
 
@@ -55,7 +54,7 @@
       - copyartifact:
           project: kernel_{kversion}_{buildtype}/arch=$arch
           which-build: last-successful
-          stable: true
+          stable: false
           filter: 'build/**'
           target: 'deps/linux'
           do-not-fingerprint: true
           name: arch
           values: '{obj:arch}'
 
+    properties:
+      - build-discarder:
+          days-to-keep: 2
+
     parameters:
       - string:
           name: 'mversion'
           description: 'The linux kernel git repository url.'
 
     concurrent: true
-    logrotate:
-      daysToKeep: 2
 
     scm:
       - git:
     mversion:
       - stable-2.7
       - stable-2.8
+      - stable-2.9
       - master
     jobs:
       - 'lttng-modules_{mversion}_build-vanilla'
This page took 0.030976 seconds and 4 git commands to generate.