Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: Ic51358db72c148190f50d31209ecbd2ca4e4b6fe
final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/pastjobs";
def recentLttngBranchesOfInterest = ['master',
- 'stable-2.12',
- 'stable-2.11']
+ 'stable-2.13',
+ 'stable-2.12']
def recentLinuxBranchesOfInterest = ['master',
+ 'linux-5.16.y',
+ 'linux-5.15.y',
+ 'linux-5.10.y',
'linux-5.4.y',
- 'linux-5.1.y',
- 'linux-5.0.y',
'linux-4.19.y',
'linux-4.14.y',
- 'linux-4.9.y',
- 'linux-4.4.y']
+ 'linux-4.9.y']
def legacyLttngBranchesOfInterest = []
def legacyLinuxBranchesOfInterest = []