From: Michael Jeanson Date: Wed, 26 Aug 2015 00:27:55 +0000 (-0400) Subject: Use local gitcache for kernel repo X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=bb2f38b122b0f3c45437656e149a7efb3ef7ef7b;p=lttng-ci.git Use local gitcache for kernel repo --- diff --git a/jobs/kernel.yaml b/jobs/kernel.yaml index 061c55c..ebe604b 100644 --- a/jobs/kernel.yaml +++ b/jobs/kernel.yaml @@ -23,10 +23,10 @@ branches: - refs/tags/v{kversion} shallow-clone: true + skip-tag: true + fastpoll: true basedir: linux - - triggers: - - pollscm: "@yearly" + reference-repo: $HOME/gitcache/linux-stable.git/ properties: - throttle: diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 82d82f4..195c0e5 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -23,16 +23,16 @@ 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: - "{mversion}" basedir: lttng-modules - triggers: - - pollscm: "@yearly" - properties: - throttle: max-per-node: 0