From b631316ef7ca6e08e1602a8ca6f9a3f4c23c9fb6 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 8 May 2017 11:52:26 -0400 Subject: [PATCH] jjb: Add stable-2.10 jobs Signed-off-by: Michael Jeanson --- jobs/lttng-tools.yaml | 67 +++++++++++++++++++++++++++++++++++++++++++ jobs/lttng-ust.yaml | 1 + 2 files changed, 68 insertions(+) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index fa456d7..6fb8bc9 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -491,6 +491,7 @@ - stable-2.7 - stable-2.8 - stable-2.9 + - stable-2.10 - master jobs: - 'lttng-tools_{version}_{buildtype}': @@ -520,6 +521,15 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [stable-1.5] + - 'lttng-tools_{version}_{buildtype}': + buildtype: macosxbuild + version: stable-2.10 + ustversion: stable-2.10 + arch: !!python/tuple [macosx] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.5] - 'lttng-tools_{version}_{buildtype}': buildtype: macosxbuild version: stable-2.9 @@ -538,6 +548,33 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [stable-1.5] + - 'lttng-tools_{version}_{buildtype}': + buildtype: build + version: stable-2.10 + ustversion: stable-2.10 + arch: !!python/tuple [x86-32, x86-64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, no-ust, agents, debug-rcu] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.5] + - 'lttng-tools_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.10 + ustversion: stable-2.10 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + build: !!python/tuple [std] + conf: !!python/tuple [std, no-ust, agents] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.5] + - 'lttng-tools_{version}_{buildtype}': + buildtype: solarisbuild + version: stable-2.10 + ustversion: stable-2.10 + arch: !!python/tuple [solaris10, solaris11] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.5] - 'lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.9 @@ -618,6 +655,14 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [stable-1.5] + - 'lttng-tools_{version}_winbuild': + version: stable-2.10 + ustversion: stable-2.10 + arch: !!python/tuple [cygwin, cygwin64] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.5] - 'lttng-tools_{version}_winbuild': version: stable-2.9 ustversion: stable-2.9 @@ -631,6 +676,10 @@ version: master urcuversion: master ustversion: master + - 'lttng-tools_{version}_scan-build': + version: stable-2.10 + urcuversion: stable-0.9 + ustversion: stable-2.10 - 'lttng-tools_{version}_scan-build': version: stable-2.9 urcuversion: stable-0.9 @@ -665,6 +714,15 @@ conf: !!python/tuple [std, no-ust, agents] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [stable-1.5] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + buildtype: build + version: stable-2.10-staging + ustversion: stable-2.10 + arch: !!python/tuple [x86-32, x86-64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, no-ust, agents] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.5] - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.9-staging @@ -701,6 +759,15 @@ conf: !!python/tuple [std, no-ust, agents] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [stable-1.5] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.10-staging + ustversion: stable-2.10 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + build: !!python/tuple [std] + conf: !!python/tuple [std, no-ust, agents] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.5] - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.9-staging diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index a3b3005..800bb95 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -264,6 +264,7 @@ - stable-2.7 - stable-2.8 - stable-2.9 + - stable-2.10 - master jobs: - 'lttng-ust_{version}_{buildtype}': -- 2.34.1