Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Kubernetes version to v1.25.0 and resolve /etc/resolv.conf regression #14848

Merged
merged 12 commits into from
Sep 14, 2022

Conversation

minikube-bot
Copy link
Collaborator

@minikube-bot minikube-bot commented Aug 23, 2022

This PR was auto-generated by make update-kubernetes-version using update-k8s-versions.yml CI Workflow.
Please only merge if all the tests pass.

 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/containerd-api-port.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/containerd-pod-network-cidr.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/containerd.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/crio-options-gates.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/crio.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/default.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/dns.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/image-repository.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.25/options.yaml
 M pkg/minikube/constants/constants.go
 M site/content/en/docs/commands/start.md

This PR also includes:

  • Updating RuntimeClass to node.k8s.io/v1 for k8s v1.25+
  • Updating LegacyPodDisruptionBudget to policy/v1 for k8s v1.25+
  • Migrating away from PodSecurityPolicy for k8s v1.25+
  • Resolving /etc/resolv.conf regression introduced with k8s v1.25.0

@minikube-bot minikube-bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Aug 23, 2022
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 23, 2022
@k8s-ci-robot
Copy link
Contributor

Hi @minikube-bot. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 23, 2022
@minikube-bot
Copy link
Collaborator Author

Can one of the admins verify this patch?

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| ⚠️  minikube start | 57.2s    | 71.9s ⚠️             |
| enable ingress    | 27.6s    | 28.9s               |
+-------------------+----------+---------------------+

Times for minikube ingress: 25.2s 25.6s 29.1s 29.1s 29.2s
Times for minikube (PR 14848) ingress: 28.7s 29.2s 28.7s 29.2s 28.7s

Times for minikube (PR 14848) start: 72.1s 70.0s 75.5s 69.8s 72.2s
Times for minikube start: 55.5s 56.2s 59.2s 57.3s 57.9s

docker driver with docker runtime
error collecting results for docker driver: timing run 0 with minikube: timing cmd: [out/minikube addons enable ingress]: waiting for minikube: exit status 10
docker driver with containerd runtime
error downloading artifacts: artifact download start: exit status 90

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux_containerd TestDownloadOnly/v1.25.0/cached-images (gopogh) n/a
Hyper-V_Windows TestDownloadOnly/v1.25.0/cached-images (gopogh) n/a
KVM_Linux_containerd TestDownloadOnly/v1.25.0/cached-images (gopogh) n/a
KVM_Linux TestDownloadOnly/v1.25.0/cached-images (gopogh) n/a
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Docker_Linux_containerd TestDownloadOnlyKic (gopogh) 0.00 (chart)
Hyper-V_Windows TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
KVM_Linux TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux TestGvisorAddon (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/auto/DNS (gopogh) 3.20 (chart)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 5.52 (chart)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 5.52 (chart)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/Setup (gopogh) 5.52 (chart)
Hyper-V_Windows TestErrorSpam/setup (gopogh) 6.94 (chart)
Hyper-V_Windows TestNetworkPlugins/group/flannel/Start (gopogh) 6.94 (chart)
Hyper-V_Windows TestNetworkPlugins/group/custom-flannel/Start (gopogh) 7.64 (chart)
Hyper-V_Windows TestNetworkPlugins/group/calico/Start (gopogh) 9.03 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/EnableAddonAfterStop (gopogh) 12.88 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/SecondStart (gopogh) 12.88 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/Stop (gopogh) 12.88 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop (gopogh) 12.88 (chart)
Docker_Linux_containerd TestOffline (gopogh) 25.45 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 55.7s    | 59.9s               |
| enable ingress | 28.4s    | 28.9s               |
+----------------+----------+---------------------+

Times for minikube start: 56.5s 56.1s 55.2s 55.7s 55.1s
Times for minikube (PR 14848) start: 60.1s 59.3s 59.0s 60.6s 60.2s

Times for minikube ingress: 28.1s 28.6s 29.1s 25.6s 30.6s
Times for minikube (PR 14848) ingress: 28.7s 28.6s 26.7s 30.6s 30.2s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 28.2s    | 31.5s               |
| enable ingress | 22.7s    | 22.0s               |
+----------------+----------+---------------------+

Times for minikube start: 27.7s 27.9s 28.3s 28.3s 28.7s
Times for minikube (PR 14848) start: 30.2s 30.5s 31.7s 30.8s 34.4s

Times for minikube ingress: 23.0s 23.4s 23.5s 21.5s 22.0s
Times for minikube (PR 14848) ingress: 21.0s 22.5s 21.5s 22.0s 23.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 23.7s    | 25.3s               |
| enable ingress | 27.1s    | 26.9s               |
+----------------+----------+---------------------+

Times for minikube start: 23.0s 24.5s 23.2s 23.6s 24.5s
Times for minikube (PR 14848) start: 26.9s 25.0s 24.4s 24.7s 25.3s

Times for minikube ingress: 26.5s 27.0s 27.5s 27.5s 27.0s
Times for minikube (PR 14848) ingress: 26.0s 27.5s 27.0s 27.0s 27.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_macOS TestAddons/parallel/Registry (gopogh) n/a
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Docker_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Docker_macOS TestAddons/parallel/HelmTiller (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Hyperkit_macOS TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
Hyper-V_Windows TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
KVM_Linux_containerd TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr spowelljr force-pushed the auto_bump_k8s_versions branch from c08b6e0 to 525c93a Compare August 25, 2022 18:23
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 56.2s    | 60.0s               |
| enable ingress | 27.6s    | 28.1s               |
+----------------+----------+---------------------+

Times for minikube start: 54.4s 55.7s 57.2s 57.1s 56.4s
Times for minikube (PR 14848) start: 62.5s 59.6s 59.2s 58.1s 60.7s

Times for minikube ingress: 25.6s 25.6s 29.1s 29.1s 28.6s
Times for minikube (PR 14848) ingress: 28.7s 28.6s 29.2s 25.1s 28.7s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 28.2s    | 30.7s               |
| enable ingress | 22.5s    | 22.7s               |
+----------------+----------+---------------------+

Times for minikube start: 27.2s 28.3s 27.7s 28.8s 28.9s
Times for minikube (PR 14848) start: 29.6s 31.0s 31.2s 30.5s 31.1s

Times for minikube ingress: 23.0s 21.9s 22.5s 21.9s 23.0s
Times for minikube (PR 14848) ingress: 22.0s 23.0s 22.0s 23.0s 23.5s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 26.2s    | 24.4s               |
| enable ingress | 26.6s    | 26.8s               |
+----------------+----------+---------------------+

Times for minikube start: 34.7s 24.8s 23.9s 23.8s 23.8s
Times for minikube (PR 14848) start: 24.4s 24.9s 24.2s 23.6s 24.7s

Times for minikube ingress: 25.9s 26.0s 26.5s 27.5s 26.9s
Times for minikube (PR 14848) ingress: 26.0s 27.0s 27.0s 26.5s 27.5s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyperkit_macOS TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/serial/LogsFileCmd (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
Hyper-V_Windows TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
KVM_Linux_containerd TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
KVM_Linux TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux TestGvisorAddon (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/default-k8s-different-port/serial/Pause (gopogh) 1.40 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 1.95 (chart)
Hyper-V_Windows TestNetworkPlugins/group/custom-flannel/Start (gopogh) 5.59 (chart)
Hyper-V_Windows TestNetworkPlugins/group/calico/Start (gopogh) 6.29 (chart)
Hyper-V_Windows TestNetworkPlugins/group/flannel/Start (gopogh) 6.29 (chart)
Docker_macOS TestNetworkPlugins/group/calico/Start (gopogh) 13.33 (chart)
KVM_Linux TestPause/serial/SecondStartNoReconfiguration (gopogh) 27.98 (chart)
Hyper-V_Windows TestPause/serial/SecondStartNoReconfiguration (gopogh) 49.65 (chart)
KVM_Linux TestMultiNode/serial/RestartMultiNode (gopogh) 55.36 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 74.80 (chart)
Docker_Linux TestNetworkPlugins/group/calico/Start (gopogh) 75.32 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 76.34 (chart)
Docker_Linux TestNetworkPlugins/group/bridge/DNS (gopogh) 80.38 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@minikube-bot minikube-bot force-pushed the auto_bump_k8s_versions branch from 525c93a to b7a6e5e Compare August 29, 2022 08:03
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 55.4s    | 59.0s               |
| enable ingress | 28.5s    | 27.9s               |
+----------------+----------+---------------------+

Times for minikube start: 55.2s 55.4s 55.5s 55.9s 54.7s
Times for minikube (PR 14848) start: 59.7s 59.8s 59.1s 58.0s 58.4s

Times for minikube ingress: 29.2s 30.2s 26.2s 28.2s 28.7s
Times for minikube (PR 14848) ingress: 29.7s 28.7s 27.7s 26.3s 27.3s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 29.6s    | 31.6s               |
| enable ingress | 23.2s    | 23.4s               |
+----------------+----------+---------------------+

Times for minikube start: 28.2s 30.4s 29.3s 29.1s 30.9s
Times for minikube (PR 14848) start: 31.6s 31.9s 31.4s 32.3s 30.6s

Times for minikube ingress: 22.0s 23.0s 24.5s 23.5s 23.0s
Times for minikube (PR 14848) ingress: 23.5s 24.6s 22.5s 23.5s 23.1s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 24.7s    | 25.4s               |
| enable ingress | 27.0s    | 27.0s               |
+----------------+----------+---------------------+

Times for minikube start: 25.0s 24.1s 24.0s 25.2s 25.3s
Times for minikube (PR 14848) start: 24.8s 25.6s 26.2s 25.6s 24.8s

Times for minikube ingress: 27.0s 27.0s 27.0s 27.0s 27.0s
Times for minikube (PR 14848) ingress: 27.0s 27.0s 27.0s 27.0s 27.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Cloud_Shell TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Hyperkit_macOS TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
KVM_Linux TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux TestGvisorAddon (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
KVM_Linux TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestStoppedBinaryUpgrade/MinikubeLogs (gopogh) 0.64 (chart)
Hyperkit_macOS TestStoppedBinaryUpgrade/Upgrade (gopogh) 0.64 (chart)
Docker_Linux TestNetworkPlugins/group/kindnet/DNS (gopogh) 12.08 (chart)
Docker_macOS TestNetworkPlugins/group/calico/Start (gopogh) 12.99 (chart)
KVM_Linux TestMultiNode/serial/RestartMultiNode (gopogh) 51.19 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 77.60 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 77.69 (chart)
Docker_Linux TestNetworkPlugins/group/calico/Start (gopogh) 78.12 (chart)
Docker_Linux TestNetworkPlugins/group/bridge/DNS (gopogh) 78.75 (chart)
Docker_Linux TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 80.62 (chart)
Docker_Linux TestNetworkPlugins/group/kubenet/DNS (gopogh) 82.50 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/bridge/DNS (gopogh) 83.33 (chart)
Docker_Linux TestNetworkPlugins/group/false/DNS (gopogh) 85.00 (chart)
Docker_macOS TestDownloadOnly/v1.16.0/preload-exists (gopogh) 99.36 (chart)
Docker_Linux_containerd TestKubernetesUpgrade (gopogh) 100.00 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 29, 2022
@spowelljr spowelljr force-pushed the auto_bump_k8s_versions branch from acb2b47 to 8757915 Compare August 29, 2022 23:43
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 57.2s    | 61.2s               |
| enable ingress | 28.6s    | 26.0s               |
+----------------+----------+---------------------+

Times for minikube start: 59.9s 56.0s 56.8s 56.7s 56.6s
Times for minikube (PR 14848) start: 60.4s 61.7s 61.7s 60.5s 61.5s

Times for minikube ingress: 29.1s 28.6s 26.1s 29.1s 30.1s
Times for minikube (PR 14848) ingress: 25.6s 24.7s 25.2s 25.2s 29.1s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| minikube start    | 28.5s    | 32.4s               |
| ⚠️  enable ingress | 23.3s    | 47.1s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 26.9s 29.7s 28.8s 28.4s 28.6s
Times for minikube (PR 14848) start: 32.3s 33.2s 32.8s 31.5s 32.2s

Times for minikube ingress: 23.0s 25.0s 22.5s 23.5s 22.4s
Times for minikube (PR 14848) ingress: 22.0s 83.0s 22.5s 24.0s 84.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 26.3s    | 24.9s               |
| enable ingress | 27.3s    | 27.4s               |
+----------------+----------+---------------------+

Times for minikube start: 24.0s 24.4s 23.3s 35.7s 24.0s
Times for minikube (PR 14848) start: 25.0s 24.4s 24.8s 25.3s 25.2s

Times for minikube ingress: 27.5s 27.0s 27.5s 27.0s 27.4s
Times for minikube (PR 14848) ingress: 27.5s 27.5s 27.0s 27.5s 27.5s

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| ⚠️  minikube start | 56.7s    | 71.7s ⚠️             |
| enable ingress    | 26.8s    | 27.8s               |
+-------------------+----------+---------------------+

Times for minikube start: 54.9s 55.8s 59.1s 56.2s 57.5s
Times for minikube (PR 14848) start: 71.4s 71.4s 72.8s 71.9s 71.0s

Times for minikube ingress: 25.6s 29.1s 29.1s 25.1s 25.1s
Times for minikube (PR 14848) ingress: 25.2s 29.7s 29.2s 28.7s 26.1s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| ⚠️  minikube start | 28.1s    | 39.8s ⚠️             |
| enable ingress    | 23.0s    | 23.2s               |
+-------------------+----------+---------------------+

Times for minikube ingress: 23.9s 22.4s 21.9s 23.0s 23.5s
Times for minikube (PR 14848) ingress: 22.0s 22.5s 22.0s 26.5s 23.0s

Times for minikube start: 28.1s 28.4s 27.8s 27.6s 28.6s
Times for minikube (PR 14848) start: 39.6s 39.8s 40.2s 40.2s 39.2s

docker driver with containerd runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| ⚠️  minikube start | 23.7s    | 29.8s ⚠️             |
| enable ingress    | 27.2s    | 28.9s               |
+-------------------+----------+---------------------+

Times for minikube start: 23.0s 23.6s 24.0s 24.1s 23.6s
Times for minikube (PR 14848) start: 30.1s 29.4s 29.9s 29.6s 29.9s

Times for minikube ingress: 27.0s 27.0s 27.5s 27.4s 26.9s
Times for minikube (PR 14848) ingress: 27.0s 31.0s 28.0s 31.5s 27.0s

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 57.0s    | 61.9s               |
| enable ingress | 27.4s    | 28.7s               |
+----------------+----------+---------------------+

Times for minikube start: 56.8s 56.2s 56.8s 57.9s 57.3s
Times for minikube (PR 14848) start: 61.1s 61.1s 64.3s 61.1s 61.7s

Times for minikube ingress: 25.2s 25.6s 28.6s 28.7s 29.1s
Times for minikube (PR 14848) ingress: 28.6s 29.6s 27.7s 29.7s 28.1s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 29.2s    | 33.5s               |
| enable ingress | 23.6s    | 22.9s               |
+----------------+----------+---------------------+

Times for minikube start: 30.6s 28.3s 29.2s 28.2s 29.6s
Times for minikube (PR 14848) start: 34.4s 33.5s 33.1s 33.3s 33.5s

Times for minikube ingress: 22.5s 22.5s 27.0s 23.0s 23.0s
Times for minikube (PR 14848) ingress: 22.5s 23.0s 23.0s 23.0s 23.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 27.2s    | 28.3s               |
| enable ingress | 27.2s    | 27.1s               |
+----------------+----------+---------------------+

Times for minikube start: 25.7s 25.6s 35.2s 24.6s 24.9s
Times for minikube (PR 14848) start: 37.8s 25.7s 24.9s 26.7s 26.5s

Times for minikube ingress: 27.0s 27.0s 28.0s 27.0s 27.0s
Times for minikube (PR 14848) ingress: 27.0s 27.0s 27.5s 27.0s 27.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux_containerd TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/no-preload/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Hyper-V_Windows TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/no-preload/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux_containerd TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestErrorSpam/setup (gopogh) 0.00 (chart)
KVM_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux_containerd TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux_containerd TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux_containerd TestStartStop/group/no-preload/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux_containerd TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux TestErrorSpam/setup (gopogh) 0.00 (chart)
KVM_Linux TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux TestGvisorAddon (gopogh) 0.58 (chart)
KVM_Linux TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (gopogh) 1.16 (chart)
KVM_Linux TestStartStop/group/no-preload/serial/VerifyKubernetesImages (gopogh) 1.16 (chart)
KVM_Linux TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (gopogh) 1.73 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyperkit_macOS TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Hyper-V_Windows TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux TestGvisorAddon (gopogh) 0.57 (chart)
KVM_Linux TestNoKubernetes/serial/StartNoArgs (gopogh) 0.57 (chart)
Hyperkit_macOS TestPause/serial/Start (gopogh) 0.61 (chart)
KVM_Linux_containerd TestPause/serial/SecondStartNoReconfiguration (gopogh) 8.62 (chart)
Docker_Linux_containerd TestPause/serial/Start (gopogh) 20.45 (chart)
Docker_Linux_containerd TestOffline (gopogh) 25.00 (chart)
Docker_Linux_containerd TestAddons/Setup (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/DashboardCmd (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/MountCmd/any-port (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/MySQL (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/PersistentVolumeClaim (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmd (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmdConnect (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/AccessDirect (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/serial/ExtraConfig (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/serial/SoftStart (gopogh) 26.70 (chart)
Docker_Linux_containerd TestFunctional/serial/StartWithProxy (gopogh) 26.70 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (gopogh) 26.70 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/StartLegacyK8sCluster (gopogh) 26.70 (chart)
Docker_Linux_containerd TestJSONOutput/start/Command (gopogh) 26.70 (chart)
Docker_Linux_containerd TestMultiNode/serial/AddNode (gopogh) 26.70 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr spowelljr force-pushed the auto_bump_k8s_versions branch from ba225da to b9928da Compare August 31, 2022 17:26
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| ⚠️  minikube start | 55.1s    | 71.1s ⚠️             |
| enable ingress    | 26.9s    | 27.6s               |
+-------------------+----------+---------------------+

Times for minikube start: 55.7s 54.1s 54.4s 54.6s 56.5s
Times for minikube (PR 14848) start: 70.2s 71.3s 71.6s 71.0s 71.2s

Times for minikube ingress: 25.1s 25.6s 29.1s 29.6s 25.1s
Times for minikube (PR 14848) ingress: 28.6s 25.3s 29.2s 26.2s 28.7s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| ⚠️  minikube start | 28.2s    | 40.7s ⚠️             |
| ⚠️  enable ingress | 22.7s    | 34.6s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 28.7s 29.5s 27.4s 28.2s 27.5s
Times for minikube (PR 14848) start: 40.9s 38.9s 40.6s 41.1s 42.2s

Times for minikube ingress: 23.0s 23.0s 21.5s 23.5s 22.5s
Times for minikube (PR 14848) ingress: 83.5s 22.5s 23.5s 21.0s 22.5s

docker driver with containerd runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| minikube start    | 28.0s    | 30.2s               |
| ⚠️  enable ingress | 27.2s    | 35.2s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube ingress: 27.0s 26.9s 27.5s 27.5s 27.0s
Times for minikube (PR 14848) ingress: 31.0s 28.0s 27.0s 31.5s 58.5s

Times for minikube start: 34.3s 23.2s 24.1s 23.6s 34.6s
Times for minikube (PR 14848) start: 31.0s 30.2s 30.0s 29.5s 30.1s

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 56.9s    | 56.7s               |
| enable ingress | 27.2s    | 27.1s               |
+----------------+----------+---------------------+

Times for minikube (PR 14848) start: 56.7s 55.9s 54.9s 60.0s 55.7s
Times for minikube start: 56.0s 57.6s 56.2s 55.8s 59.1s

Times for minikube ingress: 28.1s 28.6s 28.1s 25.6s 25.6s
Times for minikube (PR 14848) ingress: 25.2s 25.6s 30.2s 25.6s 29.1s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 28.3s    | 27.2s               |
| enable ingress | 34.0s    | 22.5s               |
+----------------+----------+---------------------+

Times for minikube start: 28.4s 27.6s 30.8s 26.9s 27.8s
Times for minikube (PR 14848) start: 26.5s 28.5s 27.9s 26.3s 26.9s

Times for minikube ingress: 22.9s 21.5s 21.9s 20.0s 83.5s
Times for minikube (PR 14848) ingress: 22.0s 23.0s 22.4s 22.0s 23.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 26.2s    | 23.3s               |
| enable ingress | 26.5s    | 26.6s               |
+----------------+----------+---------------------+

Times for minikube start: 34.3s 24.6s 23.4s 26.0s 22.5s
Times for minikube (PR 14848) start: 22.2s 23.0s 25.5s 22.9s 22.8s

Times for minikube ingress: 26.4s 25.9s 26.4s 26.9s 26.9s
Times for minikube (PR 14848) ingress: 27.5s 26.5s 26.0s 26.9s 26.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_macOS TestDownloadOnly/v1.25.0/preload-exists (gopogh) n/a
Docker_Linux_containerd TestErrorSpam/setup (gopogh) 0.00 (chart)
Docker_Linux TestErrorSpam/setup (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageSaveDaemon (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/Setup (gopogh) 0.00 (chart)
KVM_Linux_containerd TestErrorSpam/setup (gopogh) 0.00 (chart)
KVM_Linux TestErrorSpam/setup (gopogh) 0.00 (chart)
KVM_Linux TestGvisorAddon (gopogh) 0.60 (chart)
Docker_macOS TestErrorSpam/setup (gopogh) 1.85 (chart)
Hyperkit_macOS TestErrorSpam/setup (gopogh) 2.47 (chart)
Docker_macOS TestDownloadOnlyKic (gopogh) 3.09 (chart)
KVM_Linux TestPause/serial/SecondStartNoReconfiguration (gopogh) 31.74 (chart)
KVM_Linux TestMultiNode/serial/RestartMultiNode (gopogh) 49.10 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 73.28 (chart)
Docker_Linux TestNetworkPlugins/group/calico/Start (gopogh) 73.94 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 79.41 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/bridge/DNS (gopogh) 80.74 (chart)
Docker_Linux TestNetworkPlugins/group/bridge/DNS (gopogh) 82.42 (chart)
Docker_Linux TestNetworkPlugins/group/false/DNS (gopogh) 83.03 (chart)
Docker_Linux TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 83.64 (chart)
Docker_Linux TestNetworkPlugins/group/kubenet/DNS (gopogh) 86.67 (chart)
Docker_macOS TestDownloadOnly/v1.16.0/preload-exists (gopogh) 99.38 (chart)
Docker_Linux_containerd TestKubernetesUpgrade (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressAddons (gopogh) 100.00 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 12, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 56.1s    | 55.1s               |
| enable ingress | 29.2s    | 28.8s               |
+----------------+----------+---------------------+

Times for minikube start: 57.6s 56.1s 55.0s 56.4s 55.5s
Times for minikube (PR 14848) start: 54.6s 53.2s 54.0s 59.1s 54.5s

Times for minikube ingress: 29.2s 30.2s 29.7s 28.3s 28.7s
Times for minikube (PR 14848) ingress: 29.7s 29.2s 28.2s 28.7s 28.2s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 30.0s    | 28.9s               |
| enable ingress | 34.6s    | 35.1s               |
+----------------+----------+---------------------+

Times for minikube ingress: 23.0s 21.5s 22.5s 83.5s 22.5s
Times for minikube (PR 14848) ingress: 24.1s 22.0s 23.5s 84.1s 22.0s

Times for minikube start: 30.0s 29.3s 29.8s 28.5s 32.3s
Times for minikube (PR 14848) start: 28.6s 28.9s 28.9s 29.6s 28.3s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 27.6s    | 26.1s               |
| enable ingress | 27.0s    | 27.0s               |
+----------------+----------+---------------------+

Times for minikube ingress: 27.0s 27.0s 27.0s 27.0s 27.0s
Times for minikube (PR 14848) ingress: 27.0s 27.0s 27.0s 27.0s 27.0s

Times for minikube (PR 14848) start: 23.4s 22.9s 23.4s 22.7s 38.1s
Times for minikube start: 35.6s 25.3s 27.7s 24.4s 24.7s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Docker_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
Docker_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Hyperkit_macOS TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/custom-flannel/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/flannel/Start (gopogh) 0.00 (chart)
Hyper-V_Windows TestAddons/parallel/Registry (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
KVM_Linux_containerd TestAddons/parallel/Registry (gopogh) 0.00 (chart)
KVM_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 0.00 (chart)
KVM_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 0.00 (chart)
KVM_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 0.00 (chart)
KVM_Linux_containerd TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 0.00 (chart)
KVM_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 0.00 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr spowelljr force-pushed the auto_bump_k8s_versions branch from 6176a24 to f242949 Compare September 12, 2022 16:55
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 12, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 56.3s    | 56.5s               |
| enable ingress | 28.2s    | 29.3s               |
+----------------+----------+---------------------+

Times for minikube start: 55.9s 57.0s 55.9s 56.2s 56.8s
Times for minikube (PR 14848) start: 56.4s 57.6s 57.3s 55.9s 55.5s

Times for minikube ingress: 29.7s 26.7s 28.7s 29.2s 26.6s
Times for minikube (PR 14848) ingress: 28.3s 28.7s 30.8s 28.7s 30.2s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| minikube start    | 28.6s    | 29.7s               |
| ⚠️  enable ingress | 22.2s    | 35.0s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 29.2s 28.4s 28.3s 28.2s 28.7s
Times for minikube (PR 14848) start: 28.1s 28.5s 31.1s 31.6s 29.1s

Times for minikube ingress: 21.5s 21.5s 21.5s 23.0s 23.5s
Times for minikube (PR 14848) ingress: 22.5s 24.0s 22.5s 83.5s 22.5s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 24.3s    | 25.0s               |
| enable ingress | 26.9s    | 26.8s               |
+----------------+----------+---------------------+

Times for minikube start: 23.7s 24.1s 24.1s 24.0s 25.4s
Times for minikube (PR 14848) start: 24.2s 23.4s 26.0s 24.0s 27.3s

Times for minikube ingress: 27.0s 26.0s 27.0s 27.5s 27.0s
Times for minikube (PR 14848) ingress: 26.0s 27.0s 27.0s 27.0s 27.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Windows TestNetworkPlugins/group/auto/NetCatPod (gopogh) 0.00 (chart)
KVM_Linux TestGvisorAddon (gopogh) 0.61 (chart)
Hyper-V_Windows TestErrorSpam/setup (gopogh) 6.25 (chart)
Docker_macOS TestMultiNode/serial/RestartMultiNode (gopogh) 17.01 (chart)
Docker_Windows TestPause/serial/SecondStartNoReconfiguration (gopogh) 26.92 (chart)
KVM_Linux TestPause/serial/SecondStartNoReconfiguration (gopogh) 28.05 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithK8s (gopogh) 36.81 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 43.55 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/FirstStart (gopogh) 44.00 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/FirstStart (gopogh) 44.35 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/DeployApp (gopogh) 44.44 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/SecondStart (gopogh) 44.44 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/DeployApp (gopogh) 44.80 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (gopogh) 45.16 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/SecondStart (gopogh) 48.48 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/FirstStart (gopogh) 50.81 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (gopogh) 50.81 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/SecondStart (gopogh) 51.20 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/DeployApp (gopogh) 51.59 (chart)
Docker_Windows TestStartStop/group/old-k8s-version/serial/Pause (gopogh) 53.02 (chart)
Docker_Windows TestNetworkPlugins/group/kubenet/DNS (gopogh) 55.13 (chart)
Docker_Windows TestNetworkPlugins/group/false/DNS (gopogh) 60.26 (chart)
Docker_Windows TestNetworkPlugins/group/bridge/DNS (gopogh) 61.54 (chart)
Docker_Windows TestStartStop/group/newest-cni/serial/Pause (gopogh) 65.77 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 74.40 (chart)
Docker_Linux TestNetworkPlugins/group/calico/Start (gopogh) 75.32 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 80.77 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/bridge/DNS (gopogh) 81.25 (chart)
Docker_Linux TestNetworkPlugins/group/kubenet/DNS (gopogh) 89.87 (chart)
Docker_Windows TestNetworkPlugins/group/calico/Start (gopogh) 93.96 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr spowelljr force-pushed the auto_bump_k8s_versions branch from 0a23a89 to 3ff1325 Compare September 14, 2022 18:27
@spowelljr spowelljr changed the title Bump Kubernetes version default: v1.25.0 and latest: v1.25.0 Bump Kubernetes version to v1.25.0 and resolve /etc/resolv.conf regression Sep 14, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 56.7s    | 55.9s               |
| enable ingress | 27.1s    | 28.0s               |
+----------------+----------+---------------------+

Times for minikube start: 57.1s 55.2s 56.1s 55.7s 59.6s
Times for minikube (PR 14848) start: 55.8s 55.1s 56.2s 55.5s 56.8s

Times for minikube ingress: 29.1s 25.1s 25.6s 26.6s 29.1s
Times for minikube (PR 14848) ingress: 28.7s 28.2s 29.2s 25.7s 28.2s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14848) |
+-------------------+----------+---------------------+
| minikube start    | 30.4s    | 28.2s               |
| ⚠️  enable ingress | 22.8s    | 34.3s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 28.2s 31.6s 30.2s 30.2s 31.8s
Times for minikube (PR 14848) start: 27.7s 27.8s 30.0s 27.6s 27.8s

Times for minikube (PR 14848) ingress: 23.1s 22.0s 22.5s 22.0s 82.0s
Times for minikube ingress: 21.5s 23.0s 21.9s 24.5s 23.4s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14848) |
+----------------+----------+---------------------+
| minikube start | 24.3s    | 24.6s               |
| enable ingress | 33.0s    | 26.8s               |
+----------------+----------+---------------------+

Times for minikube start: 23.5s 23.6s 23.9s 26.7s 23.9s
Times for minikube (PR 14848) start: 23.2s 23.6s 25.8s 25.6s 25.0s

Times for minikube ingress: 26.5s 57.5s 27.0s 26.5s 27.4s
Times for minikube (PR 14848) ingress: 27.0s 26.5s 26.0s 27.5s 27.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyperkit_macOS TestPause/serial/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestSkaffold (gopogh) 0.67 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithK8s (gopogh) 39.13 (chart)
Docker_Windows TestAddons/Setup (gopogh) 48.61 (chart)
Docker_Windows TestCertExpiration (gopogh) 48.61 (chart)
Docker_Windows TestCertOptions (gopogh) 48.61 (chart)
Docker_Windows TestDockerFlags (gopogh) 48.61 (chart)
Docker_Windows TestErrorSpam/setup (gopogh) 48.61 (chart)
Docker_Windows TestForceSystemdEnv (gopogh) 48.61 (chart)
Docker_Windows TestForceSystemdFlag (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/CertSync (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/CpCmd (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/DockerEnv/powershell (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/FileSync (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageBuild (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveDaemon (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/Setup (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/MySQL (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/NodeLabels (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/NonActiveRuntimeDisabled (gopogh) 48.61 (chart)
Docker_Windows TestFunctional/parallel/PersistentVolumeClaim (gopogh) 48.61 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr spowelljr merged commit 30f99f4 into kubernetes:master Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants