From: Jonathan Rajotte Date: Wed, 15 May 2019 18:57:52 +0000 (-0400) Subject: Cutoff for lttng-modules 2.7 is 4.8. X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=c71443a8f4d36c32eb9c79b94b7d87b81ffc90c8;p=lttng-ci.git Cutoff for lttng-modules 2.7 is 4.8. Signed-off-by: Jonathan Rajotte --- diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index d751b48..96aeea2 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -442,6 +442,7 @@ name: system-tests kversion: - master + - linux-4.9.y - linux-4.14.y - linux-4.19.y lttngversion: @@ -457,7 +458,6 @@ name: system-tests-oldkernel kversion: - linux-4.4.y - - linux-4.9.y lttngversion: - master - stable-2.7 diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 4ef1e04..a091a78 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -301,10 +301,10 @@ final String linuxRepo = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/l final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/pastjobs"; def recentLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9'] -def recentLinuxBranchesOfInterest = ['master', 'linux-4.19.y', 'linux-4.14.y'] +def recentLinuxBranchesOfInterest = ['master', 'linux-4.19.y', 'linux-4.14.y', 'linux-4.9.y'] def legacyLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9', 'stable-2.7'] -def legacyLinuxBranchesOfInterest = ['linux-4.9.y', 'linux-4.4.y'] +def legacyLinuxBranchesOfInterest = ['linux-4.4.y'] // Generate configurations of interest. def configurationOfInterest = [] as Set