system-tests: vm_test trigger kernel version
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Jun 2020 14:45:12 +0000 (10:45 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Jun 2020 14:45:12 +0000 (10:45 -0400)
2.10 is "unsupported".

5.4 is "long term"

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/system-trigger.groovy

index 86c539f0b25eec11b0d0a7f6cb379231a20feb90..96873409f2fae9f42706f2505fb0c7efbdae3cbc 100644 (file)
@@ -302,9 +302,9 @@ final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/
 
 def recentLttngBranchesOfInterest = ['master',
   'stable-2.12',
-  'stable-2.11',
-  'stable-2.10']
+  'stable-2.11']
 def recentLinuxBranchesOfInterest = ['master',
+  'linux-5.4.y',
   'linux-5.1.y',
   'linux-5.0.y',
   'linux-4.19.y',
This page took 0.024659 seconds and 4 git commands to generate.