From: Kienan Stewart Date: Thu, 25 May 2023 19:32:47 +0000 (-0400) Subject: Update linux branches of interest for system tests X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=d8858d796ab916679d210fba12e9f2c3973cc55b;p=lttng-ci.git 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 --- 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