Cutoff for lttng-modules 2.7 is 4.8.
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 15 May 2019 18:57:52 +0000 (14:57 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 15 May 2019 18:57:52 +0000 (14:57 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/system-tests.yaml
scripts/system-tests/system-trigger.groovy

index d751b4828bf3bc5557f272553ca0191cd4aaa7af..96aeea2a6bae9394e44afb6029f8875e3b291389 100644 (file)
     name: system-tests
     kversion:
       - master
+      - linux-4.9.y
       - linux-4.14.y
       - linux-4.19.y
     lttngversion:
     name: system-tests-oldkernel
     kversion:
       - linux-4.4.y
-      - linux-4.9.y
     lttngversion:
       - master
       - stable-2.7
index 4ef1e04a8bbcb3d129d141ceaf7eb8f61473a686..a091a7888e55f30f349dc75711581999bd3c7d39 100644 (file)
@@ -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
This page took 0.030257 seconds and 4 git commands to generate.