From: Jonathan Rajotte Date: Thu, 23 May 2019 20:19:19 +0000 (-0400) Subject: system tests: add 5.1.y, 5.0.y and 4.4.y to watched kernel X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=2537aa57563d59942b0b70f0cbd518eeb5a9abd7;p=lttng-ci.git system tests: add 5.1.y, 5.0.y and 4.4.y to watched kernel Signed-off-by: Jonathan Rajotte --- diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index f038bd8..7a39ea2 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -450,6 +450,8 @@ - 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 diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index f3ab9e6..6241489 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -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 = []