Increase exit check timeout
This commit is contained in:
parent
ea6775fa45
commit
ed5d0ab1d1
2
.github/workflows/images-debian.yml
vendored
2
.github/workflows/images-debian.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
while ! ssh root@$IP systemctl show images-debian -p SubState --value | grep -E '(failed|exited)'
|
while ! ssh root@$IP systemctl show images-debian -p SubState --value | grep -E '(failed|exited)'
|
||||||
do
|
do
|
||||||
sleep 1s
|
sleep 3m
|
||||||
done
|
done
|
||||||
|
|
||||||
scp root@$IP:/var/log/images-debian.log .
|
scp root@$IP:/var/log/images-debian.log .
|
||||||
|
2
.github/workflows/images-oraclelinux.yml
vendored
2
.github/workflows/images-oraclelinux.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
while ! ssh root@$IP systemctl show images-oraclelinux -p SubState --value | grep -E '(failed|exited)'
|
while ! ssh root@$IP systemctl show images-oraclelinux -p SubState --value | grep -E '(failed|exited)'
|
||||||
do
|
do
|
||||||
sleep 1s
|
sleep 3m
|
||||||
done
|
done
|
||||||
|
|
||||||
scp root@$IP:/var/log/images-oraclelinux.log .
|
scp root@$IP:/var/log/images-oraclelinux.log .
|
||||||
|
Loading…
Reference in New Issue
Block a user