From: Jonathan Rajotte Date: Thu, 18 Feb 2016 20:37:09 +0000 (-0500) Subject: Fix: use pollscm instead of timer X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=0ce95b87c2de4ed58cec2152d949ece3c2a5bc82;p=lttng-ci.git Fix: use pollscm instead of timer --- diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 4870e9e..f6d045d 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -79,7 +79,8 @@ matrix-builds: false matrix-configs: true triggers: - - timed: '@hourly' + - pollscm: + cron: "@hourly" - reverse: jobs: 'lttng-ust_{version}_{buildtype}' result: 'success'