From 5349d98694f1ddb10ae4b8709a1995fbd1afe2f8 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 12 Sep 2018 13:35:53 -0400 Subject: [PATCH] Add testtype to lttng-tools 2.11 jobs Signed-off-by: Michael Jeanson --- jobs/lttng-tools.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 0e4c250..a747139 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -690,6 +690,7 @@ conf: !!python/tuple [std, no-ust, agents, debug-rcu] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] - 'lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.11 @@ -699,6 +700,7 @@ conf: !!python/tuple [std, no-ust, agents] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] - 'lttng-tools_{version}_{buildtype}': buildtype: slesbuild version: stable-2.11 @@ -708,6 +710,7 @@ conf: !!python/tuple [std] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] - 'lttng-tools_{version}_{buildtype}': buildtype: solarisbuild version: stable-2.11 @@ -717,6 +720,7 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] - 'lttng-tools_{version}_{buildtype}': buildtype: macosxbuild version: stable-2.11 @@ -726,6 +730,7 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] - 'lttng-tools_{version}_winbuild': version: stable-2.11 ustversion: stable-2.11 @@ -734,6 +739,7 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] # stable-2.10 - 'lttng-tools_{version}_{buildtype}': @@ -989,6 +995,7 @@ conf: !!python/tuple [std, no-ust, agents] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.10-staging @@ -1048,6 +1055,7 @@ conf: !!python/tuple [std, no-ust, agents] urcuversion: !!python/tuple [stable-0.10] babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.10-staging -- 2.34.1