system jobs: remove stable 2.7
[lttng-ci.git] / scripts / system-tests / system-trigger.groovy
index 8267c557e26b1132c3e480da7aa32cb6236145ef..f3ab9e6a296864ad4eff9cea08ac5e498fbf7b74 100644 (file)
@@ -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']
 
This page took 0.022904 seconds and 4 git commands to generate.