File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
config/jobs/kubernetes/minikube Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -262,3 +262,34 @@ presubmits:
262262 limits :
263263 memory : 20Gi
264264 cpu : 7
265+ - name : integration-vfkit-docker-macos-arm64
266+ cluster : k8s-infra-prow-build
267+ optional : true # macos machine is precious, so only run when matainers explicitly trigger with /test <job_name>
268+ decorate : true
269+ path_alias : " k8s.io/minikube"
270+ always_run : true
271+ labels :
272+ preset-dind-enabled : " true"
273+ preset-service-account : " true"
274+ preset-k8s-ssh : " true"
275+ preset-aws-ssh : " true" # enable aws ssh credentials
276+ annotations :
277+ testgrid-dashboards : minikube-presubmits
278+ spec :
279+ containers :
280+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20251205-d1700a27d1-master
281+ command :
282+ - runner.sh
283+ args :
284+ - make
285+ - integration-vfkit-docker-macos-arm64
286+ # we need privileged mode in order to do docker in docker
287+ securityContext :
288+ privileged : true
289+ resources :
290+ requests :
291+ memory : 20Gi
292+ cpu : 7
293+ limits :
294+ memory : 20Gi
295+ cpu : 7
You can’t perform that action at this time.
0 commit comments