From ab123b17bb7169924cb6f3be8c1ef0a1c6133552 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 11 Dec 2019 16:49:47 -0500 Subject: [PATCH] jjb: lttng-modules: remove stable-2.9 Signed-off-by: Michael Jeanson --- jobs/lttng-modules.yaml | 6 ------ scripts/lttng-modules/trigger-vanilla.groovy | 2 -- 2 files changed, 8 deletions(-) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 95a3ef0..c700d29 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -512,7 +512,6 @@ kverfilter: stable-head - 'lttng-modules_{mversion}_{buildtype}-vanilla': mversion: - - stable-2.9 - stable-2.10 - stable-2.11 buildtype: build @@ -530,7 +529,6 @@ kverfilter: none - 'lttng-modules_{mversion}_fullbuild-vanilla': mversion: - - stable-2.9 - stable-2.10 - stable-2.11 buildtype: build @@ -548,7 +546,6 @@ # Ubuntu normal builds - 'lttng-modules_{mversion}_{buildtype}-{uversion}': mversion: - - stable-2.9 - stable-2.10 - stable-2.11 - master @@ -564,7 +561,6 @@ # Vanilla crossbuilds - 'lttng-modules_{mversion}_{buildtype}-vanilla': mversion: - - stable-2.9 - stable-2.10 - stable-2.11 - master @@ -577,7 +573,6 @@ # Ubuntu cross builds - 'lttng-modules_{mversion}_{buildtype}-{uversion}': mversion: - - stable-2.9 - stable-2.10 - stable-2.11 - master @@ -600,7 +595,6 @@ - 'lttng-modules_ALL_trigger-vanilla' - 'lttng-modules_{mversion}_cppcheck': mversion: - - stable-2.9 - stable-2.10 - stable-2.11 - master diff --git a/scripts/lttng-modules/trigger-vanilla.groovy b/scripts/lttng-modules/trigger-vanilla.groovy index a597004..264d13f 100644 --- a/scripts/lttng-modules/trigger-vanilla.groovy +++ b/scripts/lttng-modules/trigger-vanilla.groovy @@ -29,11 +29,9 @@ def trigger_jobs = [ 'lttng-modules_master_build-vanilla', 'lttng-modules_stable-2.11_build-vanilla', 'lttng-modules_stable-2.10_build-vanilla', - 'lttng-modules_stable-2.9_build-vanilla', 'lttng-modules_master_crossbuild-vanilla', 'lttng-modules_stable-2.11_crossbuild-vanilla', 'lttng-modules_stable-2.10_crossbuild-vanilla', - 'lttng-modules_stable-2.9_crossbuild-vanilla', ] def previous_tags = [] -- 2.34.1