Skip to content

Commit

Permalink
Disable Kata containers integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Feb 5, 2025
1 parent dc120ab commit d8ae992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
matrix:
include:
- runtime: crio
kata_containers_enabled: true
kata_containers_enabled: false # TODO: Investigate deployment issues with Kata containers
crun_enabled: true
gvisor_enabled: true
youki_enabled: true
- runtime: containerd
kata_containers_enabled: true
kata_containers_enabled: false # TODO: Investigate deployment issues with Kata containers
crun_enabled: true
gvisor_enabled: true
youki_enabled: true
Expand Down

0 comments on commit d8ae992

Please sign in to comment.