From 920a3cfdbaf1a38a38020328d98af84d8f1cd2d6 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Fri, 27 Mar 2020 10:40:36 -0400 Subject: [PATCH] Add 2.11 and 2.12 to system tests overarching job Signed-off-by: Jonathan Rajotte --- scripts/system-tests/system-trigger.groovy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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', -- 2.34.1