X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-baremetal-tests.yaml;h=60594b14e47656da2278d52378d24ebfdde3b663;hb=767b9687e93607e3b7240bf8ce8393b99ae1334b;hp=27e719537807aa93c7225edb2a1287066a874cfa;hpb=64d4186531e1d38372a06e35100a70ea9bb7a7c1;p=lttng-ci.git diff --git a/jobs/lttng-baremetal-tests.yaml b/jobs/lttng-baremetal-tests.yaml index 27e7195..60594b1 100644 --- a/jobs/lttng-baremetal-tests.yaml +++ b/jobs/lttng-baremetal-tests.yaml @@ -5,7 +5,7 @@ triggers: - pollscm: - cron: "@hourly" + cron: "H * * * 1-5" logrotate: numToKeep: 10 @@ -97,7 +97,7 @@ - 'kvm-tests' triggers: - pollscm: - cron: "@hourly" + cron: "H * * * 1-5" logrotate: numToKeep: 10 @@ -145,6 +145,7 @@ recipients: 'francis.deslauriers@efficios.com' - ircbot: strategy: new-failure-and-fixed + message-type: summary channels: - name: '#lttng' - workspace-cleanup @@ -173,7 +174,7 @@ - 'baremetal-tests' triggers: - pollscm: - cron: "@hourly" + cron: "H * * * 1-5" logrotate: numToKeep: 10 @@ -220,6 +221,7 @@ recipients: 'francis.deslauriers@efficios.com' - ircbot: strategy: new-failure-and-fixed + message-type: summary channels: - name: '#lttng' - workspace-cleanup @@ -251,24 +253,24 @@ name: baremetal_tests_k{kversion}_l{lttngversion}_canary defaults: baremetal_tests triggers: - - timed: "@daily" + - timed: "0 1 * * 1-5" - job-template: name: vm_tests_k{kversion}_l{lttngversion}_canary defaults: vm_tests triggers: - - timed: "@daily" + - timed: "0 1 * * 1-5" - job-template: name: baremetal_benchmarks_k{kversion}_l{lttngversion}_canary defaults: baremetal_benchmarks triggers: - - timed: "@daily" + - timed: "0 1 * * 1-5" - job-template: name: vm_tests_kmainline_t{toolsversion}_m{modulesversion}_u{ustversion} defaults: vm_tests triggers: - pollscm: - cron: "@daily" + cron: "0 1 * * 1-5" wrappers: - workspace-cleanup - timestamps @@ -313,7 +315,7 @@ defaults: baremetal_tests triggers: - pollscm: - cron: "@daily" + cron: "0 1 * * 1-5" wrappers: - workspace-cleanup - timestamps @@ -357,7 +359,7 @@ defaults: baremetal_benchmarks triggers: - pollscm: - cron: "@daily" + cron: "0 1 * * 1-5" wrappers: - workspace-cleanup - timestamps @@ -408,7 +410,7 @@ concurrent: true logrotate: - numToKeep: 50 + numToKeep: 100 node: 'x86-64' wrappers: @@ -445,6 +447,10 @@ - string: name: 'LTTNG_MODULES_COMMIT_ID' description: 'The lttng-modules commmit to build.' + - string: + name: 'LTTNG_MODULES_REPO' + description: 'The LTTng Modules git repo to fetch from' + default: 'git://git-mirror.internal.efficios.com/lttng/lttng-modules.git' - string: name: 'KERNEL_COMMIT_ID' description: 'The kernel commit to build.' @@ -474,12 +480,12 @@ name: lttng-kernel-tests kversion: - linux-4.4.y - - linux-4.8.y + - linux-4.9.y - v4.8.1 lttngversion: - master - - stable-2.8 - stable-2.9 + - stable-2.10 jobs: - 'vm_tests_k{kversion}_l{lttngversion}' - 'baremetal_benchmarks_k{kversion}_l{lttngversion}'