From edddabaab8302378c8f35ae7e9c25abe10ad7d08 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 23 May 2019 13:28:21 -0400 Subject: [PATCH 1/1] Fix: include vm only linux for tag detection Signed-off-by: Jonathan Rajotte --- scripts/system-tests/system-trigger.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1