From: Jonathan Rajotte Date: Fri, 27 Mar 2020 14:40:36 +0000 (-0400) Subject: Add 2.11 and 2.12 to system tests overarching job X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=920a3cfdbaf1a38a38020328d98af84d8f1cd2d6;p=lttng-ci.git Add 2.11 and 2.12 to system tests overarching job Signed-off-by: Jonathan Rajotte --- 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',