aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-4.9.0.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-09-20 00:02:43 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-09-20 00:16:45 +0200
commit6c2dc786cfdc9a6c728347dcc7a2c47b6a594df0 (patch)
tree91373099f4a54c7cf38134da68a85693742eef13 /trigger-lt-qcom-linux-4.9.0.yaml
parentd80a5fd4b9a6aff8e9f68ea38d9f15790aa0701a (diff)
trigger-lt-qcom-linux-4.9.0: fix git describe
In order to return something meaninful, git describe needs all the tree history, not a shallow clone. Also, limit the refspec to the branch we care about. Change-Id: I23c868ad0ad4afedbc928f73db2eeefb59db2410 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'trigger-lt-qcom-linux-4.9.0.yaml')
-rw-r--r--trigger-lt-qcom-linux-4.9.0.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/trigger-lt-qcom-linux-4.9.0.yaml b/trigger-lt-qcom-linux-4.9.0.yaml
index 1f2e0a38f5..286a7a9cc7 100644
--- a/trigger-lt-qcom-linux-4.9.0.yaml
+++ b/trigger-lt-qcom-linux-4.9.0.yaml
@@ -20,11 +20,12 @@
scm:
- git:
url: https://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
+ refspec: +refs/heads/release/*:refs/remotes/origin/release/*
name: origin
branches:
- refs/heads/release/qcomlt-4.9
- skip-tag: false
- shallow-clone: true
+ skip-tag: true
+ shallow-clone: false
wipe-workspace: false
triggers:
- pollscm: 'H/5 * * * *'