Update kernel versions for system tests
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 14 May 2019 21:31:29 +0000 (17:31 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 14 May 2019 21:34:10 +0000 (17:34 -0400)
Remove 3.18 kernel since it is EOL.

Follow 4.14 and 4.19.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/system-tests.yaml
scripts/system-tests/system-trigger.groovy

index b908780462dbc79790124285fa5998c86d38512f..d751b4828bf3bc5557f272553ca0191cd4aaa7af 100644 (file)
     name: system-tests
     kversion:
       - master
-      - linux-4.4.y
-      - linux-4.9.y
+      - linux-4.14.y
+      - linux-4.19.y
     lttngversion:
       - master
       - stable-2.9
 - project:
     name: system-tests-oldkernel
     kversion:
-      - linux-3.18.y
+      - linux-4.4.y
+      - linux-4.9.y
     lttngversion:
+      - master
       - stable-2.7
+      - stable-2.9
+      - stable-2.10
     jobs:
       - 'vm_tests_k{kversion}_l{lttngversion}':
       - 'baremetal_tests_k{kversion}_l{lttngversion}':
index 3c66edf9d195e13e81de8924961afdb2ba4eeff2..4ef1e04a8bbcb3d129d141ceaf7eb8f61473a686 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.9.y', 'linux-4.4.y']
+def recentLinuxBranchesOfInterest = ['master', 'linux-4.19.y', 'linux-4.14.y']
 
-def legacyLttngBranchesOfInterest = ['stable-2.7']
-def legacyLinuxBranchesOfInterest = ['linux-3.18.y']
+def legacyLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9', 'stable-2.7']
+def legacyLinuxBranchesOfInterest = ['linux-4.9.y', 'linux-4.4.y']
 
 // Generate configurations of interest.
 def configurationOfInterest = [] as Set
This page took 0.024084 seconds and 4 git commands to generate.