From: Jonathan Rajotte Date: Thu, 23 May 2019 17:28:21 +0000 (-0400) Subject: Fix: include vm only linux for tag detection X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=edddabaab8302378c8f35ae7e9c25abe10ad7d08;p=lttng-ci.git Fix: include vm only linux for tag detection Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index a4f2a51..154ba05 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -324,7 +324,7 @@ legacyLttngBranchesOfInterest.each { lttngBranch -> } def lttngBranchesOfInterest = recentLttngBranchesOfInterest + legacyLttngBranchesOfInterest -def linuxBranchesOfInterest = recentLinuxBranchesOfInterest + legacyLinuxBranchesOfInterest +def linuxBranchesOfInterest = recentLinuxBranchesOfInterest + legacyLinuxBranchesOfInterest + vmLinuxBranchesOfInterest // For LTTng branches, we look for new commits. def toolsHeadCommits = GetHeadCommits(toolsRepo, lttngBranchesOfInterest)