Skip to content

Commit

Permalink
Reduce the amount of integration tests per instance
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Feb 1, 2025
1 parent 8df1252 commit 81f2bbd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
gvisor_enabled: true
youki_enabled: true
- enable_tests: true
krew_plugins_list: "virt"
metallb_enabled: true
int_tests: "metallb istio kubevirt knative longhorn topolvm"
int_tests: "metallb istio"
- enable_tests: true
krew_plugins_list: "virt"
int_tests: "kubevirt topolvm"
- enable_tests: true
int_tests: "knative longhorn"
- test_multinode: true
run_conformance_tools: true
- enable_tests: true
Expand Down

0 comments on commit 81f2bbd

Please sign in to comment.