jjb: Add Linux 6.6.y to system tests
authorKienan Stewart <kstewart@efficios.com>
Thu, 21 Dec 2023 12:49:43 +0000 (07:49 -0500)
committerKienan Stewart <kstewart@efficios.com>
Thu, 21 Dec 2023 12:49:43 +0000 (07:49 -0500)
Change-Id: Ibcc313e0996ba0d269ee8725bfa138344f276561
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jobs/system-tests.yaml
scripts/system-tests/system-trigger.groovy

index 88f35fa5f92a9186203633609a236dcc8d6ea556..8bc7a4025ddbd4f66ab5ed95e590dd5fff773adb 100644 (file)
       - linux-5.15.y
       - linux-5.16.y
       - linux-6.1.y
+      - linux-6.6.y
     lttngversion:
       - canary
       - master
index 6b1028d2a4cd07b1189c04a73f16ed252e5fbc31..55ab11f7111529937bd2ccc322f05f3695a79588 100644 (file)
@@ -308,6 +308,7 @@ def recentLttngBranchesOfInterest = ['master',
   'stable-2.13',
   'stable-2.12']
 def recentLinuxBranchesOfInterest = ['master',
+  'linux-6.6.y',
   'linux-6.1.y',
   'linux-5.15.y',
   'linux-5.10.y',
This page took 0.030999 seconds and 4 git commands to generate.