We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/kind bug
Since Jan 8 all pushes have been timing out:
https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs/aws-ebs-csi-driver-push-images
Checking which part of the build/push is the new bottleneck.
And will revert the culprit change.
/assign
The text was updated successfully, but these errors were encountered:
It started on Jan 8 with merge of #677 but this only adds one golang dependency and a small amount of code.
Plus, the build timeout is not reproducible for me locally.
Sorry, something went wrong.
The change in time taken can also be seen in github builds, they double after the PR is merged
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/actions?query=workflow%3A%22Container+Images%22
From GitHub build
Before:
#13 [linux/arm64 builder 4/4] RUN make #13 DONE 460.4s
After: #11 [linux/arm64 builder 4/4] RUN make #11 DONE 168.9s
Locally, I didn't see this issue. But I am not building from inside a container.
I guess compiling https://pkg.go.dev/golang.org/x/sys for ARM could explain this issue.
wongma7
No branches or pull requests
/kind bug
Since Jan 8 all pushes have been timing out:
https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs/aws-ebs-csi-driver-push-images
Checking which part of the build/push is the new bottleneck.
And will revert the culprit change.
/assign
The text was updated successfully, but these errors were encountered: