aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build
diff options
context:
space:
mode:
authorArthur <arthur.she@linaro.org>2019-10-17 05:45:54 -0700
committerAndrey Konovalov <andrey.konovalov@linaro.org>2019-10-24 12:31:28 +0000
commitc78728bbdb44394464f3e8cfcc667070d8667e17 (patch)
treeaca61a006974e43d793e9a6190be77a872b144aa /lhg-oe-build
parent6693e1caa9e130940d436f04311041ce8de62c97 (diff)
lhg-oe-build: Fix DB410c/am57xx igt test job template
1. Add required info for uploading artifacts to Artifactorial 2. Don't set CHAMELIUM_IP, will get it at runtime from LAVA device dictionary. Signed-off-by: Arthur <arthur.she@linaro.org> Change-Id: I9b19d66e64185fe657263ba364e06d10400b8d1b
Diffstat (limited to 'lhg-oe-build')
-rw-r--r--lhg-oe-build/lava-job-definitions/am57xx-evm/template-igt-test.yaml3
-rw-r--r--lhg-oe-build/lava-job-definitions/dragonboard-410c/template-igt-test.yaml3
-rwxr-xr-xlhg-oe-build/submit_for_testing.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/lhg-oe-build/lava-job-definitions/am57xx-evm/template-igt-test.yaml b/lhg-oe-build/lava-job-definitions/am57xx-evm/template-igt-test.yaml
index 0713cf90..470cd6b4 100644
--- a/lhg-oe-build/lava-job-definitions/am57xx-evm/template-igt-test.yaml
+++ b/lhg-oe-build/lava-job-definitions/am57xx-evm/template-igt-test.yaml
@@ -82,5 +82,6 @@ actions:
path: automated/linux/igt/igt-chamelium-test.yaml
name: igt-chamelium-test
params:
- CHAMELIUM_IP: ${CHAMELIUM_IP}
IGT_DIR: "/usr/share/igt-gpu-tools"
+ ARTIFACTORIAL_URL: "https://archive.validation.linaro.org/artifacts/team/multimedia/"
+ ARTIFACTORIAL_TOKEN: "e8d5f76f05d70bba65e7c7739be9e814"
diff --git a/lhg-oe-build/lava-job-definitions/dragonboard-410c/template-igt-test.yaml b/lhg-oe-build/lava-job-definitions/dragonboard-410c/template-igt-test.yaml
index 1b0a8158..a782d9e3 100644
--- a/lhg-oe-build/lava-job-definitions/dragonboard-410c/template-igt-test.yaml
+++ b/lhg-oe-build/lava-job-definitions/dragonboard-410c/template-igt-test.yaml
@@ -71,5 +71,6 @@ actions:
path: automated/linux/igt/igt-chamelium-test.yaml
name: igt-chamelium-test
params:
- CHAMELIUM_IP: ${CHAMELIUM_IP}
IGT_DIR: "/usr/share/igt-gpu-tools"
+ ARTIFACTORIAL_URL: "https://archive.validation.linaro.org/artifacts/team/multimedia/"
+ ARTIFACTORIAL_TOKEN: "e8d5f76f05d70bba65e7c7739be9e814"
diff --git a/lhg-oe-build/submit_for_testing.sh b/lhg-oe-build/submit_for_testing.sh
index ce94af62..e14ea280 100755
--- a/lhg-oe-build/submit_for_testing.sh
+++ b/lhg-oe-build/submit_for_testing.sh
@@ -13,13 +13,11 @@ case "${DEVICE_TYPE}" in
PRODUCTION_LAVA_TEST_JOBS="${PRODUCTION_LAVA_TEST_JOBS} template-v4l2-compliance-test.yaml"
if [ "${MANIFEST_BRANCH}" == "rocko" ]; then
STAGING_LAVA_TEST_JOBS="template-igt-test.yaml"
- export CHAMELIUM_IP="10.7.0.94"
fi
;;
am57xx-evm)
if [ "${MANIFEST_BRANCH}" == "rocko" ]; then
PRODUCTION_LAVA_TEST_JOBS="template-igt-test.yaml"
- export CHAMELIUM_IP="10.7.0.93"
fi
;;
esac