Skip to content

Commit 970161c

Browse files
authored
delete macos test infra (#20244)
1 parent 3fb24bd commit 970161c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/jenkins/minikube_set_pending.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
set -eux -o pipefail
2828

2929
jobs=(
30-
'Hyperkit_macOS'
30+
# 'Hyperkit_macOS'
3131
'Hyper-V_Windows'
3232
'KVM_Linux'
3333
'KVM_Linux_containerd'
@@ -39,10 +39,10 @@ jobs=(
3939
'Docker_Linux_crio_arm64'
4040
'Docker_Linux_containerd'
4141
'Docker_Linux_crio'
42-
'Docker_macOS'
42+
# 'Docker_macOS'
4343
'Docker_Windows'
4444
'Docker_Cloud_Shell'
45-
'QEMU_macOS'
45+
# 'QEMU_macOS'
4646
)
4747

4848
STARTED_LIST_REMOTE="gs://minikube-builds/logs/${ghprbPullId}/${BUILD_NUMBER}/started_environments.txt"

0 commit comments

Comments
 (0)