Overall adjustments 60/108760/3
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 15 Nov 2016 14:33:25 +0000 (15:33 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 29 Mar 2017 10:48:09 +0000 (12:48 +0200)
Change-Id: I15b9f8b2b8044528a90ce1366fc4b314ed368622

tct/prepare/prepare.sh
tsp/jobs/trigger_downloads.sh
tsp/scripts/common_prep_flash_conf.sh

index 24a8d8d..b028859 100755 (executable)
@@ -89,5 +89,5 @@ unmount_image() {
     MOUNTPOINT="$1"
     test -n "${MOUNTPOINT}" || die "Missing argument: mountpoint"
 
-    sudo umount "${MOUNTPOINT}"
+    sudo umount -d "${MOUNTPOINT}"
 }
index 1684492..017a2f9 100755 (executable)
@@ -37,7 +37,7 @@ TREE="${TSP_DIR}/tree"
 test -f "${TREE}" || TREE="${TSP_DIR}/tree.example"
 
 # Crawl given url
-timeout 240 "${TSP_DIR}/scripts/crawler.py" --timestamp "${TIMESTAMP}" --tree "${TREE}" --log DEBUG "${URL}" || die "Crawl failed" "$?"
+timeout 600 "${TSP_DIR}/scripts/crawler.py" --timestamp "${TIMESTAMP}" --tree "${TREE}" --log DEBUG "${URL}" || die "Crawl failed" "$?"
 
 # Read next buid_nr
 touch next_dwn
@@ -77,7 +77,7 @@ do
             ln -Tsf "${WS_DOWNLOAD}/${dwn_next}" "${SNAPSHOT_WS_DOWNLOAD_NEW}-$(url2profile "${url}")"
             ;;
     esac
-    for target in "minnow32" "minnow64" "odroid" "mbr64" "headless-artik5" "headless-artik10" "artik5" "artik10"
+    for target in "artik10" "headless-artik5" "mbr64" "minnow64" "minnow32" "odroid"
     do
         next=$((next+1))
         # prepare download directory
index c260813..066139b 100755 (executable)
@@ -64,6 +64,8 @@ if [ -z "${SDMUX}" ]; then
     exit 1
 fi
 
+echo "sdmux allocated: ${SDMUX}"
+
 case "$TARGET" in
     *odroid*)
         "${TESTLAB_MAJOR}/tct/odroid_prepare_flash_conf.sh" "$SDMUX" "$USR_IMG" "$BOOT_IMG"