aboutsummaryrefslogtreecommitdiff
path: root/luajit-aarch64.yaml
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>2019-03-13 19:55:31 +0530
committerChristophe Lyon <christophe.lyon@linaro.org>2019-03-14 11:40:22 +0000
commitbccb69ca42bf3bbf97eef32c1bec31ed3c670b1b (patch)
treecf11775414895a3ebe167b9e7abe936d332a8ff4 /luajit-aarch64.yaml
parent06d3122928794506865b14759180c0d2ae9721aa (diff)
luajit: Build luajit for multiple targets
Make the luajit job into a matrix so that it builds and benchmarks for arm64, amd64 and armhf. Also removed the md5sum check since it does not really add any value to the benchmark run. Change-Id: Ib4d55455bafbc600b2571125bc6b1bbe043f579d
Diffstat (limited to 'luajit-aarch64.yaml')
-rw-r--r--luajit-aarch64.yaml15
1 files changed, 11 insertions, 4 deletions
diff --git a/luajit-aarch64.yaml b/luajit-aarch64.yaml
index 2d57e205..0e4dbc5e 100644
--- a/luajit-aarch64.yaml
+++ b/luajit-aarch64.yaml
@@ -1,6 +1,6 @@
- job:
name: luajit-aarch64
- project-type: freestyle
+ project-type: matrix
defaults: global
properties:
- authorization:
@@ -20,9 +20,16 @@
name: CI_DEBUG
default: true
description: 'Whether to print debug message'
- disabled: true
- node: docker-jessie-arm64
- display-name: 'DELETE ME'
+ axes:
+ - axis:
+ type: slave
+ name: label
+ values:
+ - docker-jessie-arm64
+ - docker-jessie-armhf
+ - docker-jessie-amd64
+ disabled: false
+ display-name: 'LuaJIT CI (Official Repository)'
scm:
- git:
url: https://github.com/LuaJIT/LuaJIT.git