jjb: lava: remove untracked linux version
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 6 Feb 2018 18:39:18 +0000 (13:39 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 19 Feb 2018 16:26:46 +0000 (11:26 -0500)
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>
jobs/system-tests.yaml
scripts/system-tests/system-trigger.groovy

index c9297e25c2531cfaf5d86c5b01b68ebdd4348352..ea6dd475060e2e7339078e7e2f96cf549f7bf5a0 100644 (file)
     name: system-tests-oldkernel
     kversion:
       - linux-3.18.y
-      - linux-4.4.y
     lttngversion:
       - stable-2.7
     jobs:
index 3bfbaf9c75303d1a7ef7b1a85d11785b92a30e29..d84b15ba43486b95375cb4c1ef4ec3f035fbfd3f 100644 (file)
@@ -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
This page took 0.025048 seconds and 4 git commands to generate.