-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
sig/k8s-infraCategorizes an issue or PR as relevant to SIG K8s Infra.Categorizes an issue or PR as relevant to SIG K8s Infra.
Description
currently
the prow kvm test use (32 cores)
n2-standard-32
while our internal gcp project (old infra) uses
n2-standard-8 (8 vCPUs, 32 GB Memory)
but our old infra uses special image that supports nested virtuazliation
(as explained here http://www.brianlinkletter.com/enable-nested-virtualization-on-google-cloud/)
the prow tests despite having much more cores are running signifancly slower
as seen in these two gopoghs (Sort by Duration)
minikube internal gcp project:
https://storage.googleapis.com/minikube-builds/logs/master/42124/KVM_Linux.html
Example Prow:
TestKubernetesUpgrade | 676.92 seconds
Example Minikube Jenkins:
TestKubernetesUpgrade | 208.78
(check full gopogh links above and sort by duraiton)
Metadata
Metadata
Assignees
Labels
sig/k8s-infraCategorizes an issue or PR as relevant to SIG K8s Infra.Categorizes an issue or PR as relevant to SIG K8s Infra.