From 20f81bbb1278032b9f0fe9aac4e21fa73b4e36ec Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 4 Apr 2016 13:19:20 -0400 Subject: [PATCH] Add stable 2.8 toolchain version to ci --- jobs/inc/lttng-modules-versions.yaml.inc | 1 + jobs/inc/lttng-tools-versions.yaml.inc | 1 + jobs/inc/lttng-ust-versions.yaml.inc | 1 + jobs/lttng-tools.yaml | 19 +++++++++++++++++++ 4 files changed, 22 insertions(+) diff --git a/jobs/inc/lttng-modules-versions.yaml.inc b/jobs/inc/lttng-modules-versions.yaml.inc index 376c9f3..be356b5 100644 --- a/jobs/inc/lttng-modules-versions.yaml.inc +++ b/jobs/inc/lttng-modules-versions.yaml.inc @@ -1,3 +1,4 @@ - stable-2.6 - stable-2.7 +- stable-2.8 - master diff --git a/jobs/inc/lttng-tools-versions.yaml.inc b/jobs/inc/lttng-tools-versions.yaml.inc index 376c9f3..be356b5 100644 --- a/jobs/inc/lttng-tools-versions.yaml.inc +++ b/jobs/inc/lttng-tools-versions.yaml.inc @@ -1,3 +1,4 @@ - stable-2.6 - stable-2.7 +- stable-2.8 - master diff --git a/jobs/inc/lttng-ust-versions.yaml.inc b/jobs/inc/lttng-ust-versions.yaml.inc index 376c9f3..be356b5 100644 --- a/jobs/inc/lttng-ust-versions.yaml.inc +++ b/jobs/inc/lttng-ust-versions.yaml.inc @@ -1,3 +1,4 @@ - stable-2.6 - stable-2.7 +- stable-2.8 - master diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index f6d045d..6907b01 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -361,6 +361,22 @@ 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 @@ -397,6 +413,9 @@ - '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 -- 2.34.1