Update linux branches of interest for system tests
authorKienan Stewart <kstewart@efficios.com>
Thu, 25 May 2023 19:32:47 +0000 (15:32 -0400)
committerKienan Stewart <kstewart@efficios.com>
Thu, 25 May 2023 19:32:47 +0000 (15:32 -0400)
Recent branches are master and LTS branches

@see https://www.kernel.org/category/releases.html

Change-Id: Iefbcf9c4e0d0157d4a2374c64c9d37ccac67c2dc

scripts/system-tests/system-trigger.groovy

index 62df0335a865a1a6587f61bf2c79eef0c4630351..fd5b901cedd095e1bee178077128e243baaf021f 100644 (file)
@@ -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
This page took 0.031399 seconds and 4 git commands to generate.