From 0a9d9a7427fa05cd8039c39e49aeeb9e76257b49 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 12 Oct 2016 15:18:26 -0400 Subject: [PATCH] jjb: Add stable-2.9 jobs Signed-off-by: Michael Jeanson --- jobs/lttng-modules.yaml | 1 + jobs/lttng-tools.yaml | 65 +++++++++++++++++++++++++++++++++++++++++ jobs/lttng-ust.yaml | 1 + 3 files changed, 67 insertions(+) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index a25cf5a..2821552 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -351,6 +351,7 @@ mversion: - stable-2.7 - stable-2.8 + - stable-2.9 - master jobs: - 'lttng-modules_{mversion}_build-vanilla' diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index f606725..224bbcd 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -398,6 +398,7 @@ version: - stable-2.7 - stable-2.8 + - stable-2.9 - master jobs: - 'lttng-tools_{version}_{buildtype}': @@ -427,6 +428,15 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [master] + - 'lttng-tools_{version}_{buildtype}': + buildtype: macosxbuild + version: stable-2.9 + ustversion: stable-2.9 + arch: !!python/tuple [macosx] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] - 'lttng-tools_{version}_{buildtype}': buildtype: solarisbuild version: master @@ -436,6 +446,33 @@ conf: !!python/tuple [relayd-only] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [master] + - 'lttng-tools_{version}_{buildtype}': + buildtype: build + version: stable-2.9 + ustversion: stable-2.9 + 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.4] + - 'lttng-tools_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.9 + ustversion: stable-2.9 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + 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.4] + - 'lttng-tools_{version}_{buildtype}': + buildtype: solarisbuild + version: stable-2.9 + ustversion: stable-2.9 + 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.4] - 'lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.8 @@ -493,6 +530,18 @@ conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [master] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: lttng-tools + buildtype: build + version: stable-2.9-staging + ustversion: stable-2.9 + 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.4] - 'dev_{user}_lttng-tools_{version}_{buildtype}': user: jgalar github_user: jgalar @@ -529,6 +578,18 @@ conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [master] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: lttng-tools + buildtype: portbuild + version: stable-2.9-staging + ustversion: stable-2.9 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + 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.4] - 'dev_{user}_lttng-tools_{version}_{buildtype}': user: jgalar github_user: jgalar @@ -582,6 +643,10 @@ version: master urcuversion: master ustversion: master + - 'lttng-tools_{version}_scan-build': + version: stable-2.9 + urcuversion: stable-0.9 + ustversion: stable-2.9 - 'lttng-tools_{version}_scan-build': version: stable-2.8 urcuversion: stable-0.9 diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 2d6ecde..0e7d693 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -243,6 +243,7 @@ version: - stable-2.7 - stable-2.8 + - stable-2.9 - master jobs: - 'lttng-ust_{version}_{buildtype}': -- 2.34.1