You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you expected to happen:
I hope that we can do test in local env but not rely on github actions
How to reproduce it (as minimally and precisely as possible):
Use a arm based machine and do test ./bin/ginkgo -timeout 90m -v --focus='\[apps\] PodProbeMarker' test/e2e
Anything else we need to know?:
Environment:
Kruise version: latet
Kubernetes version (use kubectl version):
Install details (e.g. helm install args):
Others:
I found that image centos:7 is a multi-arch version
What happened:
I've run test/e2e cases on my mac locally, and I found case in
PodProbeMarker
failed because it's asts use imagecentos:6.7
which is not a multi-arch image and can only run on amd.Related code is here: https://github.com/openkruise/kruise/blob/master/test/e2e/framework/pod_probe_marker_util.go#L213
What you expected to happen:
I hope that we can do test in local env but not rely on github actions
How to reproduce it (as minimally and precisely as possible):
Use a arm based machine and do test
./bin/ginkgo -timeout 90m -v --focus='\[apps\] PodProbeMarker' test/e2e
Anything else we need to know?:
Environment:
kubectl version
):I found that image
centos:7
is a multi-arch versionThe text was updated successfully, but these errors were encountered: