X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Fsystem-trigger.groovy;h=f3ab9e6a296864ad4eff9cea08ac5e498fbf7b74;hb=3f0881e94cc2db35d933a87735a682fda994c309;hp=8267c557e26b1132c3e480da7aa32cb6236145ef;hpb=75ecf04538451ce53a44dbda452262c3c41b5590;p=lttng-ci.git diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 8267c55..f3ab9e6 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -303,8 +303,8 @@ final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/ 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 legacyLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9', 'stable-2.7'] -def legacyLinuxBranchesOfInterest = ['linux-4.4.y'] +def legacyLttngBranchesOfInterest = [] +def legacyLinuxBranchesOfInterest = [] def vmLinuxBranchesOfInterest = ['linux-3.18.y']