]> git.proxmox.com Git - mirror_lxc.git/commitdiff
ci: prevent lxc-exercise from running indefinitely
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 12 Apr 2021 17:38:11 +0000 (17:38 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 12 Apr 2021 23:20:38 +0000 (23:20 +0000)
and show all the commands it runs to make it easier to
debug potential issues.

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/sanitizers.sh

index 59e8a33886e57d27383b20f91740a9ab62a3d414..fbcfc2adb1c709956de33ab901620079eccffb4d 100755 (executable)
@@ -54,4 +54,4 @@ systemctl restart apparmor
 systemctl restart lxc-net
 
 git clone --depth=1 https://github.com/lxc/lxc-ci
-lxc-ci/deps/lxc-exercise
+timeout 30m bash -x lxc-ci/deps/lxc-exercise