From d2fc10274a11e83584238090cfbcb40eedf0b7d3 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 26 Aug 2015 14:39:32 -0400 Subject: [PATCH] Set lttng-modules jobs to poll scm daily --- jobs/lttng-modules.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index b012cff..3b19718 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -20,15 +20,6 @@ - ansicolor scm: - #- git: - # url: git://artifacts.internal.efficios.com/git/linux-stable.git - # branches: - # - refs/tags/v{kversion} - # shallow-clone: true - # skip-tag: true - # fastpoll: true - # basedir: linux - # reference-repo: $HOME/gitcache/linux-stable.git/ - git: url: git://github.com/lttng/lttng-modules.git branches: @@ -38,6 +29,9 @@ fastpoll: true basedir: lttng-modules + triggers: + - pollscm: "@daily" + properties: - throttle: max-per-node: 0 -- 2.34.1