aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build/submit_for_testing.sh
blob: 8843e7903ab1a1d1493d4e52eb8f3b15fc5319a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

set -ex

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

[ -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 lhg \
  --qa-server-project ${QA_SERVER_PROJECT} \
  --git-commit ${MANIFEST_COMMIT:0:12} \
  --template-path configs/lhg-oe-build/lava-job-definitions \
  --template-names template-eme-clearkey.yaml