X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Fsystem-trigger.groovy;h=c12cfe03004acbda68b56ae525a1ee2168d9cd3a;hb=b66a41c261aa9b38510fdeb38fe3ab42c2288bd2;hp=8267c557e26b1132c3e480da7aa32cb6236145ef;hpb=75ecf04538451ce53a44dbda452262c3c41b5590;p=lttng-ci.git diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 8267c55..c12cfe0 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -301,10 +301,16 @@ 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', 'linux-4.9.y'] +def recentLinuxBranchesOfInterest = ['master', + 'linux-5.1.y', + 'linux-5.0.y', + 'linux-4.19.y', + 'linux-4.14.y', + 'linux-4.9.y', + 'linux-4.4.y'] -def legacyLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9', 'stable-2.7'] -def legacyLinuxBranchesOfInterest = ['linux-4.4.y'] +def legacyLttngBranchesOfInterest = [] +def legacyLinuxBranchesOfInterest = [] def vmLinuxBranchesOfInterest = ['linux-3.18.y'] @@ -384,12 +390,12 @@ configurationOfInterest.each { lttngBr, linuxBr -> def jobNameCanary = jobType + "_canary"; currentJobs[jobNameCanary] = [:]; currentJobs[jobNameCanary]['config'] = [:]; -currentJobs[jobNameCanary]['config']['linuxBranch'] = 'v4.4.9'; -currentJobs[jobNameCanary]['config']['lttngBranch'] = 'v2.8.6'; -currentJobs[jobNameCanary]['config']['linuxTagID'] ='1a1a512b983108015ced1e7a7c7775cfeec42d8c'; -currentJobs[jobNameCanary]['config']['toolsCommit'] = '9f10e482d6cc937acead52951cf69c553cd11e22' -currentJobs[jobNameCanary]['config']['modulesCommit'] = '7fd9215' -currentJobs[jobNameCanary]['config']['ustCommit'] = '514a87f' +currentJobs[jobNameCanary]['config']['linuxBranch'] = 'v4.4.194'; +currentJobs[jobNameCanary]['config']['lttngBranch'] = 'v2.10.7'; +currentJobs[jobNameCanary]['config']['linuxTagID'] ='a227f8436f2b21146fc024d84e6875907475ace2'; +currentJobs[jobNameCanary]['config']['toolsCommit'] = '93fa2c9ff6b52c30173bee80445501ce8677fecc' +currentJobs[jobNameCanary]['config']['modulesCommit'] = 'fe3ca7a9045221ffbedeac40ba7e09b1fc500e21' +currentJobs[jobNameCanary]['config']['ustCommit'] = '0172ce8ece2102d46c7785e6bd96163225c59e49' currentJobs[jobNameCanary]['status'] = 'NOT_SET'; currentJobs[jobNameCanary]['build'] = null;