jbb: solaris is now supported in all bt versions
[lttng-ci.git] / jobs / lttng-analyses.yaml
index 75737c22af156e01ae967a5be354d900cc27d664..39f57f59cbfbe026413962e851fa4cb2911ca4b9 100644 (file)
@@ -26,6 +26,7 @@
           browser-url: https://github.com/{github_user}/{github_name}
           branches:
             - origin/{version}
+          basedir: src/lttng-analyses
 
     triggers:
       - pollscm:
          type: slave
          name: arch
          values: '{obj:arch}'
+      - axis:
+         type: user-defined
+         name: babeltrace_version
+         values: '{obj:babeltrace_version}'
 
     builders:
       - copyartifact:
-          project: babeltrace_master_build/arch=${{arch}},build=std,conf=python-bindings
+          project: babeltrace_${{babeltrace_version}}_build/arch=${{arch}},build=std,conf=python-bindings
           which-build: last-successful
           stable: true
           filter: 'build/**'
     jobs:
       - 'lttng-analyses_{version}_build':
           arch: !!python/tuple [x86-32, x86-64]
+          babeltrace_version: !!python/tuple [stable-1.3, stable-1.4, master]
       - 'lttng-analyses_{version}_pylint'
 
This page took 0.02426 seconds and 4 git commands to generate.