From: Francis Deslauriers Date: Thu, 9 Apr 2020 15:35:16 +0000 (-0400) Subject: jjb: system-tests: remove LTTng stable-2.9 tests X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=befee704a53c9f232a2133a28b0ca5f46458fc99;p=lttng-ci.git jjb: system-tests: remove LTTng stable-2.9 tests This release is no longer supported. Signed-off-by: Francis Deslauriers --- diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index b5f9d32..49ae463 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -384,7 +384,6 @@ lttngversion: - canary - master - - stable-2.9 - stable-2.10 - stable-2.11 - stable-2.12 @@ -398,7 +397,6 @@ - linux-3.18.y lttngversion: - master - - stable-2.9 - stable-2.10 - stable-2.11 - stable-2.12 diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 0fedc26..86c539f 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -303,8 +303,7 @@ final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/ def recentLttngBranchesOfInterest = ['master', 'stable-2.12', 'stable-2.11', - 'stable-2.10', - 'stable-2.9'] + 'stable-2.10'] def recentLinuxBranchesOfInterest = ['master', 'linux-5.1.y', 'linux-5.0.y',