aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-11-26 13:27:05 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2019-11-26 13:27:24 +0000
commit51d488433b2de8681d21fbc077ab7f3a8b3098d3 (patch)
treee2aeb979044a16da7d88109b3c723d5747772498 /schneider-openembedded
parentc8d9d496c2a5b266e2c578806429cd91679a794f (diff)
se: move ltp and ptest to the end
Schedule the quicker jobs first, leaving the long running tests to last. Change-Id: Ib674a23be5b80b5403a43352bb5b2610ff7e17e3 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rwxr-xr-xschneider-openembedded/submit_for_testing.sh33
1 files changed, 17 insertions, 16 deletions
diff --git a/schneider-openembedded/submit_for_testing.sh b/schneider-openembedded/submit_for_testing.sh
index dc7e3cc7..d47517bc 100755
--- a/schneider-openembedded/submit_for_testing.sh
+++ b/schneider-openembedded/submit_for_testing.sh
@@ -54,6 +54,7 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ] || [ "${DEVICE_TYPE}" == "soca9" ]; then
--template-path configs/schneider-openembedded/lava-job-definitions/ \
--template-names tftp-nfs-dev.yaml
fi
+
if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
@@ -64,10 +65,10 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names tftp-nfs-dev-ltp.yaml
+ --template-names ubi.yaml
fi
-if [ "${DEVICE_TYPE}" == "rzn1d" ] ; then
+if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \
@@ -77,7 +78,7 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ] ; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names tftp-nfs-dev-ptest.yaml
+ --template-names ubi-edge.yaml
fi
if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
@@ -90,10 +91,10 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names ubi.yaml
+ --template-names tftp-nfs-edge.yaml
fi
-if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
+if [ "${DEVICE_TYPE}" == "soca9" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \
@@ -103,10 +104,9 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names ubi-edge.yaml
+ --template-names wic.yaml
fi
-
-if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
+if [ "${DEVICE_TYPE}" == "soca9" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \
@@ -116,10 +116,10 @@ if [ "${DEVICE_TYPE}" == "rzn1d" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names tftp-nfs-edge.yaml
+ --template-names wic-dev.yaml
fi
-if [ "${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} \
@@ -129,8 +129,9 @@ if [ "${DEVICE_TYPE}" == "soca9" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names wic.yaml
+ --template-names tftp-nfs-dev-ltp.yaml
fi
+
if [ "${DEVICE_TYPE}" == "soca9" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
@@ -141,10 +142,8 @@ if [ "${DEVICE_TYPE}" == "soca9" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names wic-dev.yaml
-fi
+ --template-names wic-dev-ltp-1.yaml
-if [ "${DEVICE_TYPE}" == "soca9" ]; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \
@@ -154,8 +153,10 @@ if [ "${DEVICE_TYPE}" == "soca9" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names wic-dev-ltp-1.yaml
+ --template-names wic-dev-ltp-2.yaml
+fi
+if [ "${DEVICE_TYPE}" == "rzn1d" ] ; then
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \
@@ -165,7 +166,7 @@ if [ "${DEVICE_TYPE}" == "soca9" ]; then
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${MANIFEST_COMMIT} \
--template-path configs/schneider-openembedded/lava-job-definitions/ \
- --template-names wic-dev-ltp-2.yaml
+ --template-names tftp-nfs-dev-ptest.yaml
fi
if [ "${DEVICE_TYPE}" == "soca9" ]; then