From 49499ecb0a8345e5cc6ff01556656b0dadfe23f1 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 6 Feb 2018 13:39:18 -0500 Subject: [PATCH] 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 --- jobs/system-tests.yaml | 1 - scripts/system-tests/system-trigger.groovy | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1