-
Notifications
You must be signed in to change notification settings - Fork 819
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
Faster subsequent Rust SDK conformance builds #1122
Faster subsequent Rust SDK conformance builds #1122
Conversation
13b3483
to
e1cd6d3
Compare
Build Failed 😱 Build Id: 39410f45-e42e-41a4-b4be-715d972f5af7 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
e1cd6d3
to
d39ad37
Compare
Build Failed 😱 Build Id: c31be20a-b775-480a-89d6-00dc1633be94 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: da07b335-e1e1-45d9-be96-34302d1f4a8e The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
d39ad37
to
bd72be0
Compare
Build Succeeded 👏 Build Id: 24cfff87-7786-4966-a776-d4a6e9193703 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Now second build of Rust SDK Conformance with using
Previously it takes |
bd72be0
to
3df0b4d
Compare
About 3 minutes are still spent on building docker image each time from scratch: So I think we could add Line 269 in 4c6c07a
in order to avoid rebuilding all these additional images. |
Build Succeeded 👏 Build Id: 9861d539-ed2e-4180-832a-a69a889e164a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
This PR now has conflicts so I can't update it and merge. |
@roberthbailey I will update this branch in an hour time, thanks for reviewing. |
Excellent. I'm trying to get through a bit of the PR backlog today. :) |
3df0b4d
to
dc2bb39
Compare
Build Succeeded 👏 Build Id: e177ec74-0b6d-49d6-a243-3a482ad9c05e The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, roberthbailey 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 |
Add save-cache target for Rust. Fixed Rust SDK test subsequent call was downloading and rebuilding all dependencies.