jjb: Add lttng-modules stable-2.10 jobs
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Aug 2017 20:12:30 +0000 (16:12 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Aug 2017 20:12:30 +0000 (16:12 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-modules.yaml
scripts/lttng-modules/trigger-vanilla.groovy

index 9b6533ca430ea0528597644b224157daf1527ce0..0f1228791a5807f3c8d287b8120acd1989b191aa 100644 (file)
 # Vanilla normal builds
       - 'lttng-modules_{mversion}_{buildtype}-vanilla':
           mversion:
-            - stable-2.8
             - stable-2.9
+            - stable-2.10
             - master
           buildtype: build
           parambuildtype: build
           kverfilter: stable-head
       - 'lttng-modules_{mversion}_fullbuild-vanilla':
           mversion:
-            - stable-2.8
             - stable-2.9
+            - stable-2.10
             - master
           buildtype: build
           parambuildtype: build
 # Ubuntu normal builds
       - 'lttng-modules_{mversion}_{buildtype}-{uversion}':
           mversion:
-            - stable-2.8
             - stable-2.9
+            - stable-2.10
             - master
           uversion:
             - trusty
 # Vanilla crossbuilds
       - 'lttng-modules_{mversion}_{buildtype}-vanilla':
           mversion:
-            - stable-2.8
             - stable-2.9
+            - stable-2.10
             - master
           buildtype: crossbuild
           parambuildtype: crossbuild
 # Ubuntu cross builds
       - 'lttng-modules_{mversion}_{buildtype}-{uversion}':
           mversion:
-            - stable-2.8
             - stable-2.9
+            - stable-2.10
             - master
           uversion:
             - trusty
       - 'lttng-modules_ALL_trigger-vanilla'
       - 'lttng-modules_{mversion}_cppcheck':
           mversion:
-            - stable-2.8
             - stable-2.9
+            - stable-2.10
             - master
       - 'lttng-modules_{mversion}_sloccount':
           mversion: master
index 2a4cb84ec077ef77f9486cd30559fcc5dd9025d8..a5f8a90902917c536c425d3dc519fbfab0886187 100644 (file)
@@ -27,11 +27,11 @@ def ondiskpath = build.getEnvironment(listener).get('WORKSPACE') + "/ondisk-refs
 
 def trigger_jobs = [
   'lttng-modules_master_build-vanilla',
+  'lttng-modules_stable-2.10_build-vanilla',
   'lttng-modules_stable-2.9_build-vanilla',
-  'lttng-modules_stable-2.8_build-vanilla',
   'lttng-modules_master_crossbuild-vanilla',
+  'lttng-modules_stable-2.10_crossbuild-vanilla',
   'lttng-modules_stable-2.9_crossbuild-vanilla',
-  'lttng-modules_stable-2.8_crossbuild-vanilla',
 ]
 
 def previous_tags = []
This page took 0.02439 seconds and 4 git commands to generate.