aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark-christophe.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-18 09:57:10 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-18 15:21:22 +0000
commitbb46a35c43ba344035fafda42bbcb52fb84e8929 (patch)
tree01749c47c5153a70d35df1f90ba84e11605a29bf /tcwg-benchmark-christophe.yaml
parent64f5d3c522722e0999299048a304520e2edcfef1 (diff)
tcwg-benchmark-christophe: Use scm plugin to clone bmk-scripts
... and then rsync to the board. Change-Id: I527c856a678178fc2d2d430b5003413624a9b4db
Diffstat (limited to 'tcwg-benchmark-christophe.yaml')
-rw-r--r--tcwg-benchmark-christophe.yaml23
1 files changed, 18 insertions, 5 deletions
diff --git a/tcwg-benchmark-christophe.yaml b/tcwg-benchmark-christophe.yaml
index 2ad44e11c8..f800165940 100644
--- a/tcwg-benchmark-christophe.yaml
+++ b/tcwg-benchmark-christophe.yaml
@@ -64,6 +64,10 @@
name: scripts_branch
default: master
description: 'Jenkins-scripts branch to use'
+ - string:
+ name: bmk_branch
+ default: master
+ description: 'Bmk-scripts branch to use'
disabled: false
node: tcwg-coordinator
workspace: workspace/$JOB_NAME
@@ -78,7 +82,20 @@
- ${scripts_branch}
skip-tag: true
shallow-clone: true
- wipe-workspace: true
+ wipe-workspace: false
+ clean:
+ before: true
+ - git:
+ url: https://git-us.linaro.org/toolchain/bmk-scripts.git
+ refspec: +refs/changes/*:refs/changes/*
+ branches:
+ - ${bmk_branch}
+ basedir: bmk-scripts
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ clean:
+ before: true
axes:
- axis:
type: slave
@@ -106,10 +123,6 @@
- ssh-agent-credentials:
users:
- 'tcwg-benchmark'
- - workspace-cleanup:
- include:
- - "*"
- dirmatch: true
builders:
- shell: |
#!/bin/bash