Skip to content

Commit

Permalink
Merge pull request kata-containers#8573 from fidencio/topic/gha-add-a…
Browse files Browse the repository at this point in the history
…-timeout-for-tests

gha: basic-ci: Add a timeout for the tests
  • Loading branch information
fidencio authored Dec 5, 2023
2 parents d149b9f + a14f2fc commit 2cd0031
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/basic-ci-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: bash tests/integration/cri-containerd/gha-run.sh install-kata kata-artifacts

- name: Run cri-containerd tests
timeout-minutes: 10
run: bash tests/integration/cri-containerd/gha-run.sh run

run-containerd-stability:
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:
run: bash tests/stability/gha-run.sh install-kata kata-artifacts

- name: Run containerd-stability tests
timeout-minutes: 15
run: bash tests/stability/gha-run.sh run

run-nydus:
Expand Down Expand Up @@ -132,6 +134,7 @@ jobs:
run: bash tests/integration/nydus/gha-run.sh install-kata kata-artifacts

- name: Run nydus tests
timeout-minutes: 10
run: bash tests/integration/nydus/gha-run.sh run

run-runk:
Expand Down Expand Up @@ -162,7 +165,8 @@ jobs:
- name: Install kata
run: bash tests/integration/runk/gha-run.sh install-kata kata-artifacts

- name: Run tracing tests
- name: Run runk tests
timeout-minutes: 10
run: bash tests/integration/runk/gha-run.sh run

run-tracing:
Expand Down Expand Up @@ -200,6 +204,7 @@ jobs:
run: bash tests/functional/tracing/gha-run.sh install-kata kata-artifacts

- name: Run tracing tests
timeout-minutes: 15
run: bash tests/functional/tracing/gha-run.sh run

run-vfio:
Expand Down

0 comments on commit 2cd0031

Please sign in to comment.