From 94bddbc4044211a4401df630a30e0c82c13319fa Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 26 Aug 2015 12:13:01 -0400 Subject: [PATCH 1/1] Fix lttng-modules node tags --- jobs/lttng-modules.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 0c837ad..b012cff 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -33,6 +33,9 @@ url: git://github.com/lttng/lttng-modules.git branches: - "{mversion}" + shallow-clone: true + skip-tag: true + fastpoll: true basedir: lttng-modules properties: @@ -50,7 +53,7 @@ defaults: lttng-modules project-type: matrix - node: 'x86_32 || x86_64' # Applies only to matrix flyweight task + node: 'x86-32 || x86-64' # Applies only to matrix flyweight task axes: - axis: type: slave -- 2.34.1