aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-test-nbd-short.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-agl-test-nbd-short.sh')
-rw-r--r--jjb/common/include-agl-test-nbd-short.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/jjb/common/include-agl-test-nbd-short.sh b/jjb/common/include-agl-test-nbd-short.sh
index cef334b6..aeeb4280 100644
--- a/jjb/common/include-agl-test-nbd-short.sh
+++ b/jjb/common/include-agl-test-nbd-short.sh
@@ -73,7 +73,7 @@ fi
function maketmpfile() {
DFILE=`mktemp -u -p ./ | sed -e "s#./##g"`
- eval cp \$$1 $DFILE
+ eval cp -L \$$1 $DFILE
export $1="$DFILE"
}
@@ -114,8 +114,11 @@ timeout: 1800
EOF
+cat /opt/AGL/lava-boot/lava-boot | sed -e 's#"~/.lava.yaml"#"/opt/AGL/lava-agl/lava.yaml"#' > ~/lava-boot
+chmod a+x ~/lava-boot
+
logfile=$(mktemp)
-/opt/AGL/lava-boot/lava-boot porter.automotivelinux.org -j ./porterboot_nbd.yaml -v ROOTFSTOBOOT="${ROOTFSTOBOOT}" -v KERNELIMAGE=${KERNELIMAGE} -v NETBOOTIMAGE=${NETBOOTIMAGE} 2>&1 | tee $logfile
+~/lava-boot porter.automotivelinux.org -j ./porterboot_nbd.yaml -v ROOTFSTOBOOT="${ROOTFSTOBOOT}" -v KERNELIMAGE=${KERNELIMAGE} -v NETBOOTIMAGE=${NETBOOTIMAGE} 2>&1 | tee $logfile
popd