jjb: lttng-ust master requires liburcu master
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 20 Oct 2017 21:21:12 +0000 (17:21 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 20 Oct 2017 21:21:12 +0000 (17:21 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-ust.yaml

index 9d61177fc7525cb65445a63ab4f8caa35eb2675e..0652f59c0518d8e6b851c60a49eb308f01d09286 100644 (file)
       - stable-2.8
       - stable-2.9
       - stable-2.10
-      - master
     jobs:
       - 'lttng-ust_{version}_{buildtype}':
           buildtype: build
           liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, master]
       - 'lttng-ust_{version}_cppcheck'
       - 'lttng-ust_{version}_scan-build'
+      - 'lttng-ust_{version}_{buildtype}':
+          buildtype: build
+          version: master
+          arch: !!python/tuple [x86-32, x86-64]
+          build: !!python/tuple [std, dist, oot, oot-dist]
+          conf: !!python/tuple [std, agents, debug-rcu]
+          liburcu_version: !!python/tuple [master]
+      - 'lttng-ust_{version}_{buildtype}':
+          buildtype: portbuild
+          version: master
+          arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
+          build: !!python/tuple [std]
+          conf: !!python/tuple [std, agents]
+          liburcu_version: !!python/tuple [master]
+      - 'lttng-ust_{version}_{buildtype}':
+          buildtype: slesbuild
+          version: master
+          arch: !!python/tuple [sles12sp2]
+          build: !!python/tuple [std]
+          conf: !!python/tuple [std]
+          liburcu_version: !!python/tuple [master]
+      - 'lttng-ust_{version}_cppcheck':
+          version: master
+      - 'lttng-ust_{version}_scan-build':
+          version: master
       - 'lttng-ust_{version}_coverity':
           version: master
 
This page took 0.026882 seconds and 4 git commands to generate.