From: Francis Deslauriers Date: Tue, 6 Feb 2018 18:39:18 +0000 (-0500) Subject: jjb: lava: remove untracked linux version X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=49499ecb0a8345e5cc6ff01556656b0dadfe23f1;p=lttng-ci.git jjb: lava: remove untracked linux version Linux kernel commit e39d200fa5bf5b94a0948db0dae44c1b73b84a56 was backported to multiple Linux stable branches including linux-4.4.y. That commit changes a tracepoint interface, thus prevents the build of the unsupported LTTng version 2.7 on this version. As a solution, we remove the test configuration with linux-4.4.y and lttng stable 2.7. Signed-off-by: Francis Deslauriers --- diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index c9297e2..ea6dd47 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -434,7 +434,6 @@ name: system-tests-oldkernel kversion: - linux-3.18.y - - linux-4.4.y lttngversion: - stable-2.7 jobs: diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 3bfbaf9..d84b15b 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -322,7 +322,7 @@ def recentLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9'] def recentLinuxBranchesOfInterest = ['master', 'linux-4.9.y', 'linux-4.4.y'] def legacyLttngBranchesOfInterest = ['stable-2.7'] -def legacyLinuxBranchesOfInterest = ['linux-3.18.y', 'linux-4.4.y'] +def legacyLinuxBranchesOfInterest = ['linux-3.18.y'] // Generate configurations of interest. def configurationOfInterest = [] as Set