system tests: add 5.1.y, 5.0.y and 4.4.y to watched kernel
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 23 May 2019 20:19:19 +0000 (16:19 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 23 May 2019 20:19:19 +0000 (16:19 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/system-tests.yaml
scripts/system-tests/system-trigger.groovy

index f038bd8e97de1f61fc792d8029d3cb5e808b6425..7a39ea28a9da7294aceea811472c0ac902268f66 100644 (file)
       - linux-4.9.y
       - linux-4.14.y
       - linux-4.19.y
+      - linux-5.0.y
+      - linux-5.1.y
     lttngversion:
       - master
       - stable-2.9
index f3ab9e6a296864ad4eff9cea08ac5e498fbf7b74..62414898d643a2c2ec71addf915116d3108c0a93 100644 (file)
@@ -301,7 +301,13 @@ final String linuxRepo = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/l
 final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/pastjobs";
 
 def recentLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9']
-def recentLinuxBranchesOfInterest = ['master', 'linux-4.19.y', 'linux-4.14.y', 'linux-4.9.y']
+def recentLinuxBranchesOfInterest = ['master',
+  'linux-5.1.y',
+  'linux-5.0.y',
+  'linux-4.19.y',
+  'linux-4.14.y',
+  'linux-4.9.y',
+  'linux-4.4.y']
 
 def legacyLttngBranchesOfInterest = []
 def legacyLinuxBranchesOfInterest = []
This page took 0.025926 seconds and 4 git commands to generate.