-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 Buildroot to 2021.02 LTS with Linux 4.19 #12268
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund 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 |
This comment has been minimized.
This comment has been minimized.
f81b500
to
2c374e3
Compare
This comment has been minimized.
This comment has been minimized.
Upgrade kernel minor version to distribution default Add patch to allow building go inside minikube mod Add sysctl override to revert systemd 245+ rp_filter BR2_PACKAGE_LUAJIT Make sure to build lua required for sysdig BR2_PACKAGE_LZ4_PROGS Make sure to build lz4 required for preload BR2_PACKAGE_UTIL_LINUX_BINARIES Make sure to build lsblk required for automount
2c374e3
to
f91a111
Compare
Hi @afbjorklund, building a new ISO failed. |
ok-to-build-iso |
Built OK here
Seems to work OK, with |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi @afbjorklund, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further. |
ok-to-test |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 52.6s 50.0s 49.0s 47.7s 47.7s Times for minikube (PR 12268) ingress: 31.3s 30.3s 31.9s 31.4s 31.8s docker driver with docker runtime
Times for minikube start: 21.1s 22.4s 21.5s 23.2s 20.6s Times for minikube ingress: 35.0s 29.5s 27.5s 35.0s 41.0s docker driver with containerd runtime
Times for minikube start: 32.2s 44.4s 42.8s 44.4s 44.1s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
the failures are not related to this PR |
Assuming kubernetes/minikube#12268 introduced bugs in NBD kernel driver. updates: ceph#2610 Signed-off-by: Prasanna Kumar Kalever <[email protected]>
Upgrade kernel minor version to distribution default
Add patch to allow building go inside minikube mod
Add sysctl override to revert systemd 245+ rp_filter
BR2_PACKAGE_LUAJIT
Make sure to build lua required for sysdig
BR2_PACKAGE_LZ4_PROGS
Make sure to build lz4 required for preload
BR2_PACKAGE_UTIL_LINUX_BINARIES
Make sure to build lsblk required for automount
Squashed version of PR #11688, but upgraded from 2021.02.3 to 2021.02.4 and with systemd patch for cilium
Go compiler upgraded from go1.15.13 to go1.15.15, rebased back-port to be able to build in minikube module
For #11652
Closes #11810