From a53a056edc4bf61c8b2644ab3f442a8ca5d5f9fa Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 26 Jan 2017 12:00:44 -0500 Subject: [PATCH] jjb: lttng-tools: Add debug-rcu conf for 2.7, 2.8, 2.9 Signed-off-by: Jonathan Rajotte --- jobs/lttng-tools.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 2bb0b9b..8f96c2d 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -484,7 +484,7 @@ ustversion: stable-2.9 arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] - conf: !!python/tuple [std, no-ust, agents] + 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}': @@ -511,7 +511,7 @@ ustversion: stable-2.8 arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] - conf: !!python/tuple [std, no-ust, agents] + conf: !!python/tuple [std, no-ust, agents, debug-rcu] urcuversion: !!python/tuple [stable-0.9] babelversion: !!python/tuple [stable-1.4] - 'lttng-tools_{version}_{buildtype}': @@ -538,7 +538,7 @@ ustversion: stable-2.7 arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] - conf: !!python/tuple [std, no-ust, agents] + conf: !!python/tuple [std, no-ust, agents, debug-rcu] urcuversion: !!python/tuple [stable-0.9] babelversion: !!python/tuple [stable-1.3] - 'lttng-tools_{version}_{buildtype}': -- 2.34.1