aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-10-03 17:43:32 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2019-10-03 17:43:50 +0100
commit1ae5eaf5590a2b098f8d58d9e52fb4b0c9e9c122 (patch)
tree75f12de1b4aef4959646de6b41f8b839b7fec566 /schneider-openembedded
parent0d6230b7cc8a490e611862bf94192a580cc2069d (diff)
schneider-openembedded: split SoCA9 LTP
Change-Id: I988ead15dd709d5514d5589d7bc41145a946b39d Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rwxr-xr-xschneider-openembedded/submit_for_testing.sh24
1 files changed, 23 insertions, 1 deletions
diff --git a/schneider-openembedded/submit_for_testing.sh b/schneider-openembedded/submit_for_testing.sh
index 67e828ca..3d6672fb 100755
--- a/schneider-openembedded/submit_for_testing.sh
+++ b/schneider-openembedded/submit_for_testing.sh
@@ -54,7 +54,7 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ] || [ "${DEVICE_TYPE}" == "soca9" ]; then
--template-path configs/schneider-openembedded/lava-job-definitions/ \
--template-names template-zimage-dev.yaml
fi
-if [ "${DEVICE_TYPE}" == "rzn1d" ] || [ "${DEVICE_TYPE}" == "soca9" ]; then
+if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \
@@ -66,6 +66,28 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ] || [ "${DEVICE_TYPE}" == "soca9" ]; then
--template-path configs/schneider-openembedded/lava-job-definitions/ \
--template-names template-zimage-dev-ltp.yaml
fi
+if [ "${DEVICE_TYPE}" == "soca9" ]; then
+ 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 ${MANIFEST_COMMIT} \
+ --template-path configs/schneider-openembedded/lava-job-definitions/ \
+ --template-names template-zimage-dev-ltp-1.yaml
+ 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 ${MANIFEST_COMMIT} \
+ --template-path configs/schneider-openembedded/lava-job-definitions/ \
+ --template-names template-zimage-dev-ltp-2.yaml
+fi
if [ "${DEVICE_TYPE}" == "rzn1d" ] || [ "${DEVICE_TYPE}" == "soca9" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \