Fix: include vm only linux for tag detection
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 23 May 2019 17:28:21 +0000 (13:28 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 23 May 2019 17:28:21 +0000 (13:28 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/system-trigger.groovy

index a4f2a514220f47ff1c3498b8bc21196e8b0edbf5..154ba0576997b53a2be48d545a212efa7d9b0ce2 100644 (file)
@@ -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)
This page took 0.023741 seconds and 4 git commands to generate.