travis: fix typo in travis.yml
[lttng-ci.git] / jobs / babeltrace.yaml
index 332eabbc0e235290ba6bef1ab83d7a30b74b07db..8e526d5b38aade91ba2b62980277169125b6aefa 100644 (file)
@@ -14,9 +14,6 @@
 
     project-type: freestyle
 
-    logrotate:
-        numToKeep: 2
-
     wrappers:
       - workspace-cleanup
       - timestamps
           branches:
             - origin/{version}
           basedir: src/babeltrace
+          skip-tag: true
 
     triggers:
       - pollscm:
           cron: "@hourly"
 
     properties:
+      - build-discarder:
+          num-to-keep: 2
       - github:
           url: https://github.com/{github_user}/{github_name}
 
     github_user: efficios
     github_name: babeltrace
     version:
-      - stable-1.2
       - stable-1.3
       - stable-1.4
       - master
           arch: !!python/tuple [solaris10, solaris11]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, static]
-          version:
-            - stable-1.3
-            - stable-1.4
-            - master
       - 'babeltrace_{version}_{buildtype}':
           buildtype: macosxbuild
           arch: !!python/tuple [macosx]
           buildtype: build
           version:
             - master-staging
-            - stable-1.2-staging
             - stable-1.3-staging
             - stable-1.4-staging
           arch: !!python/tuple [x86-32, x86-64]
This page took 0.024553 seconds and 4 git commands to generate.