Skip to content

Commit 9ae0e68

Browse files
authored
Merge pull request kubernetes#23657 from marwan562/fix/23628-remove-qemu-smoke-matrix
ci: remove qemu from smoke-test matrix and install step
2 parents fff3b1e + 24c5c3d commit 9ae0e68

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
include:
44-
- name: qemu-containerd-macos-15-x86
45-
driver: qemu
46-
os: macos-15-intel
47-
start_flags: --network socket_vmnet --force --container-runtime=containerd
48-
sudo: "sudo"
4944
- name: vfkit-containerd-macos-15-x86
5045
driver: vfkit
5146
os: macos-15-intel
@@ -100,12 +95,6 @@ jobs:
10095
run: |
10196
brew install vfkit
10297
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
103-
- name: Install qemu and socket_vmnet (macos)
104-
timeout-minutes: 6
105-
if: contains(matrix.os, 'macos') && matrix.driver == 'qemu'
106-
run: |
107-
brew install qemu socket_vmnet
108-
HOMEBREW=$(which brew) && sudo ${HOMEBREW} services start socket_vmnet
10998
- name: Inspect host before test (macos)
11099
timeout-minutes: 1
111100
if: contains(matrix.os, 'macos')

0 commit comments

Comments
 (0)