-
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 #11688
Conversation
ok-to-build-iso |
This comment has been minimized.
This comment has been minimized.
ok-to-build-iso |
This comment has been minimized.
This comment has been minimized.
0c978ba
to
d1d402e
Compare
ok-to-build-iso |
This comment has been minimized.
This comment has been minimized.
d1d402e
to
7b61c1b
Compare
ok-to-build-iso |
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 |
kvm2 driver with docker runtime |
These are the flake rates of all failed tests on Docker_Linux_containerd.
|
These are the flake rates of all failed tests on KVM_Linux_containerd.
|
@afbjorklund flake restuls doesnt look good ! |
Looks like the minikube-automount is failing (it adds the .ssh keys) For some reason the
|
ok-to-build-iso |
Hi @afbjorklund, building a new ISO failed, with the error below:
/usr/bin/install -D -m 0755 /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output/build/cni-plugins-v0.8.5/bin/ptp /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output/target/opt/cni/bin/ptp
|
ok-to-build-iso |
Hi @afbjorklund, building a new ISO failed, with the error below:
make[3]: Entering directory '/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output/build/host-e2fsprogs-1.45.6/lib/ss'
|
ok-to-build-iso |
1 similar comment
ok-to-build-iso |
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, ilya-zuyev 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 |
kvm2 driver with docker runtime
Times for minikube ingress: 34.2s 34.2s 34.8s 33.7s 34.2s Times for minikube start: 53.5s 47.2s 48.8s 47.5s 46.7s docker driver with docker runtime
Times for minikube ingress: 29.0s 28.5s 29.0s 28.0s 28.5s Times for minikube start: 23.2s 22.3s 22.0s 20.8s 21.2s docker driver with containerd runtime
Times for minikube start: 31.9s 29.8s 43.8s 46.7s 43.4s |
These are the flake rates of all failed tests on Docker_Linux.
|
These are the flake rates of all failed tests on KVM_Linux_containerd.
|
kvm2 driver with docker runtime
Times for minikube start: 53.5s 45.4s 47.8s 45.8s 45.6s Times for minikube ingress: 35.7s 33.8s 33.2s 34.7s 34.8s docker driver with docker runtime
Times for minikube ingress: 31.0s 30.0s 27.5s 28.5s 36.5s Times for minikube start: 22.4s 22.4s 21.3s 21.9s 21.9s docker driver with containerd runtime
Times for minikube start: 44.3s 43.6s 44.0s 43.6s 47.4s |
kvm2 driver with docker runtime
Times for minikube ingress: 33.7s 35.3s 34.3s 33.7s 34.2s Times for minikube start: 47.9s 46.8s 51.2s 48.1s 47.5s docker driver with docker runtime
Times for minikube start: 23.0s 21.5s 22.4s 21.6s 21.8s Times for minikube ingress: 28.5s 32.0s 32.0s 28.5s 31.0s docker driver with containerd runtime
Times for minikube start: 31.4s 44.0s 43.2s 44.1s 43.5s |
These are the flake rates of all failed tests on KVM_Linux_containerd.
|
These are the flake rates of all failed tests on KVM_Linux.
|
These are the flake rates of all failed tests on KVM_Linux_containerd.
|
The build failure was just the usual problem of the cri-o distfiles being unstable, due to k8s version base: diff -ur cri-o-1.20.2.orig/vendor/k8s.io/client-go/pkg/version/base.go cri-o-1.20.2/vendor/k8s.io/client-go/pkg/version/base.go
--- cri-o-1.20.2.orig/vendor/k8s.io/client-go/pkg/version/base.go 2021-03-24 03:33:41.000000000 +0100
+++ cri-o-1.20.2/vendor/k8s.io/client-go/pkg/version/base.go 2021-03-24 03:33:41.000000000 +0100
@@ -55,7 +55,7 @@
// NOTE: The $Format strings are replaced during 'git archive' thanks to the
// companion .gitattributes file containing 'export-subst' in this same
// directory. See also https://git-scm.com/docs/gitattributes
- gitVersion string = "v0.0.0-master+d5a999ad0a3"
+ gitVersion string = "v0.0.0-master+d5a999ad0a"
gitCommit string = "d5a999ad0a35d895ded554e1e18c142075501a98" // sha1 from git, output of $(git rev-parse HEAD)
gitTreeState string = "" // state of git tree, either "clean" or "dirty"
diff -ur cri-o-1.20.2.orig/vendor/k8s.io/component-base/version/base.go cri-o-1.20.2/vendor/k8s.io/component-base/version/base.go
--- cri-o-1.20.2.orig/vendor/k8s.io/component-base/version/base.go 2021-03-24 03:33:41.000000000 +0100
+++ cri-o-1.20.2/vendor/k8s.io/component-base/version/base.go 2021-03-24 03:33:41.000000000 +0100
@@ -55,7 +55,7 @@
// NOTE: The $Format strings are replaced during 'git archive' thanks to the
// companion .gitattributes file containing 'export-subst' in this same
// directory. See also https://git-scm.com/docs/gitattributes
- gitVersion = "v0.0.0-master+d5a999ad0a3"
+ gitVersion = "v0.0.0-master+d5a999ad0a"
gitCommit = "d5a999ad0a35d895ded554e1e18c142075501a98" // sha1 from git, output of $(git rev-parse HEAD)
gitTreeState = "" // state of git tree, either "clean" or "dirty"
It has been fixed upstream in cri-o/cri-o@dbca042 (but it is not yet part of any cri-o release, only master) |
Upgrade kernel minor version to distribution default
BR2_PACKAGE_LUA_5_1 is required for BR2_PACKAGE_SYSDIG
For #11652