Skip to content

Commit

Permalink
Merge pull request #301 from BbolroC/reintroduce-kata-qemu-se-runtime
Browse files Browse the repository at this point in the history
config: Revert "config: Remove kata-qemu-se"
  • Loading branch information
stevenhorsman authored Dec 12, 2023
2 parents acf7c9b + 1925ee5 commit 407d47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/samples/ccruntime/s390x/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ patches:
value:
- name: "kata-qemu"
snapshotter: "nydus"
- name: "kata-qemu-se"
snapshotter: "nydus"
- op: add
path: /spec/config/defaultRuntimeClassName
value: "kata-qemu"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/tests_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main() {

# Run tests.
case $runtimeclass in
kata-qemu|kata-clh|kata-qemu-tdx|kata-qemu-sev|kata-qemu-snp)
kata-qemu|kata-clh|kata-qemu-se|kata-qemu-tdx|kata-qemu-sev|kata-qemu-snp)
echo "INFO: Running operator tests for $runtimeclass"
bats "${script_dir}/operator_tests.bats"
;;
Expand Down

0 comments on commit 407d47e

Please sign in to comment.