Michał Sawicz has proposed merging hwcert-jenkins-jobs:extend-snap-timeout into
hwcert-jenkins-jobs:master.
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~hwcert-jenkins/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/438097
--
Your team hwcert-jenkins is requested to review the proposed merge of
hwcert-jenkins-jobs:extend-snap-timeout into hwcert-jenkins-jobs:master.
diff --git a/jobs/mir/run-core-mir.sh b/jobs/mir/run-core-mir.sh
index ec36a83..cb6c72b 100644
--- a/jobs/mir/run-core-mir.sh
+++ b/jobs/mir/run-core-mir.sh
@@ -48,7 +48,7 @@ cat > job.yaml <<EOF
until [ -z "\$(ssh \$SSH_OPTS \$DEVICE_IP 'sudo snap changes | grep Doing' )" ] && [ "\$(ssh \$SSH_OPTS \$DEVICE_IP echo true)" = "true" ]
do
loopcnt=\$((loopcnt+1))
- if [ \$loopcnt -gt 40 ]; then
+ if [ \$loopcnt -gt 60 ]; then
echo "ERROR: Timeout waiting for snap install!"
exit 1
fi
diff --git a/jobs/mir/run-mir.sh b/jobs/mir/run-mir.sh
index 35f06d9..001cf76 100644
--- a/jobs/mir/run-mir.sh
+++ b/jobs/mir/run-mir.sh
@@ -33,7 +33,7 @@ cat > job.yaml <<EOF
do
echo "Testing to see if system is back up"
loopcnt=\$((loopcnt+1))
- if [ \$loopcnt -gt 40 ]; then
+ if [ \$loopcnt -gt 60 ]; then
echo "ERROR: Timeout waiting for ssh!"
exit 1
fi
--
Mailing list: https://launchpad.net/~canonical-hw-cert
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-hw-cert
More help : https://help.launchpad.net/ListHelp