aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-linaro-4.9-pmwg/submit_for_testing.sh
blob: c66eef929e51567dac9376c5d052e465a4bcc0b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash

set -ex

rm -rf configs
git clone --depth 1 http://git.linaro.org/ci/job/configs.git

export DEVICE_TYPE=hi6220-hikey

[ -z "${DEVICE_TYPE}" ] || \
python configs/openembedded-lkft/submit_for_testing.py \
  --device-type ${DEVICE_TYPE} \
  --build-number ${BUILD_NUMBER} \
  --lava-server ${LAVA_SERVER} \
  --qa-server ${QA_SERVER} \
  --qa-server-team ${QA_SERVER_TEAM} \
  --qa-server-project ${QA_SERVER_PROJECT} \
  --git-commit ${GIT_COMMIT:0:12} \
  --template-path configs/android-hikey-linaro-4.9-pmwg/lava-job-definitions \
  --template-names template.yaml