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

Upgrade Headlamp version to 0.14.0 #15401

Merged
merged 1 commit into from Nov 30, 2022

Conversation

joaquimrocha
Copy link
Contributor

Upgrade Headlamp version to 0.14.0
cc: @joaquimrocha

Signed-off-by: joaquimrocha <joaquimrocha@users.noreply.github.com>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 24, 2022
@k8s-ci-robot
Copy link
Contributor

Hi @joaquimrocha. 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 needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 24, 2022
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@spowelljr
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 28, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15401) |
+----------------+----------+---------------------+
| minikube start | 54.1s    | 54.2s               |
| enable ingress | 26.4s    | 26.8s               |
+----------------+----------+---------------------+

Times for minikube start: 54.5s 53.3s 54.5s 54.1s 54.1s
Times for minikube (PR 15401) start: 55.0s 53.6s 54.5s 55.1s 52.6s

Times for minikube (PR 15401) ingress: 23.7s 23.7s 29.1s 28.7s 28.6s
Times for minikube ingress: 24.1s 28.2s 27.7s 27.7s 24.6s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15401) |
+----------------+----------+---------------------+
| minikube start | 26.6s    | 25.7s               |
| enable ingress | 21.0s    | 21.6s               |
+----------------+----------+---------------------+

Times for minikube start: 25.1s 25.1s 24.8s 27.4s 30.5s
Times for minikube (PR 15401) start: 25.7s 25.0s 25.5s 26.5s 25.9s

Times for minikube ingress: 19.4s 20.5s 21.5s 22.5s 21.0s
Times for minikube (PR 15401) ingress: 21.5s 22.0s 21.5s 21.0s 22.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15401) |
+----------------+----------+---------------------+
| minikube start | 22.3s    | 22.0s               |
| enable ingress | 26.2s    | 26.2s               |
+----------------+----------+---------------------+

Times for minikube start: 22.2s 21.8s 22.6s 22.8s 22.1s
Times for minikube (PR 15401) start: 22.3s 22.0s 22.1s 22.0s 21.4s

Times for minikube ingress: 26.0s 26.5s 26.0s 26.4s 26.0s
Times for minikube (PR 15401) ingress: 26.0s 26.0s 26.5s 26.0s 26.4s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
KVM_Linux_containerd TestFunctional/serial/LogsFileCmd (gopogh) 1.83 (chart)
Docker_Windows TestPause/serial/Pause (gopogh) 9.02 (chart)
Docker_Windows TestMultiNode/serial/StartAfterStop (gopogh) 9.40 (chart)
Docker_Windows TestNetworkPlugins/group/false/DNS (gopogh) 24.16 (chart)
Hyperkit_macOS TestPause/serial/SecondStartNoReconfiguration (gopogh) 27.10 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithK8s (gopogh) 37.09 (chart)
Hyper-V_Windows TestPause/serial/SecondStartNoReconfiguration (gopogh) 42.38 (chart)
Docker_Windows TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 78.38 (chart)
Docker_Windows TestNetworkPlugins/group/bridge/DNS (gopogh) 79.87 (chart)
Docker_Linux TestNetworkPlugins/group/false/DNS (gopogh) 81.21 (chart)
Docker_Linux TestNetworkPlugins/group/bridge/DNS (gopogh) 83.89 (chart)
Docker_Linux TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 85.23 (chart)
Docker_Linux TestNetworkPlugins/group/kubenet/DNS (gopogh) 85.91 (chart)
Docker_Linux TestNetworkPlugins/group/calico/NetCatPod (gopogh) 93.33 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (gopogh) 96.75 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 98.36 (chart)
Docker_Linux_containerd TestKubernetesUpgrade (gopogh) 100.00 (chart)
Docker_Linux_containerd TestPreload (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressAddons (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/StartLegacyK8sCluster (gopogh) 100.00 (chart)
Docker_macOS TestKubernetesUpgrade (gopogh) 100.00 (chart)
Docker_macOS TestMissingContainerUpgrade (gopogh) 100.00 (chart)
Docker_macOS TestNetworkPlugins/group/kubenet/HairPin (gopogh) 100.00 (chart)
Docker_macOS TestRunningBinaryUpgrade (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/old-k8s-version/serial/DeployApp (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/old-k8s-version/serial/FirstStart (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/old-k8s-version/serial/SecondStart (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.

Copy link
Member

@spowelljr spowelljr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

@spowelljr spowelljr merged commit 0078cb5 into kubernetes:master Nov 30, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joaquimrocha, spowelljr

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

The pull request process is described here

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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 30, 2022
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants