aboutsummaryrefslogtreecommitdiff
path: root/android-chromium-clang-armv8.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-07-06 15:31:29 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-07-06 16:27:54 +0000
commita59e318bc076427b247dae6525840997855502d3 (patch)
treeac1bbf9642884fc640b6ea34ec3e0ac6ac34c7f1 /android-chromium-clang-armv8.yaml
parent77f4cb3b03da01c5f225b51ca7e1fecd6ecdd097 (diff)
android-chromium: added LAVA tests
Chromium browser is tests on 16.06 Ref LCR using HiKey board Change-Id: Ia2588b9c506623c63856ed30b5682c2047382aaa Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'android-chromium-clang-armv8.yaml')
-rw-r--r--android-chromium-clang-armv8.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/android-chromium-clang-armv8.yaml b/android-chromium-clang-armv8.yaml
index 4873096b71..ee8e46e344 100644
--- a/android-chromium-clang-armv8.yaml
+++ b/android-chromium-clang-armv8.yaml
@@ -44,6 +44,8 @@
rm -rf configs
git clone https://git.linaro.org/ci/job/configs.git
./configs/android-chromium/chromium-build.sh
+ # Prepare LAVA JSON
+ sed -i "s/$APK_URL/https:\/\/snapshots.linaro.org\/android\/${JOB_NAME}\/${BUILD_NUMBER}\/ChromePublic.apk/g" ./configs/lava-job-definitions/template-hikey.json
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
@@ -57,7 +59,21 @@
--include "^[BHi][^/]+txt$" \
--include "^(MANIFEST|MD5SUMS)$"
+ cat << EOF > ${WORKSPACE}/post_build_lava_parameters
+ DEVICE_TYPE=hi6220-hikey
+ JOB_NAME=${JOB_NAME}
+ BUILD_NUMBER=${BUILD_NUMBER}
+ BUILD_URL=${BUILD_URL}
+ LAVA_SERVER=validation.linaro.org/RPC2/
+ CUSTOM_JSON_URL=https://snapshots.linaro.org/android/${JOB_NAME}/${BUILD_NUMBER}/template-hikey.json
+ EOF
+
echo "Build finished"
+ - trigger-builds:
+ - project: 'post-build-lava'
+ property-file: post_build_lava_parameters
+ block: true
+
publishers:
- logparser:
parse-rules: '/var/lib/jenkins/userContent/android.parse'