Skip to content

tests: Bump timeout tests TestISOImage/PersistentMounts//data#22289

Merged
medyagh merged 3 commits into
kubernetes:masterfrom
medyagh:bump_timeout_tests
Dec 22, 2025
Merged

tests: Bump timeout tests TestISOImage/PersistentMounts//data#22289
medyagh merged 3 commits into
kubernetes:masterfrom
medyagh:bump_timeout_tests

Conversation

@medyagh

@medyagh medyagh commented Dec 22, 2025

Copy link
Copy Markdown
Member

to reduce flakes like this in the Prow

https://storage.googleapis.com/kubernetes-ci-logs/pr-logs/pull/minikube/22281/integration-kvm-docker-linux-x86/2002895295326720000/artifacts/test.html

also bump functional tests to be same 18m for all KIC drivers.

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Dec 22, 2025
@medyagh medyagh changed the title Bump timeout tests tests: Bump timeout tests TestISOImage/PersistentMounts//data Dec 22, 2025
@medyagh

medyagh commented Dec 22, 2025

Copy link
Copy Markdown
Member Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Dec 22, 2025
@minikube-pr-bot

Copy link
Copy Markdown

kvm2 driver with docker runtime

┌────────────────┬──────────┬────────────────────────┐
│    COMMAND     │ MINIKUBE │ MINIKUBE  ( PR 22289 ) │
├────────────────┼──────────┼────────────────────────┤
│ minikube start │ 41.9s    │ 41.0s                  │
│ enable ingress │ 15.7s    │ 16.0s                  │
└────────────────┴──────────┴────────────────────────┘
Details

Times for minikube start: 40.8s 43.2s 42.6s 41.2s 41.7s
Times for minikube (PR 22289) start: 41.2s 39.3s 40.7s 43.7s 39.8s

Times for minikube (PR 22289) ingress: 16.3s 15.9s 14.8s 17.3s 15.8s
Times for minikube ingress: 15.8s 15.3s 15.7s 15.8s 15.8s

docker driver with docker runtime

┌────────────────┬──────────┬────────────────────────┐
│    COMMAND     │ MINIKUBE │ MINIKUBE  ( PR 22289 ) │
├────────────────┼──────────┼────────────────────────┤
│ minikube start │ 24.0s    │ 22.7s                  │
│ enable ingress │ 23.6s    │ 10.7s                  │
└────────────────┴──────────┴────────────────────────┘
Details

Times for minikube start: 24.4s 23.4s 25.5s 25.2s 21.5s
Times for minikube (PR 22289) start: 23.9s 21.6s 22.3s 20.7s 24.9s

Times for minikube ingress: 10.6s 73.2s 12.7s 10.7s 10.7s
Times for minikube (PR 22289) ingress: 10.7s 10.7s 10.7s 10.7s 10.6s

docker driver with containerd runtime

┌────────────────┬──────────┬────────────────────────┐
│    COMMAND     │ MINIKUBE │ MINIKUBE  ( PR 22289 ) │
├────────────────┼──────────┼────────────────────────┤
│ minikube start │ 20.8s    │ 20.4s                  │
│ enable ingress │ 22.2s    │ 23.0s                  │
└────────────────┴──────────┴────────────────────────┘
Details

Times for minikube (PR 22289) start: 22.0s 21.9s 19.5s 17.9s 20.5s
Times for minikube start: 19.2s 19.6s 22.1s 21.4s 21.9s

Times for minikube ingress: 22.1s 22.1s 22.2s 22.1s 22.2s
Times for minikube (PR 22289) ingress: 23.1s 23.2s 23.2s 22.2s 23.2s

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

@medyagh: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
integration-vfkit-docker-macos-arm b4e2076 link false /test integration-vfkit-docker-macos-arm
integration-docker-crio-linux-x86 b4e2076 link false /test integration-docker-crio-linux-x86
integration-kvm-crio-linux-x86 b4e2076 link false /test integration-kvm-crio-linux-x86

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

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-sigs/prow repository. I understand the commands that are listed here.

@medyagh medyagh merged commit ab052bd into kubernetes:master Dec 22, 2025
39 of 54 checks passed
@minikube-pr-bot

Copy link
Copy Markdown

Here are the number of top 10 failed tests in each environments with lowest flake rate.

Environment Test Name Flake Rate
KVM_Linux_crio (4 failed) TestFunctionalNewestKubernetes/Versionv1.35.0-rc.1/parallel/ImageCommands/ImageRemove(gopogh) Unknown
KVM_Linux_crio (4 failed) TestStartStop/group/no-preload/serial/Pause(gopogh) 0.00% (chart)

Besides the following environments also have failed tests:

  • Docker_Linux_containerd_arm64: 34 failed (gopogh)

  • Docker_Linux_crio: 26 failed (gopogh)

  • Docker_Linux_crio_arm64: 55 failed (gopogh)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. 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/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants