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}':
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