X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsystem-tests%2Fsystem-trigger.groovy;h=823bdbec8ed140c82add9a13abbcbb0d704943b8;hb=920a3cfdbaf1a38a38020328d98af84d8f1cd2d6;hp=c12cfe03004acbda68b56ae525a1ee2168d9cd3a;hpb=b66a41c261aa9b38510fdeb38fe3ab42c2288bd2;p=lttng-ci.git diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index c12cfe0..823bdbe 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -300,7 +300,11 @@ 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 recentLttngBranchesOfInterest = ['master', + 'stable-2.12', + 'stable-2.11', + 'stable-2.10', + 'stable-2.9'] def recentLinuxBranchesOfInterest = ['master', 'linux-5.1.y', 'linux-5.0.y',