aboutsummaryrefslogtreecommitdiff
path: root/tcwg-bkk16-buildfarm-benchmark.yaml
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-03-22 15:23:01 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-03-22 15:23:01 +0000
commit0ab59888f695da175d9485219ea553847296b132 (patch)
treeb32f63c657b6e318cd8a2f896b44306497ba50db /tcwg-bkk16-buildfarm-benchmark.yaml
parentee814843486837072b96c007114708df5b75cfdf (diff)
tcwg-bkk16-buildfarm-benchmark: Benchmark armv8l
Change-Id: I108cf5c0a8fac9aacd27be185af3b0646b154d60
Diffstat (limited to 'tcwg-bkk16-buildfarm-benchmark.yaml')
-rw-r--r--tcwg-bkk16-buildfarm-benchmark.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-bkk16-buildfarm-benchmark.yaml b/tcwg-bkk16-buildfarm-benchmark.yaml
index 8917d1fc46..1523239049 100644
--- a/tcwg-bkk16-buildfarm-benchmark.yaml
+++ b/tcwg-bkk16-buildfarm-benchmark.yaml
@@ -216,7 +216,8 @@
if test ${result} -eq 0; then
#Cases for which we want to trigger a benchmark
if test "x${target}" = xarm-linux-gnueabihf ||
- test "x${target}" = xaarch64-linux-gnu; then
+ test "x${target}" = xaarch64-linux-gnu ||
+ test "x${target}" = xarmv8l-linux-gnueabihf; then
#Only trigger if jenkins.sh exits without error _and_ the
#artifacts exist. (If --norebuild is set and logs already
#exist, there will be no error but also no artifacts.)