mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-05 06:57:26 +00:00
workflows: Add delete kata-deploy timeouts for crio tests
I've also seen cases (the qemu, crio, k0s tests) where Delete kata-deploy is still running for this test after 2 hours, and had to be manually cancelled, so let's try adding a 5m timeout to the kata-deploy delete to stop CI jobs hanging. Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
a806d74ce3
commit
5203158195
@ -105,4 +105,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Delete kata-deploy
|
- name: Delete kata-deploy
|
||||||
if: always()
|
if: always()
|
||||||
|
timeout-minutes: 5
|
||||||
run: bash tests/integration/kubernetes/gha-run.sh cleanup
|
run: bash tests/integration/kubernetes/gha-run.sh cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user