From d8858d796ab916679d210fba12e9f2c3973cc55b Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 25 May 2023 15:32:47 -0400 Subject: [PATCH] Update linux branches of interest for system tests Recent branches are master and LTS branches @see https://www.kernel.org/category/releases.html Change-Id: Iefbcf9c4e0d0157d4a2374c64c9d37ccac67c2dc --- scripts/system-tests/system-trigger.groovy | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 62df033..fd5b901 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -304,18 +304,23 @@ def recentLttngBranchesOfInterest = ['master', 'stable-2.13', 'stable-2.12'] def recentLinuxBranchesOfInterest = ['master', - 'linux-5.16.y', + 'linux-6.1.y', 'linux-5.15.y', 'linux-5.10.y', 'linux-5.4.y', 'linux-4.19.y', 'linux-4.14.y', - 'linux-4.9.y'] +] def legacyLttngBranchesOfInterest = [] -def legacyLinuxBranchesOfInterest = [] - -def vmLinuxBranchesOfInterest = ['linux-3.18.y'] +def legacyLinuxBranchesOfInterest = [ + 'linux-5.14.y', + 'linux-4.18.y', + 'linux-4.12.y', + 'linux-4.9.y', +] + +def vmLinuxBranchesOfInterest = [] // Generate configurations of interest. def configurationOfInterest = [] as Set -- 2.34.1