From bcb99e256770a8c1b5c9df7dd8f832b7325d4c8f Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 2 Mar 2022 11:38:28 -0500 Subject: [PATCH] system-tests: update system-trigger.groovy tracked versions Signed-off-by: Jonathan Rajotte Change-Id: Ic51358db72c148190f50d31209ecbd2ca4e4b6fe --- scripts/system-tests/system-trigger.groovy | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 2151364..f59e570 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -301,16 +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.12', - 'stable-2.11'] + 'stable-2.13', + 'stable-2.12'] def recentLinuxBranchesOfInterest = ['master', + 'linux-5.16.y', + 'linux-5.15.y', + 'linux-5.10.y', 'linux-5.4.y', - 'linux-5.1.y', - 'linux-5.0.y', 'linux-4.19.y', 'linux-4.14.y', - 'linux-4.9.y', - 'linux-4.4.y'] + 'linux-4.9.y'] def legacyLttngBranchesOfInterest = [] def legacyLinuxBranchesOfInterest = [] -- 2.34.1