-
Notifications
You must be signed in to change notification settings - Fork 442
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
Reduce time it takes to build all images #50
Comments
I think we could remove go build statements since we will build them again when building the images. |
|
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/kubeflow_katib/83/kubeflow-katib-presubmit/39/ We spend 40 mins in building and it causes time out in Prow. We need to fix it ASAP. |
I will address this right now. |
Thanks 👍 😄 |
Takes a long time to build all images. There are several ways to speed up the e2e tests.
The easiest way, with the least benefit, would be to add a
.glcoudignore
file like in the other repos. This will prevent uploading the entire vendor directory every time you submit a docker build to gcloud.The second would be to run container builds in parallel using argo rather than sequentially.
Any other ideas?
The text was updated successfully, but these errors were encountered: