aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-11-26 11:51:24 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2015-11-26 15:19:33 +0000
commit8ac7fb6ae4f06446a13e7f0b6e582f284e343f30 (patch)
treeb9309b30b2a57dc1878a0a6ddf3657df4352c880 /tcwg-benchmark.yaml
parent52d0a69c3439c9fb5921a28780806edd229a8a5c (diff)
tcwg-benchmark: Shallow clones
Change-Id: Ia9eaf55747997014335cc5070386750427e53b22
Diffstat (limited to 'tcwg-benchmark.yaml')
-rw-r--r--tcwg-benchmark.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index b46ddc5739..6906f33664 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -92,7 +92,7 @@
#TODO Change to uinstance server and 'safe benchmarks' user, when they exist
export LAVA_SERVER=validation.linaro.org/RPC2/
- git clone -b ${ABE_REVISION} https://git.linaro.org/toolchain/abe
+ git clone --depth 1 -b ${ABE_REVISION} https://git.linaro.org/toolchain/abe
#Set variables for both post-build-lava and yaml-to-json
export `bash -x ./abe/scripts/Benchmark.sh`
@@ -114,7 +114,7 @@
EOF
#Convert YAML to JSON
- git clone https://git.linaro.org/ci/lci-build-tools
+ git clone --depth 1 https://git.linaro.org/ci/lci-build-tools
env -i `bash -x ./abe/scripts/Benchmark.sh` \
./lci-build-tools/yaml-to-json.py \
abe/config/bench/jobdefs/template.yaml > lava-jobdef.json