aboutsummaryrefslogtreecommitdiff
path: root/luajit-siddhesh.yaml
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>2019-05-24 11:20:27 +0530
committerSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>2019-05-24 11:20:27 +0530
commitff3130ae4edc0c3750d09c048d2af8555cac7f24 (patch)
tree1659a58c0a9d204216b8a2e3cf7fa547f5aaf73d /luajit-siddhesh.yaml
parent02e34caa01b69744c5ab5ab1fbbc9543b590dd51 (diff)
luajit-siddhesh: Use deep cloning and wipe workspace for multibranch
luajit-jobtester testing showed that deep cloning and workspace wiping is needed to support multiple branches. This doesn't have a big impact on job execution time since the luajit repo is not very big. Change-Id: I76373c5e3fb0e630f8ec2a1079a25bbf011301d1
Diffstat (limited to 'luajit-siddhesh.yaml')
-rw-r--r--luajit-siddhesh.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/luajit-siddhesh.yaml b/luajit-siddhesh.yaml
index 37821de685..da1d328539 100644
--- a/luajit-siddhesh.yaml
+++ b/luajit-siddhesh.yaml
@@ -29,13 +29,11 @@
scm:
- git:
url: https://github.com/siddhesh/LuaJIT.git
- refspec: +refs/heads/v2.1:refs/remotes/origin/v2.1
name: origin
branches:
- - refs/heads/v2.1
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
+ - v2.1
+ - master
+ wipe-workspace: true
clean:
before: true
prune: true