jjb: system-tests: remove LTTng stable-2.9 tests
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 9 Apr 2020 15:35:16 +0000 (11:35 -0400)
committerJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Thu, 9 Apr 2020 19:35:38 +0000 (15:35 -0400)
This release is no longer supported.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
jobs/system-tests.yaml
scripts/system-tests/system-trigger.groovy

index b5f9d327adcd70c5796daaedb260454db790b744..49ae463138f283786058877b9d8b277754c4d574 100644 (file)
     lttngversion:
       - canary
       - master
     lttngversion:
       - canary
       - master
-      - stable-2.9
       - stable-2.10
       - stable-2.11
       - stable-2.12
       - stable-2.10
       - stable-2.11
       - stable-2.12
       - linux-3.18.y
     lttngversion:
       - master
       - linux-3.18.y
     lttngversion:
       - master
-      - stable-2.9
       - stable-2.10
       - stable-2.11
       - stable-2.12
       - stable-2.10
       - stable-2.11
       - stable-2.12
index 0fedc26fe095347b242383d92044217e7edc3745..86c539f0b25eec11b0d0a7f6cb379231a20feb90 100644 (file)
@@ -303,8 +303,7 @@ final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/
 def recentLttngBranchesOfInterest = ['master',
   'stable-2.12',
   'stable-2.11',
 def recentLttngBranchesOfInterest = ['master',
   'stable-2.12',
   'stable-2.11',
-  'stable-2.10',
-  'stable-2.9']
+  'stable-2.10']
 def recentLinuxBranchesOfInterest = ['master',
   'linux-5.1.y',
   'linux-5.0.y',
 def recentLinuxBranchesOfInterest = ['master',
   'linux-5.1.y',
   'linux-5.0.y',
This page took 0.024273 seconds and 4 git commands to generate.