From: Michael Jeanson Date: Fri, 28 Feb 2020 16:31:02 +0000 (-0500) Subject: jjb: Add stable-2.12 jobs X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=03297c9e55eb7a8b98db1f0c5fe9b53d1646ca2c;p=lttng-ci.git jjb: Add stable-2.12 jobs Signed-off-by: Michael Jeanson --- diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 0d99488..f905ea5 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -504,6 +504,7 @@ # Vanilla normal builds - 'lttng-modules_{mversion}_{buildtype}-vanilla': mversion: + - stable-2.12 - master buildtype: build parambuildtype: build @@ -521,6 +522,7 @@ kverfilter: stable-head - 'lttng-modules_{mversion}_fullbuild-vanilla': mversion: + - stable-2.12 - master buildtype: build parambuildtype: build @@ -548,6 +550,7 @@ mversion: - stable-2.10 - stable-2.11 + - stable-2.12 - master uversion: - xenial @@ -564,6 +567,7 @@ mversion: - stable-2.10 - stable-2.11 + - stable-2.12 - master buildtype: crossbuild parambuildtype: crossbuild @@ -576,6 +580,7 @@ mversion: - stable-2.10 - stable-2.11 + - stable-2.12 - master uversion: - xenial @@ -598,6 +603,7 @@ mversion: - stable-2.10 - stable-2.11 + - stable-2.12 - master - 'lttng-modules_{mversion}_sloccount': mversion: master diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 412e5b5..24ba1e7 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -637,6 +637,7 @@ - stable-2.9 - stable-2.10 - stable-2.11 + - stable-2.12 - master jobs: # Master # @@ -720,6 +721,87 @@ babelversion: !!python/tuple [stable-1.5] testtype: !!python/tuple [full] + # stable-2.12 + - 'lttng-tools_{version}_{buildtype}': + buildtype: build + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [amd64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, no-ust, agents, debug-rcu] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [base] + - 'lttng-tools_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [std, no-ust, agents] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [base] + - 'lttng-tools_{version}_{buildtype}': + buildtype: slesbuild + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [base] + - 'lttng-tools_{version}_{buildtype}': + buildtype: elbuild + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [el8] + build: !!python/tuple [std] + conf: !!python/tuple [std] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [base] + - 'lttng-tools_{version}_{buildtype}': + buildtype: solarisbuild + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [sol10-i386, sol11-i386] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-1.5] + testtype: !!python/tuple [base] + - 'lttng-tools_{version}_{buildtype}': + buildtype: macosxbuild + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [macosx] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [base] + - 'lttng-tools_{version}_winbuild': + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [cygwin, cygwin64] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [base] + - 'lttng-tools_{version}_long_regression': + buildtype: build + version: stable-2.12 + ustversion: stable-2.12 + arch: !!python/tuple [amd64] + build: !!python/tuple [std] + conf: !!python/tuple [std] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [full] + # stable-2.11 - 'lttng-tools_{version}_{buildtype}': buildtype: build @@ -1081,6 +1163,16 @@ urcuversion: !!python/tuple [master] babelversion: !!python/tuple [stable-1.5, master] testtype: !!python/tuple [base] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + buildtype: build + version: stable-2.12-staging + ustversion: stable-2.12 + arch: !!python/tuple [amd64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, no-ust, agents] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0, master] + testtype: !!python/tuple [base] - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.11-staging @@ -1131,6 +1223,16 @@ urcuversion: !!python/tuple [master] babelversion: !!python/tuple [stable-1.5] testtype: !!python/tuple [base] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.12-staging + ustversion: stable-2.12 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [std, no-ust, agents] + urcuversion: !!python/tuple [stable-0.11] + babelversion: !!python/tuple [stable-2.0] + testtype: !!python/tuple [base] - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.11-staging diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 96e0f66..39eabd1 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -337,6 +337,7 @@ filter: '' - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + ## Master ## - 'lttng-ust_{version}_{buildtype}': buildtype: build version: master @@ -375,6 +376,43 @@ version: master - 'lttng-ust_{version}_coverity': version: master + ## Stable 2.12 ## + - 'lttng-ust_{version}_{buildtype}': + buildtype: build + version: stable-2.12 + arch: !!python/tuple [amd64] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '(build=="std") || (liburcu_version=="stable-0.11")' + - 'lttng-ust_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.12 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '' + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: stable-2.12 + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '' + - 'lttng-ust_{version}_{buildtype}': + buildtype: elbuild + version: stable-2.12 + arch: !!python/tuple [el8] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '' + - 'lttng-ust_{version}_cppcheck': + version: stable-2.12 + - 'lttng-ust_{version}_scan-build': + version: stable-2.12 # stable-2.7 - 'lttng-ust_{version}_{buildtype}':