From: Francis Deslauriers Date: Thu, 24 Nov 2016 16:42:24 +0000 (-0500) Subject: Lava: Add lava jobs tracking kernel RCs X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=95326029a25e493e66f291c4cb9b086143d6b0de;p=lttng-ci.git Lava: Add lava jobs tracking kernel RCs Signed-off-by: Francis Deslauriers --- diff --git a/jobs/lttng-baremetal-tests.yaml b/jobs/lttng-baremetal-tests.yaml index 894f9b9..14972be 100644 --- a/jobs/lttng-baremetal-tests.yaml +++ b/jobs/lttng-baremetal-tests.yaml @@ -1,11 +1,40 @@ - defaults: - name: lttng-baremetal-tests - + name: baremetal_tests + description: | + Runs baremetal kernel tests over different combination of kernel and lttng configurations. logrotate: numToKeep: 5 + triggers: + - pollscm: + cron: "@hourly" + + project-type: freestyle + node: 'master' + properties: + - throttle: + max-total: 2 + option: 'category' + categories: + - 'kvm-tests' project-type: freestyle node: 'master' + wrappers: + - workspace-cleanup + - timestamps + - ansicolor + - credentials-binding: + - text: + credential-id: jenkins_lava_key + variable: LAVA_FRDESO_TOKEN + - inject: + properties-content: | + TOOLS_BRANCH={lttngversion} + UST_BRANCH={lttngversion} + BUILD_DEVICE=kvm + publishers: + - email: + recipients: 'francis.deslauriers@efficios.com' scm: - git: url: git://git-mirror.internal.efficios.com/lttng/lttng-tools.git @@ -32,26 +61,43 @@ fastpoll: true basedir: src/linux + builders: + - shell: !include-raw-escape: scripts/lttng-baremetal-tests/generate-properties-master.sh + - trigger-builds: + - project: "build_kernel_PARAM" + property-file: 'properties.txt' + block: true + - inject: + properties-file: properties.txt + - shell: !include-raw-escape: scripts/lttng-baremetal-tests/run-tests.sh + +- defaults: + name: baremetal_benchmarks + defaults: lttng-baremetal-tests + description: | + Runs baremetal kernel benchmarks over different combination of kernel and lttng configurations. + + logrotate: + numToKeep: 5 + triggers: - pollscm: cron: "@hourly" - publishers: - - email: - recipients: 'francis.deslauriers@efficios.com' + project-type: freestyle + node: 'master' ## Templates - job-template: name: baremetal_tests_k{kversion}_l{lttngversion} description: | Runs baremetal kernel tests over different combination of kernel and lttng configurations. - defaults: lttng-baremetal-tests properties: - throttle: max-total: 2 option: 'category' categories: - - 'kvm-tests' + - 'baremetal-tests' wrappers: - workspace-cleanup - timestamps @@ -62,10 +108,36 @@ variable: LAVA_FRDESO_TOKEN - inject: properties-content: | - TOOLS_BRANCH={lttngversion} - UST_BRANCH={lttngversion} - BUILD_DEVICE=kvm + BUILD_DEVICE=baremetal + scm: + - git: + url: git://git-mirror.internal.efficios.com/lttng/lttng-tools.git + branches: + - "{lttngversion}" + shallow-clone: true + skip-tag: true + fastpoll: true + basedir: src/lttng-tools + - git: + url: git://git-mirror.internal.efficios.com/lttng/lttng-modules.git + branches: + - "{lttngversion}" + shallow-clone: true + skip-tag: true + fastpoll: true + basedir: src/lttng-modules + - git: + url: git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git + branches: + - "{kversion}" + shallow-clone: true + skip-tag: true + fastpoll: true + basedir: src/linux + publishers: + - email: + recipients: 'francis.deslauriers@efficios.com' builders: - shell: !include-raw-escape: scripts/lttng-baremetal-tests/generate-properties-master.sh - trigger-builds: @@ -74,7 +146,7 @@ block: true - inject: properties-file: properties.txt - - shell: !include-raw-escape: scripts/lttng-baremetal-tests/run-tests.sh + - shell: !include-raw-escape: scripts/lttng-baremetal-tests/run-benchmarks.sh - job-template: name: baremetal_benchmarks_k{kversion}_l{lttngversion} @@ -84,12 +156,24 @@ logrotate: numToKeep: 5 - properties: - - throttle: - max-total: 2 - option: 'category' - categories: - - 'baremetal-tests' +- job-template: + name: baremetal_tests_k{kversion}_l{lttngversion}_canary + defaults: baremetal_tests +- job-template: + name: baremetal_benchmarks_k{kversion}_l{lttngversion}_canary + defaults: baremetal_benchmarks +- job-template: + name: baremetal_tests_k{kversion}_l{lttngversion} + defaults: baremetal_tests +- job-template: + name: baremetal_benchmarks_k{kversion}_l{lttngversion} + defaults: baremetal_benchmarks +- job-template: + name: baremetal_tests_kmainline_l{lttngversion} + defaults: baremetal_tests + triggers: + - pollscm: + cron: "@daily" scm: - git: url: git://git-mirror.internal.efficios.com/lttng/lttng-tools.git @@ -109,11 +193,41 @@ basedir: src/lttng-modules - git: url: git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git + refspec: "+refs/tags/*:refs/remotes/origin/tags/*" branches: - - "{kversion}" + - "master" + fastpoll: true + basedir: src/linux + +- job-template: + name: baremetal_benchmarks_kmainline_l{lttngversion} + defaults: baremetal_benchmarks + triggers: + - pollscm: + cron: "@daily" + scm: + - git: + url: git://git-mirror.internal.efficios.com/lttng/lttng-tools.git + branches: + - "{lttngversion}" shallow-clone: true skip-tag: true fastpoll: true + basedir: src/lttng-tools + - git: + url: git://git-mirror.internal.efficios.com/lttng/lttng-modules.git + branches: + - "{lttngversion}" + shallow-clone: true + skip-tag: true + fastpoll: true + basedir: src/lttng-modules + - git: + url: git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git + refspec: "+refs/tags/*:refs/remotes/origin/tags/*" + branches: + - "master" + fastpoll: true basedir: src/linux wrappers: - workspace-cleanup @@ -228,3 +342,21 @@ jobs: - 'baremetal_tests_k{kversion}_l{lttngversion}': - 'baremetal_benchmarks_k{kversion}_l{lttngversion}': + +- project: + name: lttng-kernel-tests-canary + kversion: + - v4.4.9 + lttngversion: + - v2.8.1 + jobs: + - 'baremetal_tests_k{kversion}_l{lttngversion}_canary' + - 'baremetal_benchmarks_k{kversion}_l{lttngversion}_canary' + +- project: + name: lttng-kernel-tests-mainline + lttngversion: + - v2.8.1 + jobs: + - 'baremetal_tests_kmainline_l{lttngversion}' + - 'baremetal_benchmarks_kmainline_l{lttngversion}'