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 <francis.deslauriers@efficios.com>
name: system-tests-oldkernel
kversion:
- linux-3.18.y
- - linux-4.4.y
lttngversion:
- stable-2.7
jobs:
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