Add stable 2.8 toolchain version to ci
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 4 Apr 2016 17:19:20 +0000 (13:19 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 4 Apr 2016 17:19:20 +0000 (13:19 -0400)
jobs/inc/lttng-modules-versions.yaml.inc
jobs/inc/lttng-tools-versions.yaml.inc
jobs/inc/lttng-ust-versions.yaml.inc
jobs/lttng-tools.yaml

index 376c9f367692fde0152de28883c2decbba13d400..be356b51dce6ed15bf4fc0848ec500ab5db03205 100644 (file)
@@ -1,3 +1,4 @@
 - stable-2.6
 - stable-2.7
+- stable-2.8
 - master
index 376c9f367692fde0152de28883c2decbba13d400..be356b51dce6ed15bf4fc0848ec500ab5db03205 100644 (file)
@@ -1,3 +1,4 @@
 - stable-2.6
 - stable-2.7
+- stable-2.8
 - master
index 376c9f367692fde0152de28883c2decbba13d400..be356b51dce6ed15bf4fc0848ec500ab5db03205 100644 (file)
@@ -1,3 +1,4 @@
 - stable-2.6
 - stable-2.7
+- stable-2.8
 - master
index f6d045deab5a1ad5e3a57718474db0ecd619e85a..6907b019c945c7a9ac83cdf6a4218833b6c85f7d 100644 (file)
           conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent]
           urcuversion: !!python/tuple [master]
           babelversion: !!python/tuple [master]
+      - 'lttng-tools_{version}_{buildtype}':
+          buildtype: build
+          version: stable-2.8
+          arch: !!python/tuple [x86-32, x86-64]
+          build: !!python/tuple [std, oot, dist]
+          conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent]
+          urcuversion: !!python/tuple [stable-0.9]
+          babelversion: !!python/tuple [stable-1.3]
+      - 'lttng-tools_{version}_{buildtype}':
+          buildtype: portbuild
+          version: stable-2.8
+          arch: !!python/tuple [armhf, arm64, powerpc]
+          build: !!python/tuple [std]
+          conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent]
+          urcuversion: !!python/tuple [stable-0.9]
+          babelversion: !!python/tuple [stable-1.3]
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: build
           version: stable-2.7
       - 'lttng-tools_{version}_scan-build':
           version: master
           urcuversion: master
+      - 'lttng-tools_{version}_scan-build':
+          version: stable-2.8
+          urcuversion: stable-0.9
       - 'lttng-tools_{version}_scan-build':
           version: stable-2.7
           urcuversion: stable-0.9
This page took 0.027132 seconds and 4 git commands to generate.